@stellar/stellar-sdk 11.0.0 → 11.0.1
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 +6 -0
- package/dist/stellar-sdk.js +2 -2
- package/dist/stellar-sdk.min.js +1 -1
- package/lib/soroban/server.d.ts +1 -1
- package/lib/soroban/server.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
A breaking change will get clearly marked in this log.
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
## [v11.0.1](https://github.com/stellar/js-stellar-sdk/compare/v10.2.1...v11.0.0)
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
* `SorobanRpc.Server.getEvents` uses the correct type for the start ledger.
|
|
10
|
+
|
|
11
|
+
|
|
6
12
|
## [v11.0.0](https://github.com/stellar/js-stellar-sdk/compare/v10.2.1...v11.0.0)
|
|
7
13
|
|
|
8
14
|
### Breaking Changes
|
package/dist/stellar-sdk.js
CHANGED
|
@@ -27074,7 +27074,7 @@ var Server = function () {
|
|
|
27074
27074
|
limit: request.limit
|
|
27075
27075
|
})
|
|
27076
27076
|
}, request.startLedger && {
|
|
27077
|
-
startLedger: request.startLedger
|
|
27077
|
+
startLedger: request.startLedger
|
|
27078
27078
|
})));
|
|
27079
27079
|
case 1:
|
|
27080
27080
|
case "end":
|
|
@@ -56347,7 +56347,7 @@ axios.default = axios;
|
|
|
56347
56347
|
/***/ ((module) => {
|
|
56348
56348
|
|
|
56349
56349
|
"use strict";
|
|
56350
|
-
module.exports = {"i8":"11.0.
|
|
56350
|
+
module.exports = {"i8":"11.0.1"};
|
|
56351
56351
|
|
|
56352
56352
|
/***/ })
|
|
56353
56353
|
|