@aeriondyseti/vector-memory-mcp 0.9.0-dev.3 → 0.9.0-dev.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriondyseti/vector-memory-mcp",
3
- "version": "0.9.0-dev.3",
3
+ "version": "0.9.0-dev.4",
4
4
  "description": "A zero-configuration RAG memory server for MCP clients",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -35,8 +35,8 @@
35
35
  "test:quick": "bun test",
36
36
  "test:coverage": "bun test --preload ./tests/preload.ts --coverage",
37
37
  "test:preload": "bun run tests/preload.ts",
38
- "warmup": "bun run scripts/warmup.ts",
39
- "postinstall": "bun run scripts/warmup.ts",
38
+ "warmup": "node dist/scripts/warmup.js",
39
+ "postinstall": "node dist/scripts/warmup.js",
40
40
  "publish:check": "bun run scripts/publish.ts --dry-run",
41
41
  "publish:npm": "bun run scripts/publish.ts",
42
42
  "publish:dev": "npm publish --access public --tag dev",