@stellar/stellar-sdk 14.4.0 → 14.4.2

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.
@@ -4920,7 +4920,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
4920
4920
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
4921
4921
  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); }
4922
4922
 
4923
- var version = "14.4.0";
4923
+ var version = "14.4.2";
4924
4924
  function createHttpClient(headers) {
4925
4925
  return (0,http_client/* create */.vt)({
4926
4926
  headers: _objectSpread(_objectSpread({}, headers), {}, {
@@ -31256,7 +31256,7 @@ function horizon_axios_client_toPropertyKey(t) { var i = horizon_axios_client_to
31256
31256
  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); }
31257
31257
 
31258
31258
 
31259
- var version = "14.4.0";
31259
+ var version = "14.4.2";
31260
31260
  var SERVER_TIME_MAP = {};
31261
31261
  function toSeconds(ms) {
31262
31262
  return Math.floor(ms / 1000);