@imtbl/sdk 1.45.1 → 1.45.2

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
@@ -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.45.1';
160
+ const SDK_VERSION$1 = '1.45.2';
161
161
  const getFrameParentDomain$1 = () => {
162
162
  if (isNode$1()) {
163
163
  return '';
@@ -19586,7 +19586,7 @@ const flattenProperties = (properties) => {
19586
19586
  };
19587
19587
 
19588
19588
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
19589
- const SDK_VERSION = '1.45.1';
19589
+ const SDK_VERSION = '1.45.2';
19590
19590
  const getFrameParentDomain = () => {
19591
19591
  if (isNode()) {
19592
19592
  return '';
@@ -31126,7 +31126,7 @@ class APIError extends Error {
31126
31126
 
31127
31127
  /* eslint-disable implicit-arrow-linebreak */
31128
31128
  const defaultHeaders = {
31129
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.1',
31129
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.2',
31130
31130
  };
31131
31131
  /**
31132
31132
  * createAPIConfiguration to create a custom Configuration
@@ -32658,7 +32658,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
32658
32658
  maxPriorityFeePerGas: BigNumber$1.from(10e9),
32659
32659
  };
32660
32660
 
32661
- const SDK_VERSION_MARKER = '1.45.1';
32661
+ const SDK_VERSION_MARKER = '1.45.2';
32662
32662
  // This SDK version is replaced by the `yarn build` command ran on the root level
32663
32663
  const globalPackageVersion = () => SDK_VERSION_MARKER;
32664
32664
 
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.45.1';
147
+ const SDK_VERSION = '1.45.2';
148
148
  const getFrameParentDomain = () => {
149
149
  if (isNode()) {
150
150
  return '';