@stellar/stellar-sdk 16.0.0 → 16.0.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.
@@ -20889,7 +20889,7 @@ ${value}`, dataLines++;
20889
20889
  return doc && typeof doc == "object" && "baseURI" in doc && typeof doc.baseURI == "string" ? doc.baseURI : void 0;
20890
20890
  }
20891
20891
 
20892
- const version$1 = "16.0.0";
20892
+ const version$1 = "16.0.1";
20893
20893
  const SERVER_TIME_MAP = {};
20894
20894
  function toSeconds(ms) {
20895
20895
  return Math.floor(ms / 1e3);
@@ -22816,7 +22816,7 @@ ${value}`, dataLines++;
22816
22816
  Api2.isSimulationRaw = isSimulationRaw;
22817
22817
  })(Api || (Api = {}));
22818
22818
 
22819
- const version = "16.0.0";
22819
+ const version = "16.0.1";
22820
22820
  function createHttpClient(headers) {
22821
22821
  return createFetchClient({
22822
22822
  headers: {
@@ -26966,7 +26966,7 @@ ${indent} */
26966
26966
  build: "tsc"
26967
26967
  },
26968
26968
  dependencies: {
26969
- "@stellar/stellar-sdk": `^${"16.0.0"}`,
26969
+ "@stellar/stellar-sdk": `^${"16.0.1"}`,
26970
26970
  buffer: "6.0.3"
26971
26971
  },
26972
26972
  devDependencies: {