@abtnode/ux 1.17.8-beta-20260113-015027-32a1cec4 → 1.17.8-beta-20260115-003043-5e15c08a

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.
@@ -70,7 +70,7 @@ export function createProxyClient({
70
70
  return target[prop].apply(target, args);
71
71
  }
72
72
  // 如果是 e2e 模式,则不进行验证
73
- if (window.env.isE2E) {
73
+ if (window?.env?.isE2E) {
74
74
  // eslint-disable-next-line prefer-spread
75
75
  return target[prop].apply(target, args);
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.17.8-beta-20260113-015027-32a1cec4",
3
+ "version": "1.17.8-beta-20260115-003043-5e15c08a",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,32 +23,32 @@
23
23
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@abtnode/auth": "1.17.8-beta-20260113-015027-32a1cec4",
27
- "@abtnode/constant": "1.17.8-beta-20260113-015027-32a1cec4",
28
- "@abtnode/docker-utils": "1.17.8-beta-20260113-015027-32a1cec4",
29
- "@abtnode/util": "1.17.8-beta-20260113-015027-32a1cec4",
26
+ "@abtnode/auth": "1.17.8-beta-20260115-003043-5e15c08a",
27
+ "@abtnode/constant": "1.17.8-beta-20260115-003043-5e15c08a",
28
+ "@abtnode/docker-utils": "1.17.8-beta-20260115-003043-5e15c08a",
29
+ "@abtnode/util": "1.17.8-beta-20260115-003043-5e15c08a",
30
30
  "@ahooksjs/use-url-state": "^3.5.1",
31
- "@arcblock/did": "^1.28.4",
32
- "@arcblock/did-connect-react": "^3.4.5",
33
- "@arcblock/did-ext": "^1.28.4",
31
+ "@arcblock/did": "^1.28.5",
32
+ "@arcblock/did-connect-react": "^3.4.7",
33
+ "@arcblock/did-ext": "^1.28.5",
34
34
  "@arcblock/did-motif": "^1.1.14",
35
- "@arcblock/icons": "^3.4.5",
36
- "@arcblock/nft-display": "^3.4.5",
37
- "@arcblock/react-hooks": "^3.4.5",
38
- "@arcblock/terminal": "^3.4.5",
39
- "@arcblock/ux": "^3.4.5",
40
- "@arcblock/validator": "^1.28.4",
41
- "@blocklet/aigne-hub": "^0.7.16",
42
- "@blocklet/constant": "1.17.8-beta-20260113-015027-32a1cec4",
35
+ "@arcblock/icons": "^3.4.7",
36
+ "@arcblock/nft-display": "^3.4.7",
37
+ "@arcblock/react-hooks": "^3.4.7",
38
+ "@arcblock/terminal": "^3.4.7",
39
+ "@arcblock/ux": "^3.4.7",
40
+ "@arcblock/validator": "^1.28.5",
41
+ "@blocklet/aigne-hub": "^0.7.18",
42
+ "@blocklet/constant": "1.17.8-beta-20260115-003043-5e15c08a",
43
43
  "@blocklet/did-domain-react": "^0.6.17",
44
- "@blocklet/did-space-react": "^1.2.14",
44
+ "@blocklet/did-space-react": "^1.2.15",
45
45
  "@blocklet/error": "^0.3.5",
46
- "@blocklet/js-sdk": "1.17.8-beta-20260113-015027-32a1cec4",
47
- "@blocklet/launcher-layout": "^3.4.5",
46
+ "@blocklet/js-sdk": "1.17.8-beta-20260115-003043-5e15c08a",
47
+ "@blocklet/launcher-layout": "^3.4.7",
48
48
  "@blocklet/list": "^0.18.11",
49
- "@blocklet/meta": "1.17.8-beta-20260113-015027-32a1cec4",
50
- "@blocklet/theme": "^3.4.5",
51
- "@blocklet/ui-react": "^3.4.5",
49
+ "@blocklet/meta": "1.17.8-beta-20260115-003043-5e15c08a",
50
+ "@blocklet/theme": "^3.4.7",
51
+ "@blocklet/ui-react": "^3.4.7",
52
52
  "@blocklet/uploader": "^0.3.19",
53
53
  "@emotion/react": "^11.14.0",
54
54
  "@emotion/styled": "^11.14.1",
@@ -61,9 +61,9 @@
61
61
  "@mui/material": "^7.2.0",
62
62
  "@mui/x-date-pickers": "^8.9.0",
63
63
  "@mui/x-tree-view": "^8.9.0",
64
- "@ocap/client": "^1.28.4",
65
- "@ocap/mcrypto": "^1.28.4",
66
- "@ocap/util": "^1.28.4",
64
+ "@ocap/client": "^1.28.5",
65
+ "@ocap/mcrypto": "^1.28.5",
66
+ "@ocap/util": "^1.28.5",
67
67
  "@uiw/react-markdown-preview": "^5.1.1",
68
68
  "ahooks": "^3.7.8",
69
69
  "axios": "^1.7.9",
@@ -127,5 +127,5 @@
127
127
  "babel-plugin-inline-react-svg": "^2.0.2",
128
128
  "glob": "^10.4.1"
129
129
  },
130
- "gitHead": "a2bdf6146c5c94d7348fc87d5ebd2e95e548df07"
130
+ "gitHead": "b22c37d35c84211b50f9ca05176f2c6de59fb24d"
131
131
  }