@machinen/native-arm64-darwin 0.3.3 → 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` + its dylibs |
10
10
  | `squashfs/` | bundled `mksquashfs` + its dylibs |
11
11
 
12
- This replaces the former per-tool packages
13
- (`@machinen/vmm-arm64-darwin`, `@machinen/e2fsprogs-arm64-darwin`,
14
- `@machinen/squashfs-tools-arm64-darwin`) — 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-darwin",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "Machinen host-side native binaries for arm64 darwin — VMM (HVF) + 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
@@ -1 +1 @@
1
- 40bb3a3193495f54d6cdac49fa29f413aee0aa9fd588d018f8a0ccc6420a8308
1
+ 49b9f7e69356ad87cde58c48527d15fdb95bb1100835c57d3f4231b460c01067
Binary file
package/vmm/guest/init CHANGED
Binary file