@neocompose/cli 0.24.4 → 0.24.5
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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.24.5] - 2026-08-07
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Accept initializer-backed member value seeds in durable transaction staging,
|
|
8
|
+
matching the schema commit wire contract used by 0.24.4, and report the
|
|
9
|
+
specific invalid seed field when a staged payload is malformed.
|
|
10
|
+
|
|
3
11
|
## [0.24.4] - 2026-08-07
|
|
4
12
|
|
|
5
13
|
### Fixed
|
package/dist/neo.mjs
CHANGED
|
@@ -101548,7 +101548,7 @@ var init_registry2 = __esm({
|
|
|
101548
101548
|
PROJECT_SCHEMA_CONTRACT = Object.freeze({
|
|
101549
101549
|
formatVersion: 3,
|
|
101550
101550
|
contractVersion: "3.9",
|
|
101551
|
-
cliVersion: "0.24.
|
|
101551
|
+
cliVersion: "0.24.5",
|
|
101552
101552
|
projectFileUploadBatchSize: 32,
|
|
101553
101553
|
documentRecords: {
|
|
101554
101554
|
member: {
|
package/package.json
CHANGED
|
@@ -82,7 +82,7 @@ wrappers.
|
|
|
82
82
|
The marker near the top of `SKILL.md` must exactly match the package version:
|
|
83
83
|
|
|
84
84
|
```html
|
|
85
|
-
<!-- reviewed-through-cli: 0.24.
|
|
85
|
+
<!-- reviewed-through-cli: 0.24.5 -->
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
The quoted version above is checked too, so this instruction cannot go stale
|