@danielzfliu/memory 2.0.0 → 2.1.0

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  [![npm version](https://img.shields.io/npm/v/@danielzfliu/memory.svg)](https://www.npmjs.com/package/@danielzfliu/memory)
2
+ [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-red.svg)](LICENSE)
2
3
 
3
4
  # Memory
4
5
 
@@ -359,4 +360,4 @@ Environment variables with the names above can override these defaults at runtim
359
360
  npm test # run all tests
360
361
  npm run test:watch # watch mode
361
362
  npm run test:coverage # with coverage report
362
- ```
363
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielzfliu/memory",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "A local MCP server and Node.js library for storing, searching, and querying tagged text pieces using ChromaDB and Ollama",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -66,6 +66,7 @@
66
66
  "@types/express": "^5.0.0",
67
67
  "@types/supertest": "^6.0.3",
68
68
  "@types/uuid": "^10.0.0",
69
+ "@vitest/coverage-v8": "^4.0.18",
69
70
  "supertest": "^7.2.2",
70
71
  "tsx": "^4.19.0",
71
72
  "typescript": "^5.6.0",