@imtbl/checkout-sdk 2.0.0-alpha.2 → 2.0.0-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.
@@ -789,7 +789,7 @@ var it = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var Do = "2.0.0-alpha.2";
792
+ var Do = "2.0.0-alpha.3";
793
793
  var at = () => false;
794
794
  var ie = () => Do;
795
795
 
@@ -6381,7 +6381,7 @@ var Bt = class {
6381
6381
  * @param {BrowserProvider} browserProvider - The object to check.
6382
6382
  * @returns {boolean} - True if the object is a Web3 provider, false otherwise.
6383
6383
  */
6384
- static isBrowserProvider(e) {
6384
+ static isWrappedBrowserProvider(e) {
6385
6385
  return pr(e);
6386
6386
  }
6387
6387
  /**
@@ -789,7 +789,7 @@ var nt = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var bn = "2.0.0-alpha.2";
792
+ var bn = "2.0.0-alpha.3";
793
793
  var ot = () => false;
794
794
  var ne = () => bn;
795
795
 
@@ -6381,7 +6381,7 @@ var Ot = class {
6381
6381
  * @param {BrowserProvider} browserProvider - The object to check.
6382
6382
  * @returns {boolean} - True if the object is a Web3 provider, false otherwise.
6383
6383
  */
6384
- static isBrowserProvider(e) {
6384
+ static isWrappedBrowserProvider(e) {
6385
6385
  return dr(e);
6386
6386
  }
6387
6387
  /**
@@ -789,7 +789,7 @@ var nt = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var bn = "2.0.0-alpha.2";
792
+ var bn = "2.0.0-alpha.3";
793
793
  var ot = () => false;
794
794
  var ne = () => bn;
795
795
 
@@ -6381,7 +6381,7 @@ var Ot = class {
6381
6381
  * @param {BrowserProvider} browserProvider - The object to check.
6382
6382
  * @returns {boolean} - True if the object is a Web3 provider, false otherwise.
6383
6383
  */
6384
- static isBrowserProvider(e) {
6384
+ static isWrappedBrowserProvider(e) {
6385
6385
  return dr(e);
6386
6386
  }
6387
6387
  /**
@@ -178,7 +178,7 @@ export declare class Checkout {
178
178
  * @param {BrowserProvider} browserProvider - The object to check.
179
179
  * @returns {boolean} - True if the object is a Web3 provider, false otherwise.
180
180
  */
181
- static isBrowserProvider(browserProvider: WrappedBrowserProvider): boolean;
181
+ static isWrappedBrowserProvider(browserProvider: WrappedBrowserProvider): boolean;
182
182
  /**
183
183
  * Estimates the gas required for a swap or bridge transaction.
184
184
  * @param {GasEstimateParams} params - The parameters for the gas estimation.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@imtbl/checkout-sdk",
3
3
  "description": "Immutable Checkout SDK",
4
- "version": "2.0.0-alpha.2",
4
+ "version": "2.0.0-alpha.3",
5
5
  "author": "immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/blockchain-data": "2.0.0-alpha.2",
9
- "@imtbl/bridge-sdk": "2.0.0-alpha.2",
10
- "@imtbl/config": "2.0.0-alpha.2",
11
- "@imtbl/dex-sdk": "2.0.0-alpha.2",
12
- "@imtbl/generated-clients": "2.0.0-alpha.2",
13
- "@imtbl/metrics": "2.0.0-alpha.2",
14
- "@imtbl/orderbook": "2.0.0-alpha.2",
15
- "@imtbl/passport": "2.0.0-alpha.2",
8
+ "@imtbl/blockchain-data": "2.0.0-alpha.3",
9
+ "@imtbl/bridge-sdk": "2.0.0-alpha.3",
10
+ "@imtbl/config": "2.0.0-alpha.3",
11
+ "@imtbl/dex-sdk": "2.0.0-alpha.3",
12
+ "@imtbl/generated-clients": "2.0.0-alpha.3",
13
+ "@imtbl/metrics": "2.0.0-alpha.3",
14
+ "@imtbl/orderbook": "2.0.0-alpha.3",
15
+ "@imtbl/passport": "2.0.0-alpha.3",
16
16
  "@metamask/detect-provider": "^2.0.0",
17
17
  "axios": "^1.6.5",
18
18
  "ethers": "^6.13.4",
@@ -30,7 +30,7 @@
30
30
  "jest": "^29.4.3",
31
31
  "jest-environment-jsdom": "^29.4.3",
32
32
  "text-encoding": "^0.7.0",
33
- "tsup": "^8.3.5",
33
+ "tsup": "8.3.0",
34
34
  "typedoc": "^0.26.5",
35
35
  "typedoc-plugin-markdown": "^4.2.3",
36
36
  "typescript": "^5.6.2"