@cendor/libs 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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cendor/libs",
3
- "version": "0.2.1",
4
- "description": "Umbrella meta-package installs all six Cendor libraries and re-exports them as namespaces. The TypeScript port of the cendor-libs meta-package.",
3
+ "version": "0.2.2",
4
+ "description": "All six Cendor libraries in one install plain building blocks for LLM apps: context, cost, compression, testing, and a tamper-evident audit trail.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",
@@ -21,12 +21,12 @@
21
21
  "node": ">=18"
22
22
  },
23
23
  "dependencies": {
24
- "@cendor/acttrace": "^0.3.0",
25
- "@cendor/cassette": "^0.2.1",
26
- "@cendor/contextkit": "^1.0.1",
27
- "@cendor/core": "^0.3.0",
28
- "@cendor/squeeze": "^0.2.1",
29
- "@cendor/tokenguard": "^0.2.1"
24
+ "@cendor/acttrace": "^0.3.1",
25
+ "@cendor/cassette": "^0.2.2",
26
+ "@cendor/contextkit": "^1.0.2",
27
+ "@cendor/core": "^0.3.1",
28
+ "@cendor/squeeze": "^0.2.2",
29
+ "@cendor/tokenguard": "^0.2.2"
30
30
  },
31
31
  "keywords": [
32
32
  "llm",