@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.
- package/dist/stellar-sdk-axios.js +3 -3
- package/dist/stellar-sdk-axios.min.js +1 -1
- package/dist/stellar-sdk.js +3 -3
- package/dist/stellar-sdk.min.js +1 -1
- package/lib/axios/cjs/bindings/config.js +1 -1
- package/lib/axios/cjs/horizon/horizon_axios_client.js +1 -1
- package/lib/axios/cjs/rpc/axios.js +1 -1
- package/lib/axios/esm/bindings/config.js +1 -1
- package/lib/axios/esm/horizon/horizon_axios_client.js +1 -1
- package/lib/axios/esm/node_modules/.pnpm/@stellar_js-xdr@4.0.0/node_modules/@stellar/js-xdr/package.json +3 -0
- package/lib/axios/esm/rpc/axios.js +1 -1
- package/lib/cjs/bindings/config.js +1 -1
- package/lib/cjs/horizon/horizon_axios_client.js +1 -1
- package/lib/cjs/rpc/axios.js +1 -1
- package/lib/esm/bindings/config.js +1 -1
- package/lib/esm/horizon/horizon_axios_client.js +1 -1
- package/lib/esm/node_modules/.pnpm/@stellar_js-xdr@4.0.0/node_modules/@stellar/js-xdr/package.json +3 -0
- package/lib/esm/rpc/axios.js +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
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.
|
|
49800
|
+
"@stellar/stellar-sdk": `^${"16.0.1"}`,
|
|
49801
49801
|
buffer: "6.0.3"
|
|
49802
49802
|
},
|
|
49803
49803
|
devDependencies: {
|