@zhin.js/adapter-sandbox 2.0.0 → 2.0.3

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 +38 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @zhin.js/adapter-process
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - zhin.js@1.0.61
8
+ - @zhin.js/console@2.0.3
9
+ - @zhin.js/http@1.0.56
10
+ - @zhin.js/core@1.1.3
11
+
12
+ ## 2.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - 5073d4c: chore: chore: update TypeScript version to ^5.9.3 across all plugins and packages
17
+ feat: enhance ai-text-as-image output registration with off handler for cleanup
18
+ fix: remove unnecessary logging in ensureBuiltinFontsCached function
19
+ refactor: simplify action handlers in html-renderer tools
20
+ chore: add README files for queue-sandbox-poc and event-delivery packages
21
+ chore: adjust pnpm workspace configuration to exclude games directory
22
+ chore: update tsconfig to include plugins directory for TypeScript compilation
23
+ - Updated dependencies [5073d4c]
24
+ - @zhin.js/console@2.0.2
25
+ - @zhin.js/core@1.1.2
26
+ - zhin.js@1.0.60
27
+ - @zhin.js/http@1.0.55
28
+
29
+ ## 2.0.1
30
+
31
+ ### Patch Changes
32
+
33
+ - c212bf7: fix: 适配器优化
34
+ - Updated dependencies [c212bf7]
35
+ - @zhin.js/client@1.0.15
36
+ - @zhin.js/core@1.1.1
37
+ - zhin.js@1.0.59
38
+ - @zhin.js/console@2.0.1
39
+ - @zhin.js/http@1.0.54
40
+
3
41
  ## 2.0.0
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-sandbox",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "Zhin.js adapter for local testing and development",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -47,15 +47,15 @@
47
47
  "@types/react-dom": "^19.2.1",
48
48
  "radix-ui": "^1.4.3",
49
49
  "lucide-react": "^0.469.0",
50
- "typescript": "^5.3.0",
51
- "zhin.js": "1.0.58"
50
+ "typescript": "^5.9.3",
51
+ "zhin.js": "1.0.61"
52
52
  },
53
53
  "peerDependencies": {
54
- "@zhin.js/core": "1.1.0",
55
- "@zhin.js/http": "1.0.53",
56
- "@zhin.js/client": "1.0.14",
57
- "@zhin.js/console": "2.0.0",
58
- "zhin.js": "1.0.58"
54
+ "@zhin.js/client": "1.0.15",
55
+ "@zhin.js/core": "1.1.3",
56
+ "@zhin.js/console": "2.0.3",
57
+ "@zhin.js/http": "1.0.56",
58
+ "zhin.js": "1.0.61"
59
59
  },
60
60
  "peerDependenciesMeta": {
61
61
  "@zhin.js/http": {