@stellar/stellar-sdk 14.1.0 → 14.1.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 +11 -0
- package/dist/stellar-sdk-minimal.js +2 -2
- package/dist/stellar-sdk-minimal.min.js +1 -1
- package/dist/stellar-sdk-no-axios.js +2 -2
- package/dist/stellar-sdk-no-axios.min.js +1 -1
- package/dist/stellar-sdk-no-eventsource.js +2 -2
- package/dist/stellar-sdk-no-eventsource.min.js +1 -1
- package/dist/stellar-sdk.js +2 -2
- package/dist/stellar-sdk.min.js +1 -1
- package/lib/horizon/horizon_axios_client.js +1 -1
- package/lib/minimal/horizon/horizon_axios_client.js +1 -1
- package/lib/minimal/rpc/api.d.ts +2 -1
- package/lib/minimal/rpc/axios.js +1 -1
- package/lib/no-axios/horizon/horizon_axios_client.js +1 -1
- package/lib/no-axios/rpc/api.d.ts +2 -1
- package/lib/no-axios/rpc/axios.js +1 -1
- package/lib/no-eventsource/horizon/horizon_axios_client.js +1 -1
- package/lib/no-eventsource/rpc/api.d.ts +2 -1
- package/lib/no-eventsource/rpc/axios.js +1 -1
- package/lib/rpc/api.d.ts +2 -1
- package/lib/rpc/axios.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
A breaking change will get clearly marked in this log.
|
|
5
5
|
|
|
6
|
+
|
|
7
|
+
## Unreleased
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [v14.1.1](https://github.com/stellar/js-stellar-sdk/compare/v14.1.0...v14.1.1)
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
* Added missing `transactionIndex` and `operationIndex` to `getEvents` return schema ([#1206](https://github.com/stellar/js-stellar-sdk/pull/1206)).
|
|
14
|
+
* Remove previously-deprecated and now-removed `pagingToken` from `getEvents` (use `id` instead or the top-level `cursor`, depending on pagination needs) ([#1207](https://github.com/stellar/js-stellar-sdk/pull/1207)).
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [v14.1.0](https://github.com/stellar/js-stellar-sdk/compare/v14.0.0...v14.1.0)
|
|
7
18
|
|
|
8
19
|
### Added
|
|
@@ -9116,7 +9116,7 @@ var stellar_base_min = __webpack_require__(950);
|
|
|
9116
9116
|
var http_client = __webpack_require__(371);
|
|
9117
9117
|
;// ./src/rpc/axios.ts
|
|
9118
9118
|
|
|
9119
|
-
var version = "14.1.
|
|
9119
|
+
var version = "14.1.1";
|
|
9120
9120
|
var AxiosClient = (0,http_client/* create */.vt)({
|
|
9121
9121
|
headers: {
|
|
9122
9122
|
'X-Client-Name': 'js-soroban-client',
|
|
@@ -18000,7 +18000,7 @@ var http_client = __webpack_require__(371);
|
|
|
18000
18000
|
function horizon_axios_client_typeof(o) { "@babel/helpers - typeof"; return horizon_axios_client_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, horizon_axios_client_typeof(o); }
|
|
18001
18001
|
|
|
18002
18002
|
|
|
18003
|
-
var version = "14.1.
|
|
18003
|
+
var version = "14.1.1";
|
|
18004
18004
|
var SERVER_TIME_MAP = {};
|
|
18005
18005
|
var AxiosClient = (0,http_client/* create */.vt)({
|
|
18006
18006
|
headers: {
|