@instawp/cli 0.0.1-beta.5 → 0.0.1-beta.6
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 +11 -0
- package/bin/win32/msys-2.0.dll +0 -0
- package/bin/win32/msys-crypto-3.dll +0 -0
- package/bin/win32/msys-iconv-2.dll +0 -0
- package/bin/win32/msys-intl-8.dll +0 -0
- package/bin/win32/msys-popt-0.dll +0 -0
- package/bin/win32/msys-xxhash-0.dll +0 -0
- package/bin/win32/msys-zstd-1.dll +0 -0
- package/bin/win32/rsync.exe +0 -0
- package/dist/index.js +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.0.1-beta.6 (2026-05-23)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes (Windows)
|
|
6
|
+
- Bundled `rsync.exe` now actually loads. beta.4/beta.5 shipped with `msys-2.0.dll` from the legacy `msys2-runtime-3.3` fork, which is missing the `fallocate` symbol that rsync 3.4 needs — produced `Entry Point Not Found: fallocate` on launch and exit code `3221225785` (`STATUS_DLL_INIT_FAILED`) when invoked indirectly via `sync push/pull` or `local clone`.
|
|
7
|
+
- Rebuilt the Windows bundle against current MSYS2 packages: `msys2-runtime-3.6.9-1`, `libopenssl-3.6.2-1`, `libiconv-1.19-1`, `libxxhash-0.8.3-1`, `libzstd-1.5.7-1`, `popt-1.19-1`, `libintl-0.22.5-1`. Includes `msys-popt-0.dll` and `msys-intl-8.dll` which the newer rsync now requires.
|
|
8
|
+
- Upgraded bundled rsync from 3.4.0 → 3.4.2-2.
|
|
9
|
+
|
|
10
|
+
### Internals
|
|
11
|
+
- `scripts/fetch-windows-binaries.sh` now verifies DLL closure (every referenced `msys-*.dll` is present) and asserts `fallocate` is exported from `msys-2.0.dll` before declaring the bundle valid. Catches "wrong runtime fork" regressions at build time.
|
|
12
|
+
- Added `smoke-windows` job to the publish workflow — runs on `windows-latest` and actually executes the bundled `rsync.exe` and `busybox.exe` before npm publish. Publish is now gated on this passing.
|
|
13
|
+
|
|
3
14
|
## 0.0.1-beta.5 (2026-05-23)
|
|
4
15
|
|
|
5
16
|
### New Commands
|
package/bin/win32/msys-2.0.dll
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/win32/rsync.exe
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
File without changes
|