@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
package/dist/stellar-sdk.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
26969
|
+
"@stellar/stellar-sdk": `^${"16.0.1"}`,
|
|
26970
26970
|
buffer: "6.0.3"
|
|
26971
26971
|
},
|
|
26972
26972
|
devDependencies: {
|