@c3-oss/prosa 0.6.0 → 0.6.1

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -543,7 +543,7 @@ them as the source of truth.
543
543
 
544
544
  Requirements:
545
545
 
546
- - Node.js 22 or newer
546
+ - Node.js 22.15.1 through 26.x
547
547
  - pnpm
548
548
  - devbox, recommended for the local shell
549
549
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c3-oss/prosa",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Compile, search, and export local agent session histories (Cursor, Codex, Claude Code, Gemini CLI) into a single canonical store.",
5
5
  "author": "Caian Ertl <hi@caian.org>",
6
6
  "license": "MIT",
@@ -32,14 +32,14 @@
32
32
  "registry": "https://registry.npmjs.org/"
33
33
  },
34
34
  "engines": {
35
- "node": ">=22"
35
+ "node": ">=22.15.1 <27"
36
36
  },
37
37
  "dependencies": {
38
38
  "@duckdb/node-api": "1.5.2-r.1",
39
39
  "@modelcontextprotocol/sdk": "^1.29.0",
40
40
  "@noble/hashes": "^1.7.0",
41
41
  "@oxdev03/node-tantivy-binding": "0.2.0",
42
- "better-sqlite3": "^11.5.0",
42
+ "better-sqlite3": "^12.10.0",
43
43
  "commander": "^12.1.0",
44
44
  "filtrex": "^3.1.0",
45
45
  "ink": "^7.0.1",