payment-kit 1.15.0 → 1.15.1

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 -1
  2. package/package.json +4 -5
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.15.0
17
+ version: 1.15.1
18
18
  logo: logo.png
19
19
  files:
20
20
  - dist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payment-kit",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "scripts": {
5
5
  "dev": "blocklet dev --open",
6
6
  "eject": "vite eject",
@@ -52,14 +52,13 @@
52
52
  "@arcblock/validator": "^1.18.135",
53
53
  "@blocklet/js-sdk": "1.16.30",
54
54
  "@blocklet/logger": "1.16.30",
55
- "@blocklet/payment-react": "1.15.0",
55
+ "@blocklet/payment-react": "1.15.1",
56
56
  "@blocklet/sdk": "1.16.30",
57
57
  "@blocklet/ui-react": "^2.10.25",
58
58
  "@blocklet/uploader": "^0.1.27",
59
59
  "@mui/icons-material": "^5.16.6",
60
60
  "@mui/lab": "^5.0.0-alpha.173",
61
61
  "@mui/material": "^5.16.6",
62
- "@mui/styles": "^5.16.6",
63
62
  "@mui/system": "^5.16.6",
64
63
  "@ocap/asset": "^1.18.135",
65
64
  "@ocap/client": "^1.18.135",
@@ -119,7 +118,7 @@
119
118
  "devDependencies": {
120
119
  "@abtnode/types": "1.16.30",
121
120
  "@arcblock/eslint-config-ts": "^0.3.2",
122
- "@blocklet/payment-types": "1.15.0",
121
+ "@blocklet/payment-types": "1.15.1",
123
122
  "@types/cookie-parser": "^1.4.7",
124
123
  "@types/cors": "^2.8.17",
125
124
  "@types/debug": "^4.1.12",
@@ -161,5 +160,5 @@
161
160
  "parser": "typescript"
162
161
  }
163
162
  },
164
- "gitHead": "a53bb8a9b781e36974899d3fc8a4aad544621a9c"
163
+ "gitHead": "ff06b03c0e25d6c4d9ea8f5495592c4f5c20829b"
165
164
  }