-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare
v11.0.0-beta.0
release. (#818)
- Loading branch information
Showing
5 changed files
with
275 additions
and
263 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,7 +1,7 @@ | ||
{ | ||
"name": "stellar-sdk", | ||
"version": "10.4.1", | ||
"description": "stellar-sdk is a library for working with the Stellar Horizon server.", | ||
"version": "11.0.0-beta.0", | ||
"description": "A library for working with the Stellar Horizon server.", | ||
"keywords": [ | ||
"stellar" | ||
], | ||
|
@@ -17,6 +17,7 @@ | |
"author": "Stellar Development Foundation <[email protected]>", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"browser": "./dist/stellar-sdk.js", | ||
"files": [ | ||
"/types", | ||
"/lib", | ||
|
@@ -61,16 +62,16 @@ | |
"exclude": [ | ||
"test/test-browser.js" | ||
], | ||
"recursive": true, | ||
"sort": true, | ||
"recursive": true, | ||
"timeout": 60000 | ||
}, | ||
"nyc": { | ||
"instrument": false, | ||
"sourceMap": false, | ||
"reporter": [ | ||
"text-summary" | ||
], | ||
"sourceMap": false | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.21.0", | ||
|
@@ -133,14 +134,14 @@ | |
"@types/node": "^18.15.11", | ||
"@types/randombytes": "^2.0.0", | ||
"@types/urijs": "^1.19.6", | ||
"axios": "1.3.5", | ||
"axios": "1.3.6", | ||
"bignumber.js": "^9.1.1", | ||
"detect-node": "^2.0.4", | ||
"es6-promise": "^4.2.4", | ||
"eventsource": "^2.0.2", | ||
"lodash": "^4.17.21", | ||
"randombytes": "^2.1.0", | ||
"stellar-base": "git+https://github.com/stellar/js-stellar-base#777e85c", | ||
"stellar-base": "v9.0.0-beta.1", | ||
"toml": "^3.0.0", | ||
"typescript": "^5.0.4", | ||
"urijs": "^1.19.1", | ||
|
Oops, something went wrong.