@cendor/squeeze 0.2.1 → 0.2.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cendor/squeeze",
3
- "version": "0.2.1",
4
- "description": "Content-aware, deterministic, reversible context compression. The TypeScript port of cendor.squeeze.",
3
+ "version": "0.2.2",
4
+ "description": "Shrink long prompts to hit a token budget and expand them back exactly — the same input always produces the same output.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "node": ">=18"
26
26
  },
27
27
  "dependencies": {
28
- "@cendor/core": "^0.3.0"
28
+ "@cendor/core": "^0.3.1"
29
29
  },
30
30
  "optionalDependencies": {
31
31
  "better-sqlite3": "^12.11.1"