@neocompose/cli 0.5.0 → 0.5.1

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 +11 -0
  2. package/dist/neo.mjs +820 -164
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.1] - 2026-07-18
4
+
5
+ ### Fixed
6
+
7
+ - Project complete web-authored dialogue actions as inline NeoScript steps and
8
+ complete UI conditions as ordinary `bool` bodies while preserving their UI
9
+ wire representation on unchanged round trips.
10
+ - Project direct dialogue text variables as typed member expressions instead
11
+ of synthetic incomplete functions, and replace legacy synthetic condition
12
+ function markers with deterministic UUID source identities.
13
+
3
14
  ## [0.5.0] - 2026-07-18
4
15
 
5
16
  ### Breaking