@cendor/libs 0.2.2 → 0.2.3

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 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # @cendor/libs
2
2
 
3
- Umbrella meta-packagethe TypeScript port of the `cendor-libs` meta-package. One install pulls all
4
- six Cendor libraries:
3
+ All six Cendor libraries in one install plain building blocks for LLM apps: context, cost, compression, testing, and a tamper-evident audit trail. The TypeScript port of the `cendor-libs` meta-package. One install pulls them all:
5
4
 
6
5
  ```bash
7
6
  npm i @cendor/libs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cendor/libs",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
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",
@@ -21,12 +21,12 @@
21
21
  "node": ">=18"
22
22
  },
23
23
  "dependencies": {
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"
24
+ "@cendor/acttrace": "^0.3.2",
25
+ "@cendor/cassette": "^0.2.3",
26
+ "@cendor/contextkit": "^1.0.3",
27
+ "@cendor/core": "^0.3.2",
28
+ "@cendor/squeeze": "^0.2.3",
29
+ "@cendor/tokenguard": "^0.2.3"
30
30
  },
31
31
  "keywords": [
32
32
  "llm",