@neocompose/cli 0.3.1 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.1] - 2026-07-17
4
+
5
+ ### Fixed
6
+
7
+ - Force the production CLI bundle and package-contract verification to run
8
+ before publication even when the local npm configuration disables lifecycle
9
+ scripts.
10
+
11
+ ## [0.4.0] - 2026-07-17
12
+
13
+ ### Breaking
14
+
15
+ - Replaced `NeoWorlds` and value-backed tile-grid asset lists with inherited
16
+ class-to-class `InternalRecordRelation` declarations.
17
+ - Replaced generated per-grid layer wrapper types with the authored tile and
18
+ object layer classes registered through `NeoRelations`.
19
+ - Removed legacy tile/object/layer lookup members from the format-3 project
20
+ contract; refresh working copies with Neo CLI 0.4.0.
21
+
22
+ ### Changed
23
+
24
+ - Generated grid content now exposes the declared shared layer classes and
25
+ class-backed tile/object definitions directly.
26
+
3
27
  ## [0.3.1] - 2026-07-16
4
28
 
5
29
  ### Added