@neocompose/cli 0.6.0 → 0.6.2
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 +9 -0
- package/dist/neo.mjs +1054 -85
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.2] - 2026-07-19
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Follow large `neo push` operations as one durable server transaction,
|
|
8
|
+
reporting bounded preparation/apply progress until commit and recovering the
|
|
9
|
+
same assigned IDs and result records after reconnect. Ctrl-C now leaves the
|
|
10
|
+
server job running without mutating the local working copy.
|
|
11
|
+
|
|
3
12
|
## [0.6.0] - 2026-07-19
|
|
4
13
|
|
|
5
14
|
### Added
|