@stellar/stellar-sdk 11.0.1 → 11.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +158 -139
- package/dist/stellar-sdk.js +865 -376
- package/dist/stellar-sdk.min.js +1 -1
- package/lib/config.js +2 -2
- package/lib/contract_spec.d.ts +22 -1
- package/lib/contract_spec.js +684 -187
- package/lib/errors.js +11 -16
- package/lib/federation/server.js +2 -2
- package/lib/horizon/account_call_builder.js +7 -8
- package/lib/horizon/account_response.js +2 -2
- package/lib/horizon/assets_call_builder.js +7 -8
- package/lib/horizon/call_builder.js +2 -2
- package/lib/horizon/claimable_balances_call_builder.js +7 -8
- package/lib/horizon/effect_call_builder.js +7 -8
- package/lib/horizon/friendbot_builder.js +7 -8
- package/lib/horizon/ledger_call_builder.js +7 -8
- package/lib/horizon/liquidity_pool_call_builder.js +7 -8
- package/lib/horizon/offer_call_builder.js +7 -8
- package/lib/horizon/operation_call_builder.js +7 -8
- package/lib/horizon/orderbook_call_builder.js +7 -8
- package/lib/horizon/path_call_builder.js +7 -8
- package/lib/horizon/payment_call_builder.js +7 -8
- package/lib/horizon/server.js +2 -2
- package/lib/horizon/strict_receive_path_call_builder.js +7 -8
- package/lib/horizon/strict_send_path_call_builder.js +7 -8
- package/lib/horizon/trade_aggregation_call_builder.js +7 -8
- package/lib/horizon/trades_call_builder.js +7 -8
- package/lib/horizon/transaction_call_builder.js +7 -8
- package/lib/soroban/api.d.ts +8 -1
- package/lib/soroban/parsers.js +12 -6
- package/lib/soroban/server.d.ts +6 -2
- package/lib/soroban/server.js +18 -12
- package/lib/stellartoml/index.js +2 -2
- package/lib/utils.js +2 -2
- package/lib/webauth/errors.js +7 -8
- package/package.json +17 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stellar/stellar-sdk",
|
|
3
|
-
"version": "11.0
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stellar"
|
|
@@ -77,25 +77,26 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@babel/cli": "^7.23.0",
|
|
80
|
-
"@babel/core": "^7.23.
|
|
80
|
+
"@babel/core": "^7.23.7",
|
|
81
81
|
"@babel/eslint-parser": "^7.22.15",
|
|
82
82
|
"@babel/eslint-plugin": "^7.22.10",
|
|
83
|
-
"@babel/preset-env": "^7.
|
|
83
|
+
"@babel/preset-env": "^7.23.8",
|
|
84
84
|
"@babel/preset-typescript": "^7.23.0",
|
|
85
|
-
"@babel/register": "^7.
|
|
86
|
-
"@definitelytyped/dtslint": "^0.
|
|
85
|
+
"@babel/register": "^7.23.7",
|
|
86
|
+
"@definitelytyped/dtslint": "^0.1.2",
|
|
87
87
|
"@istanbuljs/nyc-config-babel": "3.0.0",
|
|
88
88
|
"@stellar/tsconfig": "^1.0.2",
|
|
89
89
|
"@types/chai": "^4.3.6",
|
|
90
90
|
"@types/detect-node": "^2.0.0",
|
|
91
91
|
"@types/eventsource": "^1.1.12",
|
|
92
|
+
"@types/json-schema": "^7.0.15",
|
|
92
93
|
"@types/lodash": "^4.14.199",
|
|
93
94
|
"@types/mocha": "^10.0.2",
|
|
94
|
-
"@types/node": "^20.8
|
|
95
|
+
"@types/node": "^20.10.8",
|
|
95
96
|
"@types/randombytes": "^2.0.1",
|
|
96
97
|
"@types/sinon": "^17.0.2",
|
|
97
98
|
"@types/urijs": "^1.19.20",
|
|
98
|
-
"@typescript-eslint/parser": "^6.
|
|
99
|
+
"@typescript-eslint/parser": "^6.18.1",
|
|
99
100
|
"axios-mock-adapter": "^1.22.0",
|
|
100
101
|
"babel-loader": "^9.1.3",
|
|
101
102
|
"babel-plugin-istanbul": "^6.1.1",
|
|
@@ -104,17 +105,18 @@
|
|
|
104
105
|
"chai-as-promised": "^7.1.1",
|
|
105
106
|
"chai-http": "^4.3.0",
|
|
106
107
|
"cross-env": "^7.0.3",
|
|
107
|
-
"eslint": "^8.
|
|
108
|
+
"eslint": "^8.56.0",
|
|
108
109
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
109
110
|
"eslint-config-prettier": "^9.0.0",
|
|
110
|
-
"eslint-plugin-import": "^2.
|
|
111
|
+
"eslint-plugin-import": "^2.29.1",
|
|
111
112
|
"eslint-plugin-node": "^11.1.0",
|
|
112
113
|
"eslint-plugin-prefer-import": "^0.0.1",
|
|
113
|
-
"eslint-plugin-prettier": "^5.
|
|
114
|
+
"eslint-plugin-prettier": "^5.1.2",
|
|
114
115
|
"eslint-webpack-plugin": "^4.0.1",
|
|
115
116
|
"ghooks": "^2.0.4",
|
|
116
117
|
"husky": "^8.0.3",
|
|
117
118
|
"jsdoc": "^4.0.2",
|
|
119
|
+
"json-schema-faker": "^0.5.4",
|
|
118
120
|
"karma": "^6.4.1",
|
|
119
121
|
"karma-chai": "^0.1.0",
|
|
120
122
|
"karma-chrome-launcher": "^3.1.0",
|
|
@@ -129,24 +131,24 @@
|
|
|
129
131
|
"mocha": "^10.2.0",
|
|
130
132
|
"node-polyfill-webpack-plugin": "^3.0.0",
|
|
131
133
|
"nyc": "^15.1.0",
|
|
132
|
-
"prettier": "^3.
|
|
134
|
+
"prettier": "^3.1.1",
|
|
133
135
|
"randombytes": "^2.1.0",
|
|
134
136
|
"sinon": "^17.0.1",
|
|
135
137
|
"sinon-chai": "^3.7.0",
|
|
136
138
|
"taffydb": "^2.7.3",
|
|
137
|
-
"terser-webpack-plugin": "^5.3.
|
|
138
|
-
"ts-node": "^10.9.
|
|
139
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
140
|
+
"ts-node": "^10.9.2",
|
|
139
141
|
"typescript": "^5.3.3",
|
|
140
142
|
"utility-types": "^3.7.0",
|
|
141
143
|
"webpack": "^5.88.2",
|
|
142
144
|
"webpack-cli": "^5.0.1"
|
|
143
145
|
},
|
|
144
146
|
"dependencies": {
|
|
145
|
-
"
|
|
147
|
+
"@stellar/stellar-base": "10.0.1",
|
|
148
|
+
"axios": "^1.6.5",
|
|
146
149
|
"bignumber.js": "^9.1.2",
|
|
147
150
|
"eventsource": "^2.0.2",
|
|
148
151
|
"randombytes": "^2.1.0",
|
|
149
|
-
"@stellar/stellar-base": "10.0.0",
|
|
150
152
|
"toml": "^3.0.0",
|
|
151
153
|
"urijs": "^1.19.1"
|
|
152
154
|
}
|