payment-kit 1.13.61 → 1.13.63

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.
Files changed (2) hide show
  1. package/blocklet.yml +1 -2
  2. package/package.json +21 -21
package/blocklet.yml CHANGED
@@ -14,7 +14,7 @@ repository:
14
14
  type: git
15
15
  url: git+https://github.com/blocklet/payment-kit.git
16
16
  specVersion: 1.2.8
17
- version: 1.13.61
17
+ version: 1.13.63
18
18
  logo: logo.png
19
19
  files:
20
20
  - dist
@@ -58,7 +58,6 @@ screenshots:
58
58
  components:
59
59
  - name: image-bin
60
60
  source:
61
- store: https://test.store.blocklet.dev
62
61
  name: image-bin
63
62
  version: latest
64
63
  navigation:
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "payment-kit",
3
- "version": "1.13.61",
3
+ "version": "1.13.63",
4
4
  "scripts": {
5
- "dev": "blocklet dev",
5
+ "dev": "COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev",
6
6
  "eject": "vite eject",
7
7
  "lint": "tsc --noEmit && eslint src api/src --ext .mjs,.js,.jsx,.ts,.tsx",
8
8
  "lint:fix": "npm run lint -- --fix",
@@ -40,26 +40,26 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@arcblock/did": "^1.18.101",
43
+ "@arcblock/did": "^1.18.102",
44
44
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
45
- "@arcblock/did-connect": "^2.8.17",
46
- "@arcblock/did-util": "^1.18.101",
47
- "@arcblock/jwt": "^1.18.101",
48
- "@arcblock/ux": "^2.8.17",
45
+ "@arcblock/did-connect": "^2.8.18",
46
+ "@arcblock/did-util": "^1.18.102",
47
+ "@arcblock/jwt": "^1.18.102",
48
+ "@arcblock/ux": "^2.8.18",
49
49
  "@blocklet/logger": "1.16.18",
50
50
  "@blocklet/sdk": "1.16.18",
51
- "@blocklet/ui-react": "^2.8.17",
51
+ "@blocklet/ui-react": "^2.8.18",
52
52
  "@blocklet/uploader": "^0.0.38",
53
- "@mui/icons-material": "^5.14.18",
54
- "@mui/lab": "^5.0.0-alpha.153",
55
- "@mui/material": "^5.14.18",
56
- "@mui/styles": "^5.14.18",
57
- "@mui/system": "^5.14.18",
58
- "@ocap/asset": "^1.18.101",
59
- "@ocap/client": "^1.18.101",
60
- "@ocap/mcrypto": "^1.18.101",
61
- "@ocap/util": "^1.18.101",
62
- "@ocap/wallet": "^1.18.101",
53
+ "@mui/icons-material": "^5.14.19",
54
+ "@mui/lab": "^5.0.0-alpha.154",
55
+ "@mui/material": "^5.14.19",
56
+ "@mui/styles": "^5.14.19",
57
+ "@mui/system": "^5.14.19",
58
+ "@ocap/asset": "^1.18.102",
59
+ "@ocap/client": "^1.18.102",
60
+ "@ocap/mcrypto": "^1.18.102",
61
+ "@ocap/util": "^1.18.102",
62
+ "@ocap/wallet": "^1.18.102",
63
63
  "@stripe/react-stripe-js": "^2.4.0",
64
64
  "@stripe/stripe-js": "^2.2.0",
65
65
  "ahooks": "^3.7.8",
@@ -104,12 +104,12 @@
104
104
  "@abtnode/types": "1.16.18",
105
105
  "@arcblock/eslint-config": "^0.2.4",
106
106
  "@arcblock/eslint-config-ts": "^0.2.4",
107
- "@did-pay/types": "1.13.61",
107
+ "@did-pay/types": "1.13.63",
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.18.13",
112
+ "@types/node": "^18.19.0",
113
113
  "@types/react": "^18.2.39",
114
114
  "@types/react-dom": "^18.2.17",
115
115
  "@vitejs/plugin-react": "^2.2.0",
@@ -141,5 +141,5 @@
141
141
  "parser": "typescript"
142
142
  }
143
143
  },
144
- "gitHead": "d765c5289d482e4265d25b82db551c695eada1e0"
144
+ "gitHead": "5703c591bed6e75407de7d7bcfab92555f0abc8d"
145
145
  }