@unotest/core 0.16.0 → 0.18.0
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/CHANGELOG.md +4 -49
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.0] - 2026-08-23
|
|
4
|
+
|
|
5
|
+
## [0.17.0] - 2026-08-20
|
|
6
|
+
|
|
3
7
|
## [0.16.0] - 2026-08-19
|
|
4
8
|
|
|
5
9
|
### Minor Changes
|
|
@@ -10,55 +14,20 @@
|
|
|
10
14
|
Motivation: other packages need the same base without copying it, and a
|
|
11
15
|
published package is the only home they may all import.
|
|
12
16
|
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- Updated dependencies [bf92e6f]
|
|
16
|
-
- @unotest/dsl@0.16.0
|
|
17
|
-
- @unotest/protocol@0.16.0
|
|
18
|
-
|
|
19
17
|
## [0.15.0] - 2026-08-17
|
|
20
18
|
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- @unotest/dsl@0.15.0
|
|
24
|
-
- @unotest/protocol@0.15.0
|
|
25
|
-
|
|
26
19
|
## [0.14.0] - 2026-08-16
|
|
27
20
|
|
|
28
|
-
### Patch Changes
|
|
29
|
-
|
|
30
|
-
- Updated dependencies [0255f2d]
|
|
31
|
-
- Updated dependencies [da5badd]
|
|
32
|
-
- @unotest/dsl@0.14.0
|
|
33
|
-
- @unotest/protocol@0.14.0
|
|
34
|
-
|
|
35
21
|
## [0.13.1] - 2026-08-15
|
|
36
22
|
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- @unotest/dsl@0.13.1
|
|
40
|
-
- @unotest/protocol@0.13.1
|
|
41
|
-
|
|
42
23
|
## [0.13.0] - 2026-08-15
|
|
43
24
|
|
|
44
25
|
### Patch Changes
|
|
45
26
|
|
|
46
|
-
- Updated dependencies [39ca34f]
|
|
47
|
-
- Updated dependencies [a4f0a62]
|
|
48
|
-
- Updated dependencies [8d70df6]
|
|
49
|
-
- @unotest/dsl@0.13.0
|
|
50
|
-
- @unotest/protocol@0.13.0
|
|
51
|
-
|
|
52
27
|
All notable changes to `@unotest/core` are documented in this file.
|
|
53
28
|
|
|
54
29
|
## [0.12.0] - 2026-08-14
|
|
55
30
|
|
|
56
|
-
### Patch Changes
|
|
57
|
-
|
|
58
|
-
- Updated dependencies [40300d3]
|
|
59
|
-
- @unotest/dsl@0.12.0
|
|
60
|
-
- @unotest/protocol@0.12.0
|
|
61
|
-
|
|
62
31
|
## [0.11.0] - 2026-08-13
|
|
63
32
|
|
|
64
33
|
### Minor Changes
|
|
@@ -72,25 +41,11 @@ All notable changes to `@unotest/core` are documented in this file.
|
|
|
72
41
|
in `@unotest/core`). The `collection` command also rejects extra
|
|
73
42
|
positionals.
|
|
74
43
|
|
|
75
|
-
### Patch Changes
|
|
76
|
-
|
|
77
|
-
- Updated dependencies [a195713]
|
|
78
|
-
- Updated dependencies [ce25926]
|
|
79
|
-
- Updated dependencies [5a8e92b]
|
|
80
|
-
- Updated dependencies [d0ae620]
|
|
81
|
-
- Updated dependencies [2a68997]
|
|
82
|
-
- @unotest/protocol@0.11.0
|
|
83
|
-
- @unotest/dsl@0.11.0
|
|
84
|
-
|
|
85
44
|
## [0.10.0] - 2026-08-06
|
|
86
45
|
|
|
87
46
|
### Patch Changes
|
|
88
47
|
|
|
89
48
|
- 574841f: Dedup pass across the tree (jscpd 0 clones, ratchet threshold 0). New public export in `@unotest/grounder-client`: `intEnvInRange(env, name, def, min, max)` — the `UNOTEST_GROUNDER_*` integer-env parser shared by the consumer side and the grounder server. Everything else is internal refactoring with no behavior change: protocol gains a shared fs-safe-name validator behind `validateCollectionName` / `validateSegmentName` and a shared env-file assignment iterator; core's `RuntimeInspection` becomes a `Pick` of `RuntimeStateFile`; dsl's `ExecutionWalker` threads one `WalkCtx` object instead of an eight-argument clump and AST nodes use constructor parameter properties; web deduplicates the MCP tool scaffolds, action plugins, DSL contracts, perception LRU caches, and semantic-dom grouping passes.
|
|
90
|
-
- Updated dependencies [7ed750c]
|
|
91
|
-
- Updated dependencies [574841f]
|
|
92
|
-
- @unotest/dsl@0.10.0
|
|
93
|
-
- @unotest/protocol@0.10.0
|
|
94
49
|
|
|
95
50
|
## [0.9.2] - 2026-06-16
|
|
96
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unotest/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
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/
|
|
33
|
-
"@unotest/
|
|
32
|
+
"@unotest/protocol": "^0.18.0",
|
|
33
|
+
"@unotest/dsl": "^0.18.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^22.10.0",
|