@paniolo/cli 0.5.10 → 0.5.12
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 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@ binary. Commands include `paniolo scan`, `paniolo qmd`, `paniolo wiki`,
|
|
|
9
9
|
## Local release workflow
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
cargo run -p paniolo-internal-cli -- release gen-packages --tool cli
|
|
13
|
+
cargo run -p paniolo-internal-cli -- release stage --tool cli
|
|
14
|
+
cargo run -p paniolo-internal-cli -- release pack-smoke --tool cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Ranch Hand releases are validated locally. `paniolo-internal` is not included
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paniolo/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.12",
|
|
4
4
|
"description": "Unified native Paniolo CLI, distributed as per-platform npm packages.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"bin": {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"node": ">=18"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"@paniolo/cli-linux-x64": "0.5.
|
|
17
|
-
"@paniolo/cli-linux-arm64": "0.5.
|
|
18
|
-
"@paniolo/cli-win32-x64": "0.5.
|
|
19
|
-
"@paniolo/cli-win32-arm64": "0.5.
|
|
20
|
-
"@paniolo/cli-darwin-x64": "0.5.
|
|
21
|
-
"@paniolo/cli-darwin-arm64": "0.5.
|
|
16
|
+
"@paniolo/cli-linux-x64": "0.5.12",
|
|
17
|
+
"@paniolo/cli-linux-arm64": "0.5.12",
|
|
18
|
+
"@paniolo/cli-win32-x64": "0.5.12",
|
|
19
|
+
"@paniolo/cli-win32-arm64": "0.5.12",
|
|
20
|
+
"@paniolo/cli-darwin-x64": "0.5.12",
|
|
21
|
+
"@paniolo/cli-darwin-arm64": "0.5.12"
|
|
22
22
|
}
|
|
23
23
|
}
|