@zhin.js/adapter-sandbox 8.0.6 → 9.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +8 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @zhin.js/adapter-process
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f7ee28d: Keep the Console SDK as a required dependency instead of also declaring it as an optional peer, which could remove it from a clean pnpm installation and prevent page compilation.
8
+ - Updated dependencies [f7ee28d]
9
+ - @zhin.js/adapter@1.2.2
10
+ - @zhin.js/core@1.5.16
11
+ - zhin.js@7.0.1
12
+
13
+ ## 9.0.0
14
+
15
+ ### Patch Changes
16
+
17
+ - zhin.js@7.0.0
18
+
3
19
  ## 8.0.6
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-sandbox",
3
- "version": "8.0.6",
3
+ "version": "9.0.1",
4
4
  "description": "Zhin.js Sandbox adapter for Plugin Runtime (WebSocket /sandbox)",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -48,10 +48,10 @@
48
48
  "dependencies": {
49
49
  "lucide-react": "^0.525.0",
50
50
  "react": "^19.2.8",
51
- "@zhin.js/adapter": "1.2.1",
51
+ "@zhin.js/adapter": "1.2.2",
52
52
  "@zhin.js/client": "2.1.14",
53
53
  "@zhin.js/console-contract": "1.0.1",
54
- "@zhin.js/core": "1.5.15",
54
+ "@zhin.js/core": "1.5.16",
55
55
  "@zhin.js/feature-kit": "1.0.13",
56
56
  "@zhin.js/host-http": "1.0.17",
57
57
  "@zhin.js/im-contract": "1.0.4",
@@ -65,25 +65,21 @@
65
65
  "vitest": "^4.1.10",
66
66
  "ws": "^8.21.1",
67
67
  "@zhin.js/pagemanager": "2.0.23",
68
- "@zhin.js/runtime": "1.0.18",
69
- "zhin.js": "6.0.15"
68
+ "@zhin.js/runtime": "1.0.19",
69
+ "zhin.js": "7.0.1"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "^19.0.0",
73
- "@zhin.js/adapter": "1.2.1",
74
- "@zhin.js/client": "2.1.14",
73
+ "@zhin.js/adapter": "1.2.2",
75
74
  "@zhin.js/console-contract": "1.0.1",
76
- "@zhin.js/core": "1.5.15",
75
+ "@zhin.js/core": "1.5.16",
77
76
  "@zhin.js/host-http": "1.0.17",
78
77
  "@zhin.js/page": "1.0.13",
79
- "zhin.js": "6.0.15"
78
+ "zhin.js": "7.0.1"
80
79
  },
81
80
  "peerDependenciesMeta": {
82
81
  "react": {
83
82
  "optional": true
84
- },
85
- "@zhin.js/client": {
86
- "optional": true
87
83
  }
88
84
  },
89
85
  "publishConfig": {