-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release w/ support for stable Protocol 20 and RPC. (#167)
* Update library to latest stellar-base * Drop expiration workaround in lieu of new TTL in schema (#168) * Upgrade minimum Node version to 18, add fixups for Node 20 * Update API in accordance with new RPC schemas (#173) * Mark as stable version
- Loading branch information
Showing
15 changed files
with
997 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "soroban-client", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0", | ||
"description": "A library for working with Stellar's Soroban RPC servers.", | ||
"author": "Stellar Development Foundation <[email protected]>", | ||
"homepage": "https://github.com/stellar/js-soroban-client", | ||
|
@@ -84,7 +84,7 @@ | |
"@babel/preset-env": "^7.23.2", | ||
"@babel/preset-typescript": "^7.23.2", | ||
"@babel/register": "^7.22.15", | ||
"@definitelytyped/dtslint": "^0.0.189", | ||
"@definitelytyped/dtslint": "^0.0.197", | ||
"@istanbuljs/nyc-config-babel": "3.0.0", | ||
"@stellar/tsconfig": "^1.0.2", | ||
"@types/chai": "^4.3.9", | ||
|
@@ -119,7 +119,7 @@ | |
"karma-mocha": "^2.0.0", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webpack": "^5.0.0", | ||
"lint-staged": "^14.0.1", | ||
"lint-staged": "^15.1.0", | ||
"minami": "^1.1.1", | ||
"mocha": "^10.2.0", | ||
"node-polyfill-webpack-plugin": "^2.0.1", | ||
|
@@ -139,7 +139,7 @@ | |
"axios": "^1.6.0", | ||
"bignumber.js": "^9.1.1", | ||
"buffer": "^6.0.3", | ||
"stellar-base": "v10.0.0-beta.4", | ||
"stellar-base": "git+https://github.com/stellar/js-stellar-base#af1b94a", | ||
"urijs": "^1.19.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.