the-token-company 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -117,8 +117,6 @@ const model = wrapLanguageModel({
117
117
  |------------|------------------------|
118
118
  | `bear-2` | Latest, recommended |
119
119
  | `bear-1.2` | Previous generation |
120
- | `bear-1.1` | Legacy |
121
- | `bear-1` | Legacy |
122
120
 
123
121
  ## Aggressiveness
124
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-token-company",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Node.js SDK for The Token Company — compress LLM prompts to reduce costs and latency",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",