@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), {}, {
@@ -27170,7 +27170,7 @@ function horizon_axios_client_toPropertyKey(t) { var i = horizon_axios_client_to
27170
27170
  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); }
27171
27171
 
27172
27172
 
27173
- var version = "14.4.0";
27173
+ var version = "14.4.2";
27174
27174
  var SERVER_TIME_MAP = {};
27175
27175
  function toSeconds(ms) {
27176
27176
  return Math.floor(ms / 1000);