@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 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.0";
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.0";
18003
+ var version = "14.1.1";
18004
18004
  var SERVER_TIME_MAP = {};
18005
18005
  var AxiosClient = (0,http_client/* create */.vt)({
18006
18006
  headers: {