@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.
- package/es/analytics/runtime.js +3 -0
- package/lib/analytics/runtime.js +3 -0
- package/package.json +17 -17
package/es/analytics/runtime.js
CHANGED
|
@@ -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",
|
package/lib/analytics/runtime.js
CHANGED
|
@@ -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-
|
|
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-
|
|
31
|
-
"@abtnode/constant": "1.16.18-beta-
|
|
32
|
-
"@abtnode/util": "1.16.18-beta-
|
|
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.
|
|
35
|
+
"@arcblock/did-connect": "^2.8.12",
|
|
36
36
|
"@arcblock/did-motif": "^1.1.13",
|
|
37
|
-
"@arcblock/icons": "^2.8.
|
|
38
|
-
"@arcblock/nft-display": "2.8.
|
|
39
|
-
"@arcblock/react-hooks": "^2.8.
|
|
40
|
-
"@arcblock/terminal": "^2.8.
|
|
41
|
-
"@arcblock/ux": "^2.8.
|
|
42
|
-
"@blocklet/constant": "1.16.18-beta-
|
|
43
|
-
"@blocklet/launcher-layout": "2.2.
|
|
44
|
-
"@blocklet/list": "^0.12.
|
|
45
|
-
"@blocklet/meta": "1.16.18-beta-
|
|
46
|
-
"@blocklet/ui-react": "^2.8.
|
|
47
|
-
"@blocklet/uploader": "^0.0.
|
|
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": "
|
|
103
|
+
"gitHead": "ade7738760a74e941d0d64da880c1f9d369e5e4f",
|
|
104
104
|
"exports": {
|
|
105
105
|
".": {
|
|
106
106
|
"import": "./es/index.js",
|