slopcode 0.2.128 → 0.2.130
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 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ pkg install nodejs git ripgrep neovim tar
|
|
|
19
19
|
npm i -g slopcode@latest --include=optional
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
The Android package includes the native sidecar TUI runtime for Termux arm64/x64.
|
|
22
|
+
The Android package includes the Rust-native sidecar TUI runtime for Termux arm64/x64 and does not bundle Bun. It opens on the SlopCode home prompt when pointed at a daemon with `--url`/`--token`; run `slopcode doctor android` to verify the Rust runtime.
|
|
23
23
|
|
|
24
24
|
## Quickstart
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
|
|
36
36
|
},
|
|
37
|
-
"version": "0.2.
|
|
37
|
+
"version": "0.2.130",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"slopcode-bin-darwin-
|
|
41
|
-
"slopcode-bin-linux-x64-baseline": "0.2.
|
|
42
|
-
"slopcode-bin-
|
|
43
|
-
"slopcode-bin-
|
|
44
|
-
"slopcode-bin-
|
|
45
|
-
"slopcode-bin-
|
|
46
|
-
"slopcode-bin-
|
|
47
|
-
"slopcode-bin-
|
|
48
|
-
"slopcode-bin-linux-
|
|
49
|
-
"slopcode-bin-
|
|
50
|
-
"slopcode-bin-
|
|
40
|
+
"slopcode-bin-darwin-x64-baseline": "0.2.130",
|
|
41
|
+
"slopcode-bin-linux-x64-baseline": "0.2.130",
|
|
42
|
+
"slopcode-bin-linux-x64-musl": "0.2.130",
|
|
43
|
+
"slopcode-bin-windows-x64": "0.2.130",
|
|
44
|
+
"slopcode-bin-darwin-x64": "0.2.130",
|
|
45
|
+
"slopcode-bin-windows-x64-baseline": "0.2.130",
|
|
46
|
+
"slopcode-bin-darwin-arm64": "0.2.130",
|
|
47
|
+
"slopcode-bin-linux-x64-baseline-musl": "0.2.130",
|
|
48
|
+
"slopcode-bin-linux-x64": "0.2.130",
|
|
49
|
+
"slopcode-bin-linux-arm64-musl": "0.2.130",
|
|
50
|
+
"slopcode-bin-linux-arm64": "0.2.130"
|
|
51
51
|
}
|
|
52
52
|
}
|