@ricsam/r5d-macos-vm 0.0.54 → 0.0.56
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 +1 -0
- package/dist/cjs/package.json +1 -1
- package/dist/mjs/package.json +1 -1
- package/native-artifact.json +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,7 @@ r5d-macos-vm cache prune # remove restore images and old nat
|
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
Add `--json` for newline-delimited progress events suitable for automation. `--state-root <path>` and `--bootstrap-dir <path>` are development/test overrides.
|
|
45
|
+
Interactive progress updates one terminal line in place. When output is redirected to a file or pipeline, progress is limited to one line per five percent.
|
|
45
46
|
|
|
46
47
|
## Storage and security
|
|
47
48
|
|
package/dist/cjs/package.json
CHANGED
package/dist/mjs/package.json
CHANGED
package/native-artifact.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"packageVersion": "0.0.
|
|
4
|
-
"url": "https://downloads.r5d.dev/r5d-macos-vm/0.0.
|
|
5
|
-
"sha256": "
|
|
6
|
-
"byteLength":
|
|
3
|
+
"packageVersion": "0.0.56",
|
|
4
|
+
"url": "https://downloads.r5d.dev/r5d-macos-vm/0.0.56/R5DMacOSVM.app.zip",
|
|
5
|
+
"sha256": "81f0307602e9acc329cf3d866258e2d1ea74a3c418d72fb77367e4cfde125f5f",
|
|
6
|
+
"byteLength": 190892,
|
|
7
7
|
"archiveName": "R5DMacOSVM.app.zip",
|
|
8
8
|
"appName": "R5DMacOSVM.app",
|
|
9
9
|
"executableName": "R5DMacOSVM",
|