@threadbase-sh/streamer 1.46.0 → 1.46.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threadbase-sh/streamer",
3
- "version": "1.46.0",
3
+ "version": "1.46.1",
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",
@@ -144,5 +144,8 @@
144
144
  "@hono/node-ws": {
145
145
  "@hono/node-server": "$@hono/node-server"
146
146
  }
147
+ },
148
+ "allowScripts": {
149
+ "better-sqlite3": true
147
150
  }
148
151
  }