@cendor/cassette 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/cassette",
3
- "version": "0.2.1",
4
- "description": "Record an agent run once, replay it forever — offline, deterministic, free. The TypeScript port of cendor.cassette.",
3
+ "version": "0.2.2",
4
+ "description": "Record real LLM calls once, then replay them in your tests forever — offline, no API key, no cost, and the same result every run.",
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
  "keywords": [
31
31
  "llm",