@datafrog-io/n2n-nexus 0.1.7 → 0.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datafrog-io/n2n-nexus",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Unified Project Asset & Collaboration Hub (MCP Server) designed for AI agent coordination, featuring structured metadata, real-time messaging, and dependency topology.",
5
5
  "main": "build/index.js",
6
6
  "type": "module",
@@ -10,6 +10,8 @@
10
10
  "files": [
11
11
  "build",
12
12
  "README.md",
13
+ "README_zh.md",
14
+ "docs",
13
15
  "LICENSE"
14
16
  ],
15
17
  "keywords": [
@@ -43,10 +45,12 @@
43
45
  "prepublishOnly": "npm run build"
44
46
  },
45
47
  "dependencies": {
46
- "@modelcontextprotocol/sdk": "1.25.1"
48
+ "@modelcontextprotocol/sdk": "1.25.1",
49
+ "better-sqlite3": "^12.5.0"
47
50
  },
48
51
  "devDependencies": {
49
52
  "@eslint/js": "^9.16.0",
53
+ "@types/better-sqlite3": "^7.6.13",
50
54
  "@types/node": "^22.0.0",
51
55
  "eslint": "^9.16.0",
52
56
  "typescript": "^5.7.2",