@imtbl/sdk 1.41.2-alpha.1 → 1.41.2-alpha.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/index.cjs CHANGED
@@ -185,7 +185,7 @@ const flattenProperties$1 = (properties) => {
185
185
  };
186
186
 
187
187
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
188
- const SDK_VERSION$1 = '1.41.2-alpha.1';
188
+ const SDK_VERSION$1 = '1.41.2-alpha.3';
189
189
  const getFrameParentDomain$1 = () => {
190
190
  if (isNode$1()) {
191
191
  return '';
@@ -14212,7 +14212,7 @@ class MultiRollupApiClients {
14212
14212
  }
14213
14213
 
14214
14214
  // eslint-disable-next-line @typescript-eslint/naming-convention
14215
- const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
14215
+ const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
14216
14216
  const createConfig$1 = ({ basePath, headers, }) => {
14217
14217
  if (!basePath.trim()) {
14218
14218
  throw Error('basePath can not be empty');
@@ -14284,7 +14284,7 @@ class APIError extends Error {
14284
14284
 
14285
14285
  /* eslint-disable implicit-arrow-linebreak */
14286
14286
  const defaultHeaders$1 = {
14287
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.2-alpha.1',
14287
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.2-alpha.3',
14288
14288
  };
14289
14289
  /**
14290
14290
  * createAPIConfiguration to create a custom Configuration
@@ -14758,7 +14758,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
14758
14758
  /* eslint-disable @typescript-eslint/naming-convention */
14759
14759
  class ApiConfiguration extends index$2.Configuration {
14760
14760
  }
14761
- const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
14761
+ const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
14762
14762
  /**
14763
14763
  * @dev use createImmutableXConfiguration instead
14764
14764
  */
@@ -14799,7 +14799,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
14799
14799
  coreContractAddress,
14800
14800
  registrationContractAddress,
14801
14801
  registrationV4ContractAddress,
14802
- sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.1',
14802
+ sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.3',
14803
14803
  baseConfig,
14804
14804
  });
14805
14805
  const production = ({ baseConfig }) => createImmutableXConfiguration({
@@ -60927,7 +60927,7 @@ const flattenProperties = (properties) => {
60927
60927
  };
60928
60928
 
60929
60929
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
60930
- const SDK_VERSION = '1.41.2-alpha.1';
60930
+ const SDK_VERSION = '1.41.2-alpha.3';
60931
60931
  const getFrameParentDomain = () => {
60932
60932
  if (isNode()) {
60933
60933
  return '';
@@ -66246,7 +66246,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
66246
66246
  maxPriorityFeePerGas: ethers.BigNumber.from(10e9),
66247
66247
  };
66248
66248
 
66249
- const SDK_VERSION_MARKER = '1.41.2-alpha.1';
66249
+ const SDK_VERSION_MARKER = '1.41.2-alpha.3';
66250
66250
  // This SDK version is replaced by the `yarn build` command ran on the root level
66251
66251
  const globalPackageVersion = () => SDK_VERSION_MARKER;
66252
66252
 
package/dist/index.js CHANGED
@@ -162,7 +162,7 @@ const flattenProperties$1 = (properties) => {
162
162
  };
163
163
 
164
164
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
165
- const SDK_VERSION$1 = '1.41.2-alpha.1';
165
+ const SDK_VERSION$1 = '1.41.2-alpha.3';
166
166
  const getFrameParentDomain$1 = () => {
167
167
  if (isNode$1()) {
168
168
  return '';
@@ -14189,7 +14189,7 @@ class MultiRollupApiClients {
14189
14189
  }
14190
14190
 
14191
14191
  // eslint-disable-next-line @typescript-eslint/naming-convention
14192
- const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
14192
+ const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
14193
14193
  const createConfig$1 = ({ basePath, headers, }) => {
14194
14194
  if (!basePath.trim()) {
14195
14195
  throw Error('basePath can not be empty');
@@ -14261,7 +14261,7 @@ class APIError extends Error {
14261
14261
 
14262
14262
  /* eslint-disable implicit-arrow-linebreak */
14263
14263
  const defaultHeaders$1 = {
14264
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.2-alpha.1',
14264
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.2-alpha.3',
14265
14265
  };
14266
14266
  /**
14267
14267
  * createAPIConfiguration to create a custom Configuration
@@ -14735,7 +14735,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
14735
14735
  /* eslint-disable @typescript-eslint/naming-convention */
14736
14736
  class ApiConfiguration extends index$2.Configuration {
14737
14737
  }
14738
- const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
14738
+ const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
14739
14739
  /**
14740
14740
  * @dev use createImmutableXConfiguration instead
14741
14741
  */
@@ -14776,7 +14776,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
14776
14776
  coreContractAddress,
14777
14777
  registrationContractAddress,
14778
14778
  registrationV4ContractAddress,
14779
- sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.1',
14779
+ sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.3',
14780
14780
  baseConfig,
14781
14781
  });
14782
14782
  const production = ({ baseConfig }) => createImmutableXConfiguration({
@@ -60904,7 +60904,7 @@ const flattenProperties = (properties) => {
60904
60904
  };
60905
60905
 
60906
60906
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
60907
- const SDK_VERSION = '1.41.2-alpha.1';
60907
+ const SDK_VERSION = '1.41.2-alpha.3';
60908
60908
  const getFrameParentDomain = () => {
60909
60909
  if (isNode()) {
60910
60910
  return '';
@@ -66223,7 +66223,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
66223
66223
  maxPriorityFeePerGas: BigNumber$1.from(10e9),
66224
66224
  };
66225
66225
 
66226
- const SDK_VERSION_MARKER = '1.41.2-alpha.1';
66226
+ const SDK_VERSION_MARKER = '1.41.2-alpha.3';
66227
66227
  // This SDK version is replaced by the `yarn build` command ran on the root level
66228
66228
  const globalPackageVersion = () => SDK_VERSION_MARKER;
66229
66229
 
@@ -5286,7 +5286,7 @@ const flattenProperties = (properties) => {
5286
5286
  };
5287
5287
 
5288
5288
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
5289
- const SDK_VERSION = '1.41.2-alpha.1';
5289
+ const SDK_VERSION = '1.41.2-alpha.3';
5290
5290
  const getFrameParentDomain = () => {
5291
5291
  if (isNode()) {
5292
5292
  return '';
@@ -5554,7 +5554,7 @@ class APIError extends Error {
5554
5554
 
5555
5555
  /* eslint-disable implicit-arrow-linebreak */
5556
5556
  const defaultHeaders = {
5557
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.2-alpha.1',
5557
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.41.2-alpha.3',
5558
5558
  };
5559
5559
  /**
5560
5560
  * createAPIConfiguration to create a custom Configuration
package/dist/orderbook.js CHANGED
@@ -132,7 +132,7 @@ const flattenProperties = (properties) => {
132
132
  };
133
133
 
134
134
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
135
- const SDK_VERSION = '1.41.2-alpha.1';
135
+ const SDK_VERSION = '1.41.2-alpha.3';
136
136
  const getFrameParentDomain = () => {
137
137
  if (isNode()) {
138
138
  return '';
package/dist/passport.js CHANGED
@@ -11460,7 +11460,7 @@ class MultiRollupApiClients {
11460
11460
  }
11461
11461
 
11462
11462
  // eslint-disable-next-line @typescript-eslint/naming-convention
11463
- const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
11463
+ const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
11464
11464
  const createConfig$1 = ({ basePath, headers, }) => {
11465
11465
  if (!basePath.trim()) {
11466
11466
  throw Error('basePath can not be empty');
@@ -11639,7 +11639,7 @@ const flattenProperties = (properties) => {
11639
11639
  };
11640
11640
 
11641
11641
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
11642
- const SDK_VERSION = '1.41.2-alpha.1';
11642
+ const SDK_VERSION = '1.41.2-alpha.3';
11643
11643
  const getFrameParentDomain = () => {
11644
11644
  if (isNode()) {
11645
11645
  return '';
@@ -12029,7 +12029,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
12029
12029
  /* eslint-disable @typescript-eslint/naming-convention */
12030
12030
  class ApiConfiguration extends index$2.Configuration {
12031
12031
  }
12032
- const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
12032
+ const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
12033
12033
  /**
12034
12034
  * @dev use createImmutableXConfiguration instead
12035
12035
  */
@@ -12070,7 +12070,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
12070
12070
  coreContractAddress,
12071
12071
  registrationContractAddress,
12072
12072
  registrationV4ContractAddress,
12073
- sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.1',
12073
+ sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.3',
12074
12074
  baseConfig,
12075
12075
  });
12076
12076
  const production = ({ baseConfig }) => createImmutableXConfiguration({
package/dist/webhook.js CHANGED
@@ -129,7 +129,7 @@ const flattenProperties = (properties) => {
129
129
  };
130
130
 
131
131
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
132
- const SDK_VERSION = '1.41.2-alpha.1';
132
+ const SDK_VERSION = '1.41.2-alpha.3';
133
133
  const getFrameParentDomain = () => {
134
134
  if (isNode()) {
135
135
  return '';
package/dist/x.js CHANGED
@@ -9004,7 +9004,7 @@ const flattenProperties = (properties) => {
9004
9004
  };
9005
9005
 
9006
9006
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
9007
- const SDK_VERSION = '1.41.2-alpha.1';
9007
+ const SDK_VERSION = '1.41.2-alpha.3';
9008
9008
  const getFrameParentDomain = () => {
9009
9009
  if (isNode()) {
9010
9010
  return '';
@@ -9270,7 +9270,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
9270
9270
  /* eslint-disable @typescript-eslint/naming-convention */
9271
9271
  class ApiConfiguration extends index$2.Configuration {
9272
9272
  }
9273
- const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.1' };
9273
+ const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.41.2-alpha.3' };
9274
9274
  /**
9275
9275
  * @dev use createImmutableXConfiguration instead
9276
9276
  */
@@ -9311,7 +9311,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
9311
9311
  coreContractAddress,
9312
9312
  registrationContractAddress,
9313
9313
  registrationV4ContractAddress,
9314
- sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.1',
9314
+ sdkVersion: 'ts-immutable-sdk-1.41.2-alpha.3',
9315
9315
  baseConfig,
9316
9316
  });
9317
9317
  const production = ({ baseConfig }) => createImmutableXConfiguration({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imtbl/sdk",
3
3
  "description": "Immutable Typescript SDK",
4
- "version": "1.41.2-alpha.1",
4
+ "version": "1.41.2-alpha.3",
5
5
  "author": "Immutable",
6
6
  "browser": "./dist/index.browser.js",
7
7
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",