@machinen/native-arm64-linux 0.3.4 → 0.4.0

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/README.md CHANGED
@@ -9,10 +9,8 @@ package:
9
9
  | `e2fsprogs/` | bundled `mke2fs` |
10
10
  | `squashfs/` | bundled `mksquashfs` |
11
11
 
12
- This replaces the former per-tool packages
13
- (`@machinen/vmm-arm64-linux`, `@machinen/e2fsprogs-arm64-linux`,
14
- `@machinen/squashfs-tools-arm64-linux`) — one install, one
15
- `optionalDependency`, one `os`/`cpu` gate per host.
12
+ This is the consolidated native optional dependency for this host — one
13
+ install, one `optionalDependency`, one `os`/`cpu` gate.
16
14
 
17
15
  `index.mjs` exports an absolute path per binary: `binary` (the VMM),
18
16
  `gvproxy`, `initPath`, `execAgentPath`, `mke2fs`, `mksquashfs`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machinen/native-arm64-linux",
3
- "version": "0.3.4",
3
+ "version": "0.4.0",
4
4
  "description": "Machinen host-side native binaries for arm64 linux — VMM (KVM) + gvproxy + guest ELFs, mke2fs, and mksquashfs. Consolidates what used to be several per-tool packages.",
5
5
  "license": "FSL-1.1-MIT",
6
6
  "repository": {
Binary file
package/vmm/guest/init CHANGED
Binary file