payment-kit 1.13.64 → 1.13.65
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/blocklet.yml +1 -1
- package/package.json +17 -17
package/blocklet.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payment-kit",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.65",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev",
|
|
6
6
|
"eject": "vite eject",
|
|
@@ -40,26 +40,26 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@arcblock/did": "^1.18.
|
|
43
|
+
"@arcblock/did": "^1.18.103",
|
|
44
44
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
45
|
-
"@arcblock/did-connect": "^2.8.
|
|
46
|
-
"@arcblock/did-util": "^1.18.
|
|
47
|
-
"@arcblock/jwt": "^1.18.
|
|
48
|
-
"@arcblock/ux": "^2.8.
|
|
45
|
+
"@arcblock/did-connect": "^2.8.20",
|
|
46
|
+
"@arcblock/did-util": "^1.18.103",
|
|
47
|
+
"@arcblock/jwt": "^1.18.103",
|
|
48
|
+
"@arcblock/ux": "^2.8.20",
|
|
49
49
|
"@blocklet/logger": "^1.16.19",
|
|
50
50
|
"@blocklet/sdk": "^1.16.19",
|
|
51
|
-
"@blocklet/ui-react": "^2.8.
|
|
51
|
+
"@blocklet/ui-react": "^2.8.20",
|
|
52
52
|
"@blocklet/uploader": "^0.0.38",
|
|
53
53
|
"@mui/icons-material": "^5.14.19",
|
|
54
54
|
"@mui/lab": "^5.0.0-alpha.154",
|
|
55
55
|
"@mui/material": "^5.14.19",
|
|
56
56
|
"@mui/styles": "^5.14.19",
|
|
57
57
|
"@mui/system": "^5.14.19",
|
|
58
|
-
"@ocap/asset": "^1.18.
|
|
59
|
-
"@ocap/client": "^1.18.
|
|
60
|
-
"@ocap/mcrypto": "^1.18.
|
|
61
|
-
"@ocap/util": "^1.18.
|
|
62
|
-
"@ocap/wallet": "^1.18.
|
|
58
|
+
"@ocap/asset": "^1.18.103",
|
|
59
|
+
"@ocap/client": "^1.18.103",
|
|
60
|
+
"@ocap/mcrypto": "^1.18.103",
|
|
61
|
+
"@ocap/util": "^1.18.103",
|
|
62
|
+
"@ocap/wallet": "^1.18.103",
|
|
63
63
|
"@stripe/react-stripe-js": "^2.4.0",
|
|
64
64
|
"@stripe/stripe-js": "^2.2.0",
|
|
65
65
|
"ahooks": "^3.7.8",
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"@abtnode/types": "^1.16.19",
|
|
105
105
|
"@arcblock/eslint-config": "^0.2.4",
|
|
106
106
|
"@arcblock/eslint-config-ts": "^0.2.4",
|
|
107
|
-
"@did-pay/types": "1.13.
|
|
107
|
+
"@did-pay/types": "1.13.65",
|
|
108
108
|
"@types/cookie-parser": "^1.4.6",
|
|
109
109
|
"@types/cors": "^2.8.17",
|
|
110
110
|
"@types/dotenv-flow": "^3.3.3",
|
|
111
111
|
"@types/express": "^4.17.21",
|
|
112
|
-
"@types/node": "^18.19.
|
|
113
|
-
"@types/react": "^18.2.
|
|
112
|
+
"@types/node": "^18.19.2",
|
|
113
|
+
"@types/react": "^18.2.42",
|
|
114
114
|
"@types/react-dom": "^18.2.17",
|
|
115
115
|
"@vitejs/plugin-react": "^2.2.0",
|
|
116
116
|
"bumpp": "^8.2.1",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"ts-node": "^10.9.1",
|
|
126
126
|
"type-fest": "^4.8.3",
|
|
127
127
|
"typescript": "^4.9.5",
|
|
128
|
-
"vite": "^4.5.
|
|
128
|
+
"vite": "^4.5.1",
|
|
129
129
|
"vite-plugin-blocklet": "^0.6.16",
|
|
130
130
|
"vite-plugin-node-polyfills": "^0.7.0",
|
|
131
131
|
"vite-plugin-svgr": "^2.4.0",
|
|
@@ -141,5 +141,5 @@
|
|
|
141
141
|
"parser": "typescript"
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
|
-
"gitHead": "
|
|
144
|
+
"gitHead": "8af4c34686bae8cf09c114b4e3afce2671f320f0"
|
|
145
145
|
}
|