Skip to content

Commit dc183d2

Browse files
ziggyclaude
andcommitted
Bump version to 0.5.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a92e373 commit dc183d2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghostclaw",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Personal AI assistant. Bare metal, Telegram-first, no containers.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -29,15 +29,18 @@
2929
"pino-pretty": "^13.0.0",
3030
"qrcode": "^1.5.4",
3131
"qrcode-terminal": "^0.12.0",
32+
"replicate": "^1.4.0",
3233
"yaml": "^2.8.2",
3334
"zod": "^4.3.6"
3435
},
3536
"devDependencies": {
37+
"@playwright/test": "^1.58.2",
3638
"@types/better-sqlite3": "^7.6.12",
3739
"@types/node": "^22.10.0",
3840
"@types/qrcode-terminal": "^0.12.2",
3941
"@vitest/coverage-v8": "^4.0.18",
4042
"husky": "^9.1.7",
43+
"playwright": "^1.58.2",
4144
"prettier": "^3.8.1",
4245
"tsx": "^4.19.0",
4346
"typescript": "^5.7.0",

0 commit comments

Comments
 (0)