caveat-cli 0.17.3 → 0.17.4
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/dist/{chunk-TRIQ5WFY.js → chunk-ZBHCOA6R.js} +128 -108
- package/dist/chunk-ZBHCOA6R.js.map +1 -0
- package/dist/index.js +297 -532
- package/dist/index.js.map +1 -1
- package/dist/{server-FUWTRVRZ.js → server-GBVHOF67.js} +2 -2
- package/package.json +3 -3
- package/dist/chunk-TRIQ5WFY.js.map +0 -1
- /package/dist/{server-FUWTRVRZ.js.map → server-GBVHOF67.js.map} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
resolvePaths,
|
|
11
11
|
search,
|
|
12
12
|
stderrLogger
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-ZBHCOA6R.js";
|
|
14
14
|
|
|
15
15
|
// ../../node_modules/.pnpm/@hono+node-server@2.0.10_hono@4.12.30/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs
|
|
16
16
|
var X_ALREADY_SENT = "x-hono-already-sent";
|
|
@@ -9173,4 +9173,4 @@ if (import.meta.url === `file://${process.argv[1]?.replace(/\\/g, "/")}`) {
|
|
|
9173
9173
|
export {
|
|
9174
9174
|
startServer
|
|
9175
9175
|
};
|
|
9176
|
-
//# sourceMappingURL=server-
|
|
9176
|
+
//# sourceMappingURL=server-GBVHOF67.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "caveat-cli",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"description": "Long-term memory CLI for Claude Code and Codex (markdown + SQLite FTS5 + MCP + hooks)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"caveat",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"typescript": "^6.0.3",
|
|
53
53
|
"vite": "^8.1.4",
|
|
54
54
|
"vitest": "^4.1.10",
|
|
55
|
-
"@caveat/
|
|
55
|
+
"@caveat/web": "0.0.0",
|
|
56
56
|
"@caveat/mcp": "0.0.0",
|
|
57
|
-
"@caveat/
|
|
57
|
+
"@caveat/core": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsup",
|