@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 +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.js +1 -1
- package/package.json +10 -10
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
|
-
|
|
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
|
|
package/dist/browser/index.js
CHANGED
package/dist/node/index.cjs
CHANGED
package/dist/node/index.js
CHANGED
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
|
-
"
|
|
58
|
+
"immutable"
|
|
59
59
|
],
|
|
60
60
|
"license": "Apache-2.0",
|
|
61
61
|
"main": "dist/node/index.cjs",
|