@imtbl/sdk 1.46.7 → 1.46.8
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/sdk.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.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/checkout.js
CHANGED
|
@@ -157,7 +157,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
157
157
|
};
|
|
158
158
|
|
|
159
159
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
160
|
-
const SDK_VERSION$1 = '1.46.
|
|
160
|
+
const SDK_VERSION$1 = '1.46.8';
|
|
161
161
|
const getFrameParentDomain$1 = () => {
|
|
162
162
|
if (isNode$1()) {
|
|
163
163
|
return '';
|
|
@@ -19565,7 +19565,7 @@ const flattenProperties = (properties) => {
|
|
|
19565
19565
|
};
|
|
19566
19566
|
|
|
19567
19567
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
19568
|
-
const SDK_VERSION = '1.46.
|
|
19568
|
+
const SDK_VERSION = '1.46.8';
|
|
19569
19569
|
const getFrameParentDomain = () => {
|
|
19570
19570
|
if (isNode()) {
|
|
19571
19571
|
return '';
|
|
@@ -31325,7 +31325,7 @@ class APIError extends Error {
|
|
|
31325
31325
|
|
|
31326
31326
|
/* eslint-disable implicit-arrow-linebreak */
|
|
31327
31327
|
const defaultHeaders = {
|
|
31328
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.
|
|
31328
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.8',
|
|
31329
31329
|
};
|
|
31330
31330
|
/**
|
|
31331
31331
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -32880,7 +32880,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
32880
32880
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
32881
32881
|
};
|
|
32882
32882
|
|
|
32883
|
-
const SDK_VERSION_MARKER = '1.46.
|
|
32883
|
+
const SDK_VERSION_MARKER = '1.46.8';
|
|
32884
32884
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
32885
32885
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
32886
32886
|
|
package/dist/config.js
CHANGED
|
@@ -144,7 +144,7 @@ const flattenProperties = (properties) => {
|
|
|
144
144
|
};
|
|
145
145
|
|
|
146
146
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
147
|
-
const SDK_VERSION = '1.46.
|
|
147
|
+
const SDK_VERSION = '1.46.8';
|
|
148
148
|
const getFrameParentDomain = () => {
|
|
149
149
|
if (isNode()) {
|
|
150
150
|
return '';
|