@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.
@@ -10206,7 +10206,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
10206
10206
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
10207
10207
  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); }
10208
10208
 
10209
- var version = "14.4.0";
10209
+ var version = "14.4.1";
10210
10210
  function createHttpClient(headers) {
10211
10211
  return (0,http_client/* create */.vt)({
10212
10212
  headers: _objectSpread(_objectSpread({}, headers), {}, {
@@ -22424,7 +22424,7 @@ function horizon_axios_client_toPropertyKey(t) { var i = horizon_axios_client_to
22424
22424
  function horizon_axios_client_toPrimitive(t, r) { if ("object" != horizon_axios_client_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != horizon_axios_client_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
22425
22425
 
22426
22426
 
22427
- var version = "14.4.0";
22427
+ var version = "14.4.1";
22428
22428
  var SERVER_TIME_MAP = {};
22429
22429
  function toSeconds(ms) {
22430
22430
  return Math.floor(ms / 1000);