@vlandoss/run-run 0.4.0 → 0.4.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 CHANGED
@@ -8,9 +8,12 @@ CLI toolbox to fullstack common scripts in Variable Land 👊
8
8
 
9
9
  ## Toolbox
10
10
 
11
- - [Biome](https://biomejs.dev)
12
- - [TSC](https://www.typescriptlang.org)
11
+ - [biome](https://biomejs.dev)
12
+ - [tsc](https://www.typescriptlang.org)
13
13
  - [rimraf](https://www.npmjs.com/package/rimraf)
14
+ - [oxfmt](https://oxc.rs/docs/guide/usage/formatter.html)
15
+ - [oxlint](https://oxc.rs/docs/guide/usage/linter.html)
16
+ - [tsdown](https://tsdown.dev)
14
17
 
15
18
  ## Installation
16
19
 
@@ -61,9 +64,3 @@ To enable debug mode, set the `DEBUG` environment variable to `run-run:*` before
61
64
  ```sh
62
65
  DEBUG=run-run:* rr <command>
63
66
  ```
64
-
65
- Additionally, there is an special command to display `package.json` information:
66
-
67
- ```sh
68
- rr info:pkg --help
69
- ```
@@ -1,7 +1,7 @@
1
1
  // @generated by @usage-spec/commander from Commander.js metadata
2
2
  name rr
3
3
  bin rr
4
- version "0.4.0"
4
+ version "0.4.1"
5
5
  usage "[options] <command...>"
6
6
  flag --usage help="print KDL spec for this CLI (https://kdl.dev)"
7
7
  cmd completion help="print shell completion script 🐚 (usage)" {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vlandoss/run-run",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "The CLI toolbox to fullstack common scripts in Variable Land",
5
5
  "homepage": "https://github.com/variableland/dx/tree/main/packages/run-run#readme",
6
6
  "bugs": {