@stellar/stellar-sdk 14.4.0 → 14.4.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-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/contract/types.d.ts +13 -0
- package/lib/horizon/horizon_axios_client.js +1 -1
- package/lib/minimal/contract/types.d.ts +13 -0
- package/lib/minimal/horizon/horizon_axios_client.js +1 -1
- package/lib/minimal/rpc/api.d.ts +1 -1
- package/lib/minimal/rpc/axios.js +1 -1
- package/lib/no-axios/contract/types.d.ts +13 -0
- package/lib/no-axios/horizon/horizon_axios_client.js +1 -1
- package/lib/no-axios/rpc/api.d.ts +1 -1
- package/lib/no-axios/rpc/axios.js +1 -1
- package/lib/no-eventsource/contract/types.d.ts +13 -0
- package/lib/no-eventsource/horizon/horizon_axios_client.js +1 -1
- package/lib/no-eventsource/rpc/api.d.ts +1 -1
- package/lib/no-eventsource/rpc/axios.js +1 -1
- package/lib/rpc/api.d.ts +1 -1
- package/lib/rpc/axios.js +1 -1
- package/package.json +1 -1
package/lib/contract/types.d.ts
CHANGED
|
@@ -42,7 +42,20 @@ export type u256 = bigint;
|
|
|
42
42
|
*/
|
|
43
43
|
export type i256 = bigint;
|
|
44
44
|
export type Option<T> = T | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated Use {@link Timepoint} instead.
|
|
47
|
+
* @memberof module:contract
|
|
48
|
+
*/
|
|
49
|
+
export type Typepoint = bigint;
|
|
50
|
+
/**
|
|
51
|
+
* An unsigned 64-bit integer.
|
|
52
|
+
* @memberof module:contract
|
|
53
|
+
*/
|
|
45
54
|
export type Timepoint = bigint;
|
|
55
|
+
/**
|
|
56
|
+
* An unsigned 64-bit integer.
|
|
57
|
+
* @memberof module:contract
|
|
58
|
+
*/
|
|
46
59
|
export type Duration = bigint;
|
|
47
60
|
/**
|
|
48
61
|
* A "regular" transaction, as opposed to a FeeBumpTransaction.
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
17
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
18
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
-
var version = exports.version = "14.4.
|
|
19
|
+
var version = exports.version = "14.4.1";
|
|
20
20
|
var SERVER_TIME_MAP = exports.SERVER_TIME_MAP = {};
|
|
21
21
|
function toSeconds(ms) {
|
|
22
22
|
return Math.floor(ms / 1000);
|
|
@@ -42,7 +42,20 @@ export type u256 = bigint;
|
|
|
42
42
|
*/
|
|
43
43
|
export type i256 = bigint;
|
|
44
44
|
export type Option<T> = T | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated Use {@link Timepoint} instead.
|
|
47
|
+
* @memberof module:contract
|
|
48
|
+
*/
|
|
49
|
+
export type Typepoint = bigint;
|
|
50
|
+
/**
|
|
51
|
+
* An unsigned 64-bit integer.
|
|
52
|
+
* @memberof module:contract
|
|
53
|
+
*/
|
|
45
54
|
export type Timepoint = bigint;
|
|
55
|
+
/**
|
|
56
|
+
* An unsigned 64-bit integer.
|
|
57
|
+
* @memberof module:contract
|
|
58
|
+
*/
|
|
46
59
|
export type Duration = bigint;
|
|
47
60
|
/**
|
|
48
61
|
* A "regular" transaction, as opposed to a FeeBumpTransaction.
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
17
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
18
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
-
var version = exports.version = "14.4.
|
|
19
|
+
var version = exports.version = "14.4.1";
|
|
20
20
|
var SERVER_TIME_MAP = exports.SERVER_TIME_MAP = {};
|
|
21
21
|
function toSeconds(ms) {
|
|
22
22
|
return Math.floor(ms / 1000);
|
package/lib/minimal/rpc/api.d.ts
CHANGED
package/lib/minimal/rpc/axios.js
CHANGED
|
@@ -12,7 +12,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
12
12
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
|
-
var version = exports.version = "14.4.
|
|
15
|
+
var version = exports.version = "14.4.1";
|
|
16
16
|
function createHttpClient(headers) {
|
|
17
17
|
return (0, _httpClient.create)({
|
|
18
18
|
headers: _objectSpread(_objectSpread({}, headers), {}, {
|
|
@@ -42,7 +42,20 @@ export type u256 = bigint;
|
|
|
42
42
|
*/
|
|
43
43
|
export type i256 = bigint;
|
|
44
44
|
export type Option<T> = T | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated Use {@link Timepoint} instead.
|
|
47
|
+
* @memberof module:contract
|
|
48
|
+
*/
|
|
49
|
+
export type Typepoint = bigint;
|
|
50
|
+
/**
|
|
51
|
+
* An unsigned 64-bit integer.
|
|
52
|
+
* @memberof module:contract
|
|
53
|
+
*/
|
|
45
54
|
export type Timepoint = bigint;
|
|
55
|
+
/**
|
|
56
|
+
* An unsigned 64-bit integer.
|
|
57
|
+
* @memberof module:contract
|
|
58
|
+
*/
|
|
46
59
|
export type Duration = bigint;
|
|
47
60
|
/**
|
|
48
61
|
* A "regular" transaction, as opposed to a FeeBumpTransaction.
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
17
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
18
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
-
var version = exports.version = "14.4.
|
|
19
|
+
var version = exports.version = "14.4.1";
|
|
20
20
|
var SERVER_TIME_MAP = exports.SERVER_TIME_MAP = {};
|
|
21
21
|
function toSeconds(ms) {
|
|
22
22
|
return Math.floor(ms / 1000);
|
|
@@ -12,7 +12,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
12
12
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
|
-
var version = exports.version = "14.4.
|
|
15
|
+
var version = exports.version = "14.4.1";
|
|
16
16
|
function createHttpClient(headers) {
|
|
17
17
|
return (0, _httpClient.create)({
|
|
18
18
|
headers: _objectSpread(_objectSpread({}, headers), {}, {
|
|
@@ -42,7 +42,20 @@ export type u256 = bigint;
|
|
|
42
42
|
*/
|
|
43
43
|
export type i256 = bigint;
|
|
44
44
|
export type Option<T> = T | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated Use {@link Timepoint} instead.
|
|
47
|
+
* @memberof module:contract
|
|
48
|
+
*/
|
|
49
|
+
export type Typepoint = bigint;
|
|
50
|
+
/**
|
|
51
|
+
* An unsigned 64-bit integer.
|
|
52
|
+
* @memberof module:contract
|
|
53
|
+
*/
|
|
45
54
|
export type Timepoint = bigint;
|
|
55
|
+
/**
|
|
56
|
+
* An unsigned 64-bit integer.
|
|
57
|
+
* @memberof module:contract
|
|
58
|
+
*/
|
|
46
59
|
export type Duration = bigint;
|
|
47
60
|
/**
|
|
48
61
|
* A "regular" transaction, as opposed to a FeeBumpTransaction.
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
17
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
18
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
-
var version = exports.version = "14.4.
|
|
19
|
+
var version = exports.version = "14.4.1";
|
|
20
20
|
var SERVER_TIME_MAP = exports.SERVER_TIME_MAP = {};
|
|
21
21
|
function toSeconds(ms) {
|
|
22
22
|
return Math.floor(ms / 1000);
|
|
@@ -12,7 +12,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
12
12
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
|
-
var version = exports.version = "14.4.
|
|
15
|
+
var version = exports.version = "14.4.1";
|
|
16
16
|
function createHttpClient(headers) {
|
|
17
17
|
return (0, _httpClient.create)({
|
|
18
18
|
headers: _objectSpread(_objectSpread({}, headers), {}, {
|
package/lib/rpc/api.d.ts
CHANGED
package/lib/rpc/axios.js
CHANGED
|
@@ -12,7 +12,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
12
12
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
|
-
var version = exports.version = "14.4.
|
|
15
|
+
var version = exports.version = "14.4.1";
|
|
16
16
|
function createHttpClient(headers) {
|
|
17
17
|
return (0, _httpClient.create)({
|
|
18
18
|
headers: _objectSpread(_objectSpread({}, headers), {}, {
|
package/package.json
CHANGED