Skip to content

Commit

Permalink
feat(bindings): update js-stellar-sdk dependency
Browse files Browse the repository at this point in the history
Lots of good stuff that we get in the latest version of stellar-sdk; see
[its release notes](https://github.com/stellar/js-stellar-sdk/releases/tag/v12.1.0)
  • Loading branch information
chadoh committed Jun 14, 2024
1 parent fb6527f commit fcd42ca
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 38 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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.

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 @@ -8,9 +8,8 @@
"build": "tsc"
},
"dependencies": {
"@stellar/freighter-api": "2.0.0",
"buffer": "6.0.3",
"@stellar/stellar-sdk": "12.0.0-rc.3"
"@stellar/stellar-sdk": "12.1.0"
},
"devDependencies": {
"typescript": "5.3.3"
Expand Down
24 changes: 12 additions & 12 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.

5 changes: 3 additions & 2 deletions 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": "12.0.0-rc.3",
"@stellar/stellar-sdk": "12.1.0",
"typescript": "^5.3.3"
},
"ava": {
Expand All @@ -28,4 +28,5 @@
"dotenv/config"
]
}
}
}

0 comments on commit fcd42ca

Please sign in to comment.