@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/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-alpha.2';
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-alpha.2';
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-alpha.2',
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-alpha.2';
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-alpha.2';
131
+ const SDK_VERSION = '1.40.3';
132
132
  const getFrameParentDomain = () => {
133
133
  if (isNode()) {
134
134
  return '';