@abtnode/ux 1.8.7 → 1.8.10
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/lib/locales/en.js +1 -1
- package/package.json +8 -8
package/lib/locales/en.js
CHANGED
|
@@ -51,7 +51,7 @@ module.exports = {
|
|
|
51
51
|
blocklet: {
|
|
52
52
|
config: {
|
|
53
53
|
name: 'Blocklet Name',
|
|
54
|
-
description: 'Blocklet
|
|
54
|
+
description: 'Blocklet Description',
|
|
55
55
|
sk: 'Secret key for the blocklet wallet',
|
|
56
56
|
clusterSize: 'Instance count when run this blocklet in cluster mode',
|
|
57
57
|
deletable: {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.10",
|
|
7
7
|
"description": "UX components shared across abtnode packages",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@abtnode/auth": "1.8.
|
|
25
|
-
"@abtnode/constant": "1.8.
|
|
26
|
-
"@arcblock/did-connect": "^2.4.
|
|
27
|
-
"@arcblock/icons": "^2.4.
|
|
28
|
-
"@arcblock/ux": "^2.4.
|
|
29
|
-
"@blocklet/meta": "1.8.
|
|
24
|
+
"@abtnode/auth": "1.8.10",
|
|
25
|
+
"@abtnode/constant": "1.8.10",
|
|
26
|
+
"@arcblock/did-connect": "^2.4.11",
|
|
27
|
+
"@arcblock/icons": "^2.4.11",
|
|
28
|
+
"@arcblock/ux": "^2.4.11",
|
|
29
|
+
"@blocklet/meta": "1.8.10",
|
|
30
30
|
"@emotion/react": "^11.10.0",
|
|
31
31
|
"@emotion/styled": "^11.10.0",
|
|
32
32
|
"@mui/icons-material": "^5.8.4",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"@babel/preset-react": "^7.18.6",
|
|
51
51
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "84f655bd7b8d55fde2656fac8671faad3c3bde28"
|
|
54
54
|
}
|