@dpeluche/trs 0.5.9 → 0.5.10

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.
Files changed (2) hide show
  1. package/bin/trs +1 -1
  2. package/package.json +6 -6
package/bin/trs CHANGED
@@ -65,7 +65,7 @@ if [ -z "$BIN" ]; then
65
65
  echo "" >&2
66
66
  echo "Alternatives:" >&2
67
67
  echo " cargo install trs-cli # build from source" >&2
68
- echo " curl -fsSL https://raw.githubusercontent.com/dPeluChe/trs/main/scripts/install.sh | sh" >&2
68
+ echo " curl -fsSL https://usetrs.dev/install.sh | sh" >&2
69
69
  exit 1
70
70
  fi
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpeluche/trs",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
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": {
@@ -47,10 +47,10 @@
47
47
  "compact"
48
48
  ],
49
49
  "optionalDependencies": {
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"
50
+ "@dpeluche/trs-cli-darwin-x64": "0.5.10",
51
+ "@dpeluche/trs-cli-darwin-arm64": "0.5.10",
52
+ "@dpeluche/trs-cli-linux-x64": "0.5.10",
53
+ "@dpeluche/trs-cli-linux-arm64": "0.5.10",
54
+ "@dpeluche/trs-cli-win32-x64": "0.5.10"
55
55
  }
56
56
  }