@blocklet/payment-react 1.21.9 → 1.21.11
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Project information for documentation publishing
|
|
2
|
-
projectName: "Payment Kit React
|
|
3
|
-
projectDesc: "
|
|
2
|
+
projectName: "Payment Kit UI (React)"
|
|
3
|
+
projectDesc: "@blocklet/payment-react is a React component library for building payment systems in blocklets, integrated with Payment Kit."
|
|
4
4
|
projectLogo: https://store.blocklet.dev/assets/z2qaCNvKMv5GjouKdcDWexv6WqtHbpNPQDnAk/logo.png
|
|
5
5
|
|
|
6
6
|
# =============================================================================
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-react",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.11",
|
|
4
4
|
"description": "Reusable react components for payment kit v2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
7
7
|
"payment"
|
|
8
8
|
],
|
|
9
9
|
"author": "wangshijun<wangshijun2010@gmail.com>",
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://www.arcblock.io/docs/payment-kit-react",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"main": "lib/index.js",
|
|
13
13
|
"module": "es/index.js",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@babel/core": "^7.27.4",
|
|
95
95
|
"@babel/preset-env": "^7.27.2",
|
|
96
96
|
"@babel/preset-react": "^7.27.1",
|
|
97
|
-
"@blocklet/payment-types": "1.21.
|
|
97
|
+
"@blocklet/payment-types": "1.21.11",
|
|
98
98
|
"@storybook/addon-essentials": "^7.6.20",
|
|
99
99
|
"@storybook/addon-interactions": "^7.6.20",
|
|
100
100
|
"@storybook/addon-links": "^7.6.20",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"vite-plugin-babel": "^1.3.1",
|
|
126
126
|
"vite-plugin-node-polyfills": "^0.23.0"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "8a8bfd7810c58143314585fd31bad3c97637a761"
|
|
129
129
|
}
|