@imtbl/sdk 1.40.3-alpha.2 → 1.40.3
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.browser.js.map +1 -1
- package/dist/index.cjs +68 -831
- package/dist/index.d.ts +33 -533
- package/dist/index.js +69 -830
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +4 -4
- package/dist/x.js +56 -75
- package/package.json +1 -9
- package/dist/minting_backend.d.ts +0 -3535
- package/dist/minting_backend.js +0 -6747
- package/dist/webhook.d.ts +0 -1265
- package/dist/webhook.js +0 -488
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.40.3
|
|
143
|
+
const SDK_VERSION$1 = '1.40.3';
|
|
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.40.3
|
|
28965
|
+
const SDK_VERSION = '1.40.3';
|
|
28966
28966
|
const getFrameParentDomain = () => {
|
|
28967
28967
|
if (isNode()) {
|
|
28968
28968
|
return '';
|
|
@@ -40126,7 +40126,7 @@ class APIError extends Error {
|
|
|
40126
40126
|
|
|
40127
40127
|
/* eslint-disable implicit-arrow-linebreak */
|
|
40128
40128
|
const defaultHeaders = {
|
|
40129
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.40.3
|
|
40129
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.40.3',
|
|
40130
40130
|
};
|
|
40131
40131
|
/**
|
|
40132
40132
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -41658,7 +41658,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
41658
41658
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
41659
41659
|
};
|
|
41660
41660
|
|
|
41661
|
-
const SDK_VERSION_MARKER = '1.40.3
|
|
41661
|
+
const SDK_VERSION_MARKER = '1.40.3';
|
|
41662
41662
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
41663
41663
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
41664
41664
|
|
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.40.3
|
|
131
|
+
const SDK_VERSION = '1.40.3';
|
|
132
132
|
const getFrameParentDomain = () => {
|
|
133
133
|
if (isNode()) {
|
|
134
134
|
return '';
|