@imtbl/sdk 1.41.3 → 1.42.0
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 +11 -11
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +389 -56
- package/dist/index.js +389 -56
- package/dist/minting_backend.js +2 -2
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +386 -53
- package/dist/webhook.js +1 -1
- package/dist/x.js +3 -3
- package/package.json +1 -1
package/dist/checkout.js
CHANGED
|
@@ -140,7 +140,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
140
140
|
};
|
|
141
141
|
|
|
142
142
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
143
|
-
const SDK_VERSION$1 = '1.
|
|
143
|
+
const SDK_VERSION$1 = '1.42.0';
|
|
144
144
|
const getFrameParentDomain$1 = () => {
|
|
145
145
|
if (isNode$1()) {
|
|
146
146
|
return '';
|
|
@@ -28962,7 +28962,7 @@ const flattenProperties = (properties) => {
|
|
|
28962
28962
|
};
|
|
28963
28963
|
|
|
28964
28964
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
28965
|
-
const SDK_VERSION = '1.
|
|
28965
|
+
const SDK_VERSION = '1.42.0';
|
|
28966
28966
|
const getFrameParentDomain = () => {
|
|
28967
28967
|
if (isNode()) {
|
|
28968
28968
|
return '';
|
|
@@ -40105,7 +40105,7 @@ class APIError extends Error {
|
|
|
40105
40105
|
|
|
40106
40106
|
/* eslint-disable implicit-arrow-linebreak */
|
|
40107
40107
|
const defaultHeaders = {
|
|
40108
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.
|
|
40108
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.42.0',
|
|
40109
40109
|
};
|
|
40110
40110
|
/**
|
|
40111
40111
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -41637,7 +41637,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
41637
41637
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
41638
41638
|
};
|
|
41639
41639
|
|
|
41640
|
-
const SDK_VERSION_MARKER = '1.
|
|
41640
|
+
const SDK_VERSION_MARKER = '1.42.0';
|
|
41641
41641
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
41642
41642
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
41643
41643
|
|
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.
|
|
131
|
+
const SDK_VERSION = '1.42.0';
|
|
132
132
|
const getFrameParentDomain = () => {
|
|
133
133
|
if (isNode()) {
|
|
134
134
|
return '';
|