@unotest/core 0.35.0 → 0.35.2

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.35.2] - 2026-09-16
4
+
5
+ ### Patch Changes
6
+
7
+ - @unotest/dsl@0.35.2
8
+ - @unotest/protocol@0.35.2
9
+
10
+ ## [0.35.1] - 2026-09-16
11
+
12
+ ### Patch Changes
13
+
14
+ - @unotest/dsl@0.35.1
15
+ - @unotest/protocol@0.35.1
16
+
3
17
  ## [0.35.0] - 2026-09-15
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unotest/core",
3
- "version": "0.35.0",
3
+ "version": "0.35.2",
4
4
  "description": "Shared runner-side utilities for the @unotest ecosystem: JSONL run-artifact writer (steps.jsonl + heartbeat), atomic run-manifest + run-sources writers, atomic runtime-state writer with a protocol-normalizing runtime-inspection helper, layered .env reader/applier (target + environment axes), idempotent .gitignore updater. Used by @unotest/web and @unotest/mobile; depends on @unotest/protocol plus a type-only import of @unotest/dsl/executor event types (M-20). Unlike protocol (pure data), this package owns the thin filesystem layer both runners need.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "chokidar": "^4.0.3",
32
- "@unotest/dsl": "^0.35.0",
33
- "@unotest/protocol": "^0.35.0"
32
+ "@unotest/protocol": "^0.35.2",
33
+ "@unotest/dsl": "^0.35.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^22.10.0",