@imtbl/checkout-sdk 2.22.0 → 2.22.1-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
@@ -15,7 +15,7 @@ The Checkout SDK folder provides both functions and user interfaces for interact
15
15
 
16
16
  # Usage
17
17
 
18
- You can find example usages of this package in the examples set up [here](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout)
18
+ See the [Checkout docs](https://docs.immutable.com/docs/products/checkout/overview) for usage guidance, or run the sample app in `packages/checkout/sample-app`.
19
19
 
20
20
  # Installation
21
21
 
@@ -803,7 +803,7 @@ var it = {
803
803
  };
804
804
 
805
805
  // src/env/env.ts
806
- var No = "2.22.0";
806
+ var No = "2.22.1-alpha.0";
807
807
  var me = () => No;
808
808
 
809
809
  // src/availability/availability.ts
@@ -803,7 +803,7 @@ var ot = {
803
803
  };
804
804
 
805
805
  // src/env/env.ts
806
- var kn = "2.22.0";
806
+ var kn = "2.22.1-alpha.0";
807
807
  var pe = () => kn;
808
808
 
809
809
  // src/availability/availability.ts
@@ -803,7 +803,7 @@ var ot = {
803
803
  };
804
804
 
805
805
  // src/env/env.ts
806
- var kn = "2.22.0";
806
+ var kn = "2.22.1-alpha.0";
807
807
  var pe = () => kn;
808
808
 
809
809
  // 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.22.0",
4
+ "version": "2.22.1-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.22.0",
9
- "@imtbl/bridge-sdk": "2.22.0",
10
- "@imtbl/config": "2.22.0",
11
- "@imtbl/dex-sdk": "2.22.0",
12
- "@imtbl/generated-clients": "2.22.0",
13
- "@imtbl/metrics": "2.22.0",
14
- "@imtbl/orderbook": "2.22.0",
15
- "@imtbl/passport": "2.22.0",
8
+ "@imtbl/blockchain-data": "2.22.1-alpha.0",
9
+ "@imtbl/bridge-sdk": "2.22.1-alpha.0",
10
+ "@imtbl/config": "2.22.1-alpha.0",
11
+ "@imtbl/dex-sdk": "2.22.1-alpha.0",
12
+ "@imtbl/generated-clients": "2.22.1-alpha.0",
13
+ "@imtbl/metrics": "2.22.1-alpha.0",
14
+ "@imtbl/orderbook": "2.22.1-alpha.0",
15
+ "@imtbl/passport": "2.22.1-alpha.0",
16
16
  "@metamask/detect-provider": "^2.0.0",
17
17
  "axios": "^1.6.5",
18
18
  "ethers": "^6.13.4",
@@ -55,7 +55,7 @@
55
55
  ],
56
56
  "homepage": "https://github.com/immutable/ts-immutable-sdk",
57
57
  "keywords": [
58
- "immutablex"
58
+ "immutable"
59
59
  ],
60
60
  "license": "Apache-2.0",
61
61
  "main": "dist/node/index.cjs",