@abtnode/ux 1.8.42 → 1.8.43
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 +2 -1
- package/lib/locales/zh.js +2 -1
- package/package.json +14 -14
package/lib/locales/en.js
CHANGED
|
@@ -505,7 +505,8 @@ module.exports = {
|
|
|
505
505
|
routingEngine: 'Routing Engine',
|
|
506
506
|
ownerNftURL: 'Owner NFT',
|
|
507
507
|
expirationLeft: 'Expiration Left',
|
|
508
|
-
renew: 'Renew'
|
|
508
|
+
renew: 'Renew',
|
|
509
|
+
startFromCrashTip: 'Blocklet Server did not exit normally last time, please manually start the blocklets that needs to be run.'
|
|
509
510
|
},
|
|
510
511
|
store: {
|
|
511
512
|
nameSort: 'Name',
|
package/lib/locales/zh.js
CHANGED
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.43",
|
|
7
7
|
"description": "UX components shared across abtnode packages",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -21,19 +21,19 @@
|
|
|
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
|
-
"@abtnode/util": "1.8.
|
|
27
|
-
"@arcblock/did-connect": "^2.4.
|
|
24
|
+
"@abtnode/auth": "1.8.43",
|
|
25
|
+
"@abtnode/constant": "1.8.43",
|
|
26
|
+
"@abtnode/util": "1.8.43",
|
|
27
|
+
"@arcblock/did-connect": "^2.4.57",
|
|
28
28
|
"@arcblock/did-motif": "^1.1.10",
|
|
29
|
-
"@arcblock/icons": "^2.4.
|
|
30
|
-
"@arcblock/terminal": "^2.4.
|
|
31
|
-
"@arcblock/ux": "^2.4.
|
|
32
|
-
"@blocklet/constant": "1.8.
|
|
33
|
-
"@blocklet/launcher-layout": "^1.9.
|
|
34
|
-
"@blocklet/list": "^0.10.
|
|
35
|
-
"@blocklet/meta": "1.8.
|
|
36
|
-
"@blocklet/ui-react": "^2.4.
|
|
29
|
+
"@arcblock/icons": "^2.4.57",
|
|
30
|
+
"@arcblock/terminal": "^2.4.57",
|
|
31
|
+
"@arcblock/ux": "^2.4.57",
|
|
32
|
+
"@blocklet/constant": "1.8.43",
|
|
33
|
+
"@blocklet/launcher-layout": "^1.9.20",
|
|
34
|
+
"@blocklet/list": "^0.10.42",
|
|
35
|
+
"@blocklet/meta": "1.8.43",
|
|
36
|
+
"@blocklet/ui-react": "^2.4.57",
|
|
37
37
|
"@emotion/react": "^11.10.4",
|
|
38
38
|
"@emotion/styled": "^11.10.4",
|
|
39
39
|
"@iconify/react": "^4.0.0",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"@babel/preset-react": "^7.18.6",
|
|
85
85
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "5c6b7b09f6252a83523594aead6c722bf4ba0d0c"
|
|
88
88
|
}
|