@threadbase-sh/streamer 1.61.0 → 1.61.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threadbase-sh/streamer",
3
- "version": "1.61.0",
3
+ "version": "1.61.2",
4
4
  "description": "PTY session management, WebSocket streaming, and REST API server for Claude Code conversations",
5
5
  "license": "MIT",
6
6
  "author": "Ronen Mars",
@@ -43,7 +43,7 @@
43
43
  "access": "public"
44
44
  },
45
45
  "engines": {
46
- "node": ">=20 <25"
46
+ "node": ">=22 <25"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsup && node -e \"const{cpSync}=require('fs');cpSync('src/db/migrations','dist/migrations',{recursive:true});cpSync('src/db/runtime-migrations','dist/runtime-migrations',{recursive:true});cpSync('src/db/pg-migrations','dist/pg-migrations',{recursive:true})\"",
@@ -95,9 +95,9 @@
95
95
  "@hono/node-ws": "^1.3.1",
96
96
  "@temporalio/client": "^1.18.1",
97
97
  "@threadbase-sh/agent-types": "^1.0.0",
98
- "@threadbase-sh/scanner": "^0.12.4",
98
+ "@threadbase-sh/scanner": "^0.14.5",
99
99
  "@xterm/headless": "^6.0.0",
100
- "better-sqlite3": "^12.9.0",
100
+ "better-sqlite3": "^13.0.3",
101
101
  "chokidar": "^5.0.0",
102
102
  "commander": "^15.0.0",
103
103
  "date-fns": "^4.4.0",
@@ -119,11 +119,11 @@
119
119
  },
120
120
  "devDependencies": {
121
121
  "@biomejs/biome": "^2.4.12",
122
- "@semantic-release/changelog": "^6.0.3",
122
+ "@semantic-release/changelog": "^7.0.0",
123
123
  "@semantic-release/commit-analyzer": "^13.0.1",
124
124
  "@semantic-release/exec": "^7.1.0",
125
- "@semantic-release/git": "^10.0.1",
126
- "@types/better-sqlite3": "^7.6.13",
125
+ "@semantic-release/git": "^11.0.1",
126
+ "@types/better-sqlite3": "^9.6.0",
127
127
  "@types/heic-convert": "^2.1.1",
128
128
  "@types/node": "^26.0.1",
129
129
  "@types/pg": "^8.20.0",