@abtnode/ux 1.16.18-beta-bb4ebacc → 1.16.18-beta-41b7fdb1

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.
@@ -127,6 +127,9 @@ export default function RuntimeInsight() {
127
127
  }, {
128
128
  label: t('blocklet.runtimeInfo.processId'),
129
129
  name: 'runtimeInfo.pid'
130
+ }, {
131
+ label: t('blocklet.runtimeInfo.port'),
132
+ name: 'runtimeInfo.port'
130
133
  }];
131
134
  return /*#__PURE__*/_jsxs(Div, {
132
135
  component: "div",
@@ -138,6 +138,9 @@ function RuntimeInsight() {
138
138
  }, {
139
139
  label: t('blocklet.runtimeInfo.processId'),
140
140
  name: 'runtimeInfo.pid'
141
+ }, {
142
+ label: t('blocklet.runtimeInfo.port'),
143
+ name: 'runtimeInfo.port'
141
144
  }];
142
145
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(Div, {
143
146
  component: "div",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.18-beta-bb4ebacc",
3
+ "version": "1.16.18-beta-41b7fdb1",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,24 +27,24 @@
27
27
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/auth": "1.16.18-beta-bb4ebacc",
31
- "@abtnode/constant": "1.16.18-beta-bb4ebacc",
32
- "@abtnode/util": "1.16.18-beta-bb4ebacc",
30
+ "@abtnode/auth": "1.16.18-beta-41b7fdb1",
31
+ "@abtnode/constant": "1.16.18-beta-41b7fdb1",
32
+ "@abtnode/util": "1.16.18-beta-41b7fdb1",
33
33
  "@ahooksjs/use-url-state": "^3.5.1",
34
34
  "@arcblock/did": "^1.18.95",
35
- "@arcblock/did-connect": "^2.8.11",
35
+ "@arcblock/did-connect": "^2.8.12",
36
36
  "@arcblock/did-motif": "^1.1.13",
37
- "@arcblock/icons": "^2.8.11",
38
- "@arcblock/nft-display": "2.8.11",
39
- "@arcblock/react-hooks": "^2.8.11",
40
- "@arcblock/terminal": "^2.8.11",
41
- "@arcblock/ux": "^2.8.11",
42
- "@blocklet/constant": "1.16.18-beta-bb4ebacc",
43
- "@blocklet/launcher-layout": "2.2.28",
44
- "@blocklet/list": "^0.12.51",
45
- "@blocklet/meta": "1.16.18-beta-bb4ebacc",
46
- "@blocklet/ui-react": "^2.8.11",
47
- "@blocklet/uploader": "^0.0.35",
37
+ "@arcblock/icons": "^2.8.12",
38
+ "@arcblock/nft-display": "2.8.12",
39
+ "@arcblock/react-hooks": "^2.8.12",
40
+ "@arcblock/terminal": "^2.8.12",
41
+ "@arcblock/ux": "^2.8.12",
42
+ "@blocklet/constant": "1.16.18-beta-41b7fdb1",
43
+ "@blocklet/launcher-layout": "2.2.32",
44
+ "@blocklet/list": "^0.12.52",
45
+ "@blocklet/meta": "1.16.18-beta-41b7fdb1",
46
+ "@blocklet/ui-react": "^2.8.12",
47
+ "@blocklet/uploader": "^0.0.38",
48
48
  "@emotion/react": "^11.10.4",
49
49
  "@emotion/styled": "^11.10.4",
50
50
  "@iconify/react": "^4.0.0",
@@ -100,7 +100,7 @@
100
100
  "babel-plugin-inline-react-svg": "^1.1.2",
101
101
  "glob": "^10.3.3"
102
102
  },
103
- "gitHead": "aca7ff8eb508ecf586108b99a9e07ceab2a62430",
103
+ "gitHead": "ade7738760a74e941d0d64da880c1f9d369e5e4f",
104
104
  "exports": {
105
105
  ".": {
106
106
  "import": "./es/index.js",