@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 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
@@ -513,7 +513,8 @@ module.exports = {
513
513
  routingEngine: '路由引擎',
514
514
  ownerNftURL: '所有者 NFT',
515
515
  expirationLeft: '有效期还剩',
516
- renew: '续期'
516
+ renew: '续期',
517
+ startFromCrashTip: 'Blocklet Server 上次未正常退出,请手动启动需要运行的 blocklet.'
517
518
  },
518
519
  store: {
519
520
  nameSort: '名称',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.42",
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.42",
25
- "@abtnode/constant": "1.8.42",
26
- "@abtnode/util": "1.8.42",
27
- "@arcblock/did-connect": "^2.4.55",
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.55",
30
- "@arcblock/terminal": "^2.4.55",
31
- "@arcblock/ux": "^2.4.55",
32
- "@blocklet/constant": "1.8.42",
33
- "@blocklet/launcher-layout": "^1.9.15",
34
- "@blocklet/list": "^0.10.38",
35
- "@blocklet/meta": "1.8.42",
36
- "@blocklet/ui-react": "^2.4.55",
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": "04771ed44e11deb3f214b637be6e3b78ca2b9245"
87
+ "gitHead": "5c6b7b09f6252a83523594aead6c722bf4ba0d0c"
88
88
  }