@cendor/core 0.3.0 → 0.3.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 (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  # @cendor/core
2
2
 
3
- The shared foundation of the Cendor stack the TypeScript port of
4
- [`cendor.core`](https://github.com/cendorhq/cendor-libs/tree/main/packages/cendor-core). Types, an
5
- event bus, decimal-safe `Money`, an offline price table, provider-aware token counting, and
6
- `instrument()`. Zero orchestration; every other `@cendor/*` package cooperates through this.
3
+ Wrap your LLM client once and capture exact token counts and cost on every call — the shared foundation the other Cendor tools build on. The TypeScript port of [`cendor.core`](https://github.com/cendorhq/cendor-libs/tree/main/packages/cendor-core): shared types, an event bus, decimal-safe `Money`, an offline price table, provider-aware token counting, and `instrument()`. Every other `@cendor/*` package cooperates through this.
7
4
 
8
5
  ```bash
9
6
  npm i @cendor/core
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cendor/core",
3
- "version": "0.3.0",
4
- "description": "The shared foundation of the Cendor stack: types, event bus, decimal-safe Money, price table, token counting, and instrument(). The TypeScript port of cendor.core.",
3
+ "version": "0.3.2",
4
+ "description": "Wrap your LLM client once and capture exact token counts and cost on every call the shared foundation the other Cendor tools build on.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",