chore: add better-sqlite3 dependency, bump to v3.4.0

This commit is contained in:
2026-04-10 21:02:40 +10:00
parent 3e8ff7a509
commit bc17b27f2b
2 changed files with 479 additions and 1 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openclaw-claude-proxy",
"version": "3.3.1",
"version": "3.4.0",
"description": "OCP (Open Claude Proxy) — use your Claude Pro/Max subscription as an OpenAI-compatible API for any IDE. Works with Cline, OpenCode, Aider, Continue.dev, OpenClaw, and more.",
"type": "module",
"bin": {
@@ -25,5 +25,8 @@
"repository": {
"type": "git",
"url": "https://github.com/dtzp555-max/ocp"
},
"dependencies": {
"better-sqlite3": "^12.8.0"
}
}