logbrew-cli 0.1.5 → 0.1.7
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 +4 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,6 +15,10 @@ npm install -g logbrew-cli
|
|
|
15
15
|
brew install LogBrewCo/tap/logbrew
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
Cargo installs and source builds require Rust 1.87 or newer. The npm,
|
|
19
|
+
Homebrew, shell, PowerShell, and MSI installers use native release artifacts and
|
|
20
|
+
do not require a local Rust toolchain.
|
|
21
|
+
|
|
18
22
|
For development from the public repository:
|
|
19
23
|
|
|
20
24
|
```bash
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"hasInstallScript": true,
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"name": "logbrew-cli",
|
|
22
|
-
"version": "0.1.
|
|
22
|
+
"version": "0.1.7"
|
|
23
23
|
},
|
|
24
24
|
"node_modules/detect-libc": {
|
|
25
25
|
"engines": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"requires": true,
|
|
51
|
-
"version": "0.1.
|
|
51
|
+
"version": "0.1.7"
|
|
52
52
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/LogBrewCo/cli/releases/download/v0.1.
|
|
3
|
+
"https://github.com/LogBrewCo/cli/releases/download/v0.1.7"
|
|
4
4
|
],
|
|
5
5
|
"author": "LogBrewCo",
|
|
6
6
|
"bin": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"zipExt": ".tar.xz"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"version": "0.1.
|
|
93
|
+
"version": "0.1.7",
|
|
94
94
|
"volta": {
|
|
95
95
|
"node": "18.14.1",
|
|
96
96
|
"npm": "9.5.0"
|