@cendor/contextkit 1.0.1 → 1.0.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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cendor/contextkit",
3
- "version": "1.0.1",
4
- "description": "Assemble LLM context to a token budget with priority, pinning, and eviction. The TypeScript port of cendor.contextkit.",
3
+ "version": "1.0.2",
4
+ "description": "Fit a prompt into the model's token budget add your messages and context, pin what must stay, and the least-important parts are dropped to make it fit.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",
@@ -21,10 +21,10 @@
21
21
  "node": ">=18"
22
22
  },
23
23
  "dependencies": {
24
- "@cendor/core": "^0.3.0"
24
+ "@cendor/core": "^0.3.1"
25
25
  },
26
26
  "peerDependencies": {
27
- "@cendor/squeeze": "^0.2.1"
27
+ "@cendor/squeeze": "^0.2.2"
28
28
  },
29
29
  "peerDependenciesMeta": {
30
30
  "@cendor/squeeze": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "fast-check": "^3.23.2",
36
- "@cendor/squeeze": "^0.2.1"
36
+ "@cendor/squeeze": "^0.2.2"
37
37
  },
38
38
  "keywords": [
39
39
  "llm",