@llmtrim/cli 0.1.11 → 0.1.13

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -10,7 +10,7 @@ Every cut is re-counted with the provider's real tokenizer and auto-reverted if
10
10
  save, so it can never increase your bill or break a request.
11
11
 
12
12
  ```bash
13
- npm install -g @llmtrim/cli && llmtrim setup
13
+ npm install -g @llmtrim/cli@latest && llmtrim setup
14
14
  # open a new shell, then watch the bill shrink:
15
15
  llmtrim status --watch
16
16
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmtrim/cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Cut your LLM bill: drop-in proxy that compresses input, output, and cache. Any provider, answers unchanged.",
5
5
  "repository": "https://github.com/fkiene/llmtrim",
6
6
  "homepage": "https://github.com/fkiene/llmtrim#readme",
@@ -9,11 +9,11 @@
9
9
  "bin": { "llmtrim": "bin/llmtrim.js" },
10
10
  "files": ["bin", "README.md"],
11
11
  "optionalDependencies": {
12
- "@llmtrim/linux-x64": "0.1.11",
13
- "@llmtrim/linux-arm64": "0.1.11",
14
- "@llmtrim/darwin-x64": "0.1.11",
15
- "@llmtrim/darwin-arm64": "0.1.11",
16
- "@llmtrim/win32-x64": "0.1.11",
17
- "@llmtrim/win32-arm64": "0.1.11"
12
+ "@llmtrim/linux-x64": "0.1.13",
13
+ "@llmtrim/linux-arm64": "0.1.13",
14
+ "@llmtrim/darwin-x64": "0.1.13",
15
+ "@llmtrim/darwin-arm64": "0.1.13",
16
+ "@llmtrim/win32-x64": "0.1.13",
17
+ "@llmtrim/win32-arm64": "0.1.13"
18
18
  }
19
19
  }