@librefang/cli 2026.3.2123-rc1 → 2026.3.2201
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 +3 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -15,7 +15,9 @@ Or with other package managers:
|
|
|
15
15
|
pip install librefang
|
|
16
16
|
|
|
17
17
|
# Homebrew (macOS)
|
|
18
|
-
brew
|
|
18
|
+
brew tap librefang/tap
|
|
19
|
+
brew install librefang # CLI
|
|
20
|
+
brew install --cask librefang # Desktop App
|
|
19
21
|
|
|
20
22
|
# Cargo
|
|
21
23
|
cargo install librefang
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@librefang/cli",
|
|
3
|
-
"version": "2026.3.
|
|
3
|
+
"version": "2026.3.2201",
|
|
4
4
|
"description": "LibreFang Agent OS — CLI binary distribution",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"node": ">=18"
|
|
18
18
|
},
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"@librefang/cli-linux-x64": "
|
|
21
|
-
"@librefang/cli-linux-arm64": "
|
|
22
|
-
"@librefang/cli-linux-x64-musl": "
|
|
23
|
-
"@librefang/cli-linux-arm64-musl": "
|
|
24
|
-
"@librefang/cli-darwin-x64": "
|
|
25
|
-
"@librefang/cli-darwin-arm64": "
|
|
26
|
-
"@librefang/cli-win32-x64": "
|
|
27
|
-
"@librefang/cli-win32-arm64": "
|
|
20
|
+
"@librefang/cli-linux-x64": "0.0.0",
|
|
21
|
+
"@librefang/cli-linux-arm64": "0.0.0",
|
|
22
|
+
"@librefang/cli-linux-x64-musl": "0.0.0",
|
|
23
|
+
"@librefang/cli-linux-arm64-musl": "0.0.0",
|
|
24
|
+
"@librefang/cli-darwin-x64": "0.0.0",
|
|
25
|
+
"@librefang/cli-darwin-arm64": "0.0.0",
|
|
26
|
+
"@librefang/cli-win32-x64": "0.0.0",
|
|
27
|
+
"@librefang/cli-win32-arm64": "0.0.0"
|
|
28
28
|
}
|
|
29
29
|
}
|