@imtbl/sdk 1.43.1-alpha.2 → 1.43.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/blockchain_data.js +2 -2
- package/dist/browser/checkout/{BridgeWidget-d56cb3d9.js → BridgeWidget-51ab414e.js} +1 -1
- package/dist/browser/checkout/{OnRampWidget-7a1d5914.js → OnRampWidget-88219ca6.js} +1 -1
- package/dist/browser/checkout/SaleWidget-b112229f.js +1 -0
- package/dist/browser/checkout/{SpendingCapHero-d8d812d1.js → SpendingCapHero-91d663f4.js} +1 -1
- package/dist/browser/checkout/{SwapWidget-18657ab4.js → SwapWidget-50134987.js} +1 -1
- package/dist/browser/checkout/{TopUpView-15ccc8b9.js → TopUpView-76db7e54.js} +1 -1
- package/dist/browser/checkout/{WalletWidget-45c16667.js → WalletWidget-a03dda99.js} +1 -1
- package/dist/browser/checkout/{auto-track-2e6f5359.js → auto-track-a00d113a.js} +1 -1
- package/dist/browser/checkout/{balance-3621d500.js → balance-a4476d1b.js} +1 -1
- package/dist/browser/checkout/{index-364cedbf.js → index-3be05152.js} +1 -1
- package/dist/browser/checkout/{index-7a309739.js → index-3da2ceaf.js} +1 -1
- package/dist/browser/checkout/index-6776acf1.js +1 -0
- package/dist/browser/checkout/{index-714e543c.js → index-75519db2.js} +1 -1
- package/dist/browser/checkout/{index-4e330c2b.js → index-b3b84862.js} +1 -1
- package/dist/browser/checkout/{index-4e6fd4fb.js → index-bf3c80e4.js} +2 -2
- package/dist/browser/checkout/{index-835a0b7b.js → index-e61bd8e5.js} +1 -1
- package/dist/browser/checkout/{index-1c955634.js → index-ff50b524.js} +1 -1
- package/dist/browser/checkout/{index.umd-1b02f542.js → index.umd-0c8ceeac.js} +1 -1
- package/dist/browser/checkout/{retry-54b25cfd.js → retry-5f6a4153.js} +1 -1
- package/dist/browser/checkout/sdk.js +4 -4
- package/dist/browser/checkout/widgets-esm.js +1 -1
- package/dist/browser/checkout/widgets.js +4 -4
- package/dist/checkout.js +4 -4
- package/dist/config.js +1 -1
- package/dist/index.browser.js +4 -4
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/dist/minting_backend.js +2 -2
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +4 -4
- package/dist/webhook.js +1 -1
- package/dist/x.js +3 -3
- package/package.json +1 -1
- package/dist/browser/checkout/SaleWidget-dd7cc880.js +0 -1
- package/dist/browser/checkout/index-f3fb0a60.js +0 -1
package/dist/checkout.js
CHANGED
|
@@ -141,7 +141,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
141
141
|
};
|
|
142
142
|
|
|
143
143
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
144
|
-
const SDK_VERSION$1 = '1.43.1
|
|
144
|
+
const SDK_VERSION$1 = '1.43.1';
|
|
145
145
|
const getFrameParentDomain$1 = () => {
|
|
146
146
|
if (isNode$1()) {
|
|
147
147
|
return '';
|
|
@@ -19518,7 +19518,7 @@ const flattenProperties = (properties) => {
|
|
|
19518
19518
|
};
|
|
19519
19519
|
|
|
19520
19520
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
19521
|
-
const SDK_VERSION = '1.43.1
|
|
19521
|
+
const SDK_VERSION = '1.43.1';
|
|
19522
19522
|
const getFrameParentDomain = () => {
|
|
19523
19523
|
if (isNode()) {
|
|
19524
19524
|
return '';
|
|
@@ -31072,7 +31072,7 @@ class APIError extends Error {
|
|
|
31072
31072
|
|
|
31073
31073
|
/* eslint-disable implicit-arrow-linebreak */
|
|
31074
31074
|
const defaultHeaders = {
|
|
31075
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.43.1
|
|
31075
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.43.1',
|
|
31076
31076
|
};
|
|
31077
31077
|
/**
|
|
31078
31078
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -32604,7 +32604,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
32604
32604
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
32605
32605
|
};
|
|
32606
32606
|
|
|
32607
|
-
const SDK_VERSION_MARKER = '1.43.1
|
|
32607
|
+
const SDK_VERSION_MARKER = '1.43.1';
|
|
32608
32608
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
32609
32609
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
32610
32610
|
|
package/dist/config.js
CHANGED
|
@@ -128,7 +128,7 @@ const flattenProperties = (properties) => {
|
|
|
128
128
|
};
|
|
129
129
|
|
|
130
130
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
131
|
-
const SDK_VERSION = '1.43.1
|
|
131
|
+
const SDK_VERSION = '1.43.1';
|
|
132
132
|
const getFrameParentDomain = () => {
|
|
133
133
|
if (isNode()) {
|
|
134
134
|
return '';
|