@kelceyp/caw-server 0.0.10 → 0.0.12

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 (3) hide show
  1. package/dist/main.js +19797 -31984
  2. package/dist/main.js.map +11 -16
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kelceyp/caw-server",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "CAW server - REST API, MCP server, WebSocket bridge, and core features",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -13,7 +13,7 @@
13
13
  "package.json"
14
14
  ],
15
15
  "scripts": {
16
- "build": "bun build src/main.js --outdir dist --target node --format esm --sourcemap=external",
16
+ "build": "bun build src/main.js --outdir dist --target node --format esm --sourcemap=external --external better-sqlite3",
17
17
  "build:client": "cd ../client && bun run build",
18
18
  "build:all": "bun run build:client && bun run build",
19
19
  "dev": "STATIC_PATH=../client/src bun run src/main.js",
@@ -30,6 +30,7 @@
30
30
  "license": "ISC",
31
31
  "dependencies": {
32
32
  "@modelcontextprotocol/sdk": "^1.22.0",
33
+ "better-sqlite3": "^12.4.6",
33
34
  "cors": "^2.8.5",
34
35
  "express": "^4.18.2",
35
36
  "ws": "^8.18.3",