@imtbl/checkout-sdk 2.1.5 → 2.1.6-alpha.0

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/README.md CHANGED
@@ -28,7 +28,7 @@ npm add @imtbl/checkout-sdk
28
28
  # or
29
29
  pnpm add @imtbl/checkout-sdk
30
30
  # or
31
- pnpm add @imtbl/checkout-sdk
31
+ yarn add @imtbl/checkout-sdk
32
32
  ```
33
33
 
34
34
  ## SDK Installation
@@ -55,4 +55,4 @@ import { checkout } from '@imtbl/sdk';
55
55
  const { Checkout } = checkout;
56
56
  ```
57
57
 
58
- However this method will result in a larger bundle size as the entire `@imtbl/checkout-sdk` package will be included in your bundle.
58
+ However this method will result in a larger bundle size as the entire `@imtbl/checkout-sdk` package will be included in your bundle.
@@ -789,7 +789,7 @@ var at = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var _o = "2.1.5";
792
+ var _o = "2.1.6-alpha.0";
793
793
  var ue = () => _o;
794
794
 
795
795
  // src/availability/availability.ts
@@ -789,7 +789,7 @@ var nt = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var vn = "2.1.5";
792
+ var vn = "2.1.6-alpha.0";
793
793
  var le = () => vn;
794
794
 
795
795
  // src/availability/availability.ts
@@ -789,7 +789,7 @@ var nt = {
789
789
  };
790
790
 
791
791
  // src/env/env.ts
792
- var vn = "2.1.5";
792
+ var vn = "2.1.6-alpha.0";
793
793
  var le = () => vn;
794
794
 
795
795
  // src/availability/availability.ts
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.1.5",
4
+ "version": "2.1.6-alpha.0",
5
5
  "author": "immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/blockchain-data": "2.1.5",
9
- "@imtbl/bridge-sdk": "2.1.5",
10
- "@imtbl/config": "2.1.5",
11
- "@imtbl/dex-sdk": "2.1.5",
12
- "@imtbl/generated-clients": "2.1.5",
13
- "@imtbl/metrics": "2.1.5",
14
- "@imtbl/orderbook": "2.1.5",
15
- "@imtbl/passport": "2.1.5",
8
+ "@imtbl/blockchain-data": "2.1.6-alpha.0",
9
+ "@imtbl/bridge-sdk": "2.1.6-alpha.0",
10
+ "@imtbl/config": "2.1.6-alpha.0",
11
+ "@imtbl/dex-sdk": "2.1.6-alpha.0",
12
+ "@imtbl/generated-clients": "2.1.6-alpha.0",
13
+ "@imtbl/metrics": "2.1.6-alpha.0",
14
+ "@imtbl/orderbook": "2.1.6-alpha.0",
15
+ "@imtbl/passport": "2.1.6-alpha.0",
16
16
  "@metamask/detect-provider": "^2.0.0",
17
17
  "axios": "^1.6.5",
18
18
  "ethers": "^6.13.4",