Skip to content

Commit

Permalink
build: use released stellar-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Mar 21, 2024
1 parent a0450cf commit 0688a7e
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 47 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@stellar/freighter-api": "2.0.0",
"buffer": "6.0.3",
"@stellar/stellar-sdk": "AhaLabs/js-stellar-sdk#feat/contract-client"
"@stellar/stellar-sdk": "11.3.0"
},
"scripts": {
"build": "node ./scripts/build.mjs"
Expand Down
46 changes: 22 additions & 24 deletions cmd/crates/soroban-spec-typescript/ts-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-typescript/ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ava": "^5.3.1",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"@stellar/stellar-sdk": "AhaLabs/js-stellar-sdk#feat/contract-client",
"@stellar/stellar-sdk": "^11.3.0",
"typescript": "^5.3.3"
},
"ava": {
Expand Down

0 comments on commit 0688a7e

Please sign in to comment.