@baleen37/ars 2.25.0 → 2.26.1
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 +6 -5
- package/package.json +1 -1
- package/vendor/ars-darwin-arm64 +0 -0
- package/vendor/ars-linux-amd64 +0 -0
- package/vendor/ars-linux-arm64 +0 -0
package/README.md
CHANGED
|
@@ -51,11 +51,12 @@ must not be committed.
|
|
|
51
51
|
|
|
52
52
|
Interactive runs check GitHub Releases for a newer version with a 1.5
|
|
53
53
|
second budget; any failure is ignored and ars starts normally. When a
|
|
54
|
-
newer release exists, ars
|
|
55
|
-
update
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
newer release exists, ars shows two numbered choices before the session TUI:
|
|
55
|
+
update to the new version or continue with the current one. Use Up/Down and
|
|
56
|
+
Enter, or press `1`/`2` directly; `q`, Escape, and Ctrl+C continue with the
|
|
57
|
+
current version. npm installs update through
|
|
58
|
+
`npm install -g @baleen37/ars`; standalone binaries are verified against
|
|
59
|
+
`SHA256SUMS` and replaced in place. Source builds skip the check.
|
|
59
60
|
|
|
60
61
|
## Localhost and remote inventory
|
|
61
62
|
|
package/package.json
CHANGED
package/vendor/ars-darwin-arm64
CHANGED
|
Binary file
|
package/vendor/ars-linux-amd64
CHANGED
|
Binary file
|
package/vendor/ars-linux-arm64
CHANGED
|
Binary file
|