@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.
@@ -43720,7 +43720,7 @@ ${value}`, dataLines++;
43720
43720
  return doc && typeof doc == "object" && "baseURI" in doc && typeof doc.baseURI == "string" ? doc.baseURI : void 0;
43721
43721
  }
43722
43722
 
43723
- const version$1 = "16.0.0";
43723
+ const version$1 = "16.0.1";
43724
43724
  const SERVER_TIME_MAP = {};
43725
43725
  function toSeconds(ms) {
43726
43726
  return Math.floor(ms / 1e3);
@@ -45647,7 +45647,7 @@ ${value}`, dataLines++;
45647
45647
  Api2.isSimulationRaw = isSimulationRaw;
45648
45648
  })(Api || (Api = {}));
45649
45649
 
45650
- const version = "16.0.0";
45650
+ const version = "16.0.1";
45651
45651
  function createHttpClient(headers) {
45652
45652
  return create({
45653
45653
  headers: {
@@ -49797,7 +49797,7 @@ ${indent} */
49797
49797
  build: "tsc"
49798
49798
  },
49799
49799
  dependencies: {
49800
- "@stellar/stellar-sdk": `^${"16.0.0"}`,
49800
+ "@stellar/stellar-sdk": `^${"16.0.1"}`,
49801
49801
  buffer: "6.0.3"
49802
49802
  },
49803
49803
  devDependencies: {