@dpeluche/trs 0.5.8 → 0.5.9

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
@@ -14,7 +14,7 @@ npm install -g @dpeluche/trs
14
14
  Or with other package managers:
15
15
 
16
16
  ```bash
17
- cargo install tars-cli # from source (Rust required)
17
+ cargo install trs-cli # from source (Rust required)
18
18
  ```
19
19
 
20
20
  ## Usage
package/bin/trs CHANGED
@@ -64,7 +64,7 @@ if [ -z "$BIN" ]; then
64
64
  echo "Searched near: $DIR" >&2
65
65
  echo "" >&2
66
66
  echo "Alternatives:" >&2
67
- echo " cargo install tars-cli # build from source" >&2
67
+ echo " cargo install trs-cli # build from source" >&2
68
68
  echo " curl -fsSL https://raw.githubusercontent.com/dPeluChe/trs/main/scripts/install.sh | sh" >&2
69
69
  exit 1
70
70
  fi
package/bin/trs.cmd CHANGED
@@ -23,7 +23,7 @@ if not defined BIN (
23
23
  echo Searched near: %DIR% 1>&2
24
24
  echo. 1>&2
25
25
  echo Alternatives: 1>&2
26
- echo cargo install tars-cli ^(build from source^) 1>&2
26
+ echo cargo install trs-cli ^(build from source^) 1>&2
27
27
  exit /b 1
28
28
  )
29
29
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dpeluche/trs",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Transform noisy terminal output into compact, structured signal. CLI toolkit for developers, automation pipelines, and AI agents. 68-99% token savings.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/dPeluChe/trs"
9
9
  },
10
- "homepage": "https://github.com/dPeluChe/trs",
10
+ "homepage": "https://usetrs.dev",
11
11
  "author": {
12
12
  "name": "Iteris",
13
13
  "url": "https://iteris.tech"
@@ -47,10 +47,10 @@
47
47
  "compact"
48
48
  ],
49
49
  "optionalDependencies": {
50
- "@dpeluche/trs-cli-darwin-x64": "0.5.8",
51
- "@dpeluche/trs-cli-darwin-arm64": "0.5.8",
52
- "@dpeluche/trs-cli-linux-x64": "0.5.8",
53
- "@dpeluche/trs-cli-linux-arm64": "0.5.8",
54
- "@dpeluche/trs-cli-win32-x64": "0.5.8"
50
+ "@dpeluche/trs-cli-darwin-x64": "0.5.9",
51
+ "@dpeluche/trs-cli-darwin-arm64": "0.5.9",
52
+ "@dpeluche/trs-cli-linux-x64": "0.5.9",
53
+ "@dpeluche/trs-cli-linux-arm64": "0.5.9",
54
+ "@dpeluche/trs-cli-win32-x64": "0.5.9"
55
55
  }
56
56
  }