delx-memory
Advanced tools
+6
-0
@@ -16,2 +16,8 @@ ## 0.2.5 - 2026-07-30 | ||
| ## 0.2.7 | ||
| - Security: bump transitive `hono` override to **4.13.1** (was pinned at 4.12.27, which still had moderate CORS/memo advisories via MCP SDK). | ||
| - `npm audit` production path re-verified clean of high/critical; moderate hono chain cleared. | ||
| ## 0.2.6 | ||
@@ -18,0 +24,0 @@ |
| export declare const SERVER_NAME = "delx-memory"; | ||
| export declare const SERVER_VERSION = "0.2.6"; | ||
| export declare const SERVER_VERSION = "0.2.7"; | ||
| export declare const NPM_PACKAGE_NAME = "delx-memory"; | ||
| export declare const PINNED_NPM_PACKAGE = "delx-memory@0.2.6"; | ||
| export declare const PINNED_NPM_PACKAGE = "delx-memory@0.2.7"; | ||
| export declare const DEFAULT_DB_DIR: string; | ||
@@ -6,0 +6,0 @@ export declare const DEFAULT_DB_PATH: string; |
| import { homedir } from "node:os"; | ||
| import { join } from "node:path"; | ||
| export const SERVER_NAME = "delx-memory"; | ||
| export const SERVER_VERSION = "0.2.6"; | ||
| export const SERVER_VERSION = "0.2.7"; | ||
| export const NPM_PACKAGE_NAME = "delx-memory"; | ||
@@ -6,0 +6,0 @@ export const PINNED_NPM_PACKAGE = `${NPM_PACKAGE_NAME}@${SERVER_VERSION}`; |
+3
-3
| { | ||
| "name": "delx-memory", | ||
| "version": "0.2.6", | ||
| "version": "0.2.7", | ||
| "description": "Local-first persistent memory MCP server. Shared SQLite store for Claude Desktop, Cursor, Hermes, OpenClaw, Codex.", | ||
@@ -87,6 +87,6 @@ "type": "module", | ||
| "overrides": { | ||
| "hono": "4.12.27", | ||
| "hono": "4.13.1", | ||
| "esbuild": "0.28.1", | ||
| "@hono/node-server": "2.0.12" | ||
| "@hono/node-server": "2.1.0" | ||
| } | ||
| } |
+2
-2
@@ -9,3 +9,3 @@ { | ||
| }, | ||
| "version": "0.2.6", | ||
| "version": "0.2.7", | ||
| "packages": [ | ||
@@ -15,3 +15,3 @@ { | ||
| "identifier": "delx-memory", | ||
| "version": "0.2.6", | ||
| "version": "0.2.7", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
160818
0.15%