@neocompose/cli 0.6.3 → 0.6.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/neo.mjs +13711 -13202
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.5] - 2026-07-21
4
+
5
+ ### Fixed
6
+
7
+ - Persist newly authored lookup, dialogue lookup, and enum defaults as ID arrays,
8
+ including single-select lookup overrides with no base snapshot.
9
+
10
+ ## [0.6.4] - 2026-07-20
11
+
12
+ ### Added
13
+
14
+ - Read attached `///` and `/* ... */` developer documentation from schema
15
+ declarations and emit it canonically as `///` comments during pull/reset.
16
+
3
17
  ## [0.6.3] - 2026-07-20
4
18
 
5
19
  ### Fixed