@superradcompany/microsandbox-darwin-arm64 0.4.2 → 0.4.4

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/bin/msb CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superradcompany/microsandbox-darwin-arm64",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "Bundled msb + libkrunfw + napi binding for microsandbox on macOS arm64.",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["arm64"],
@@ -8,8 +8,7 @@
8
8
  "files": [
9
9
  "microsandbox.darwin-arm64.node",
10
10
  "bin/msb",
11
- "lib/libkrunfw.dylib",
12
- "lib/libkrunfw.5.dylib"
11
+ "lib/libkrunfw.*.dylib"
13
12
  ],
14
13
  "license": "Apache-2.0",
15
14
  "engines": {
Binary file