@nonz250/notepm-mcp-server 1.1.1 → 1.1.3

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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -24,7 +24,7 @@ This server enables AI assistants like Claude to search, read, create, and updat
24
24
 
25
25
  ## Requirements
26
26
 
27
- - Node.js >= 22
27
+ - Node.js >= 24
28
28
 
29
29
  ## Installation
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonz250/notepm-mcp-server",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "An unofficial MCP server for NotePM - a knowledge management platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -43,23 +43,23 @@
43
43
  },
44
44
  "homepage": "https://github.com/nonz250/notepm-mcp-server#readme",
45
45
  "engines": {
46
- "node": ">=22"
46
+ "node": ">=24"
47
47
  },
48
48
  "dependencies": {
49
49
  "@modelcontextprotocol/sdk": "^1.25.1",
50
50
  "zod": "^4.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@eslint/js": "^9.39.2",
53
+ "@eslint/js": "^10.0.0",
54
54
  "@trivago/prettier-plugin-sort-imports": "^6.0.0",
55
- "@types/node": "^22.19.3",
55
+ "@types/node": "^24.0.0",
56
56
  "@vitest/coverage-v8": "^4.0.16",
57
- "eslint": "^9.39.2",
57
+ "eslint": "^10.0.0",
58
58
  "eslint-config-prettier": "^10.1.8",
59
59
  "prettier": "^3.7.4",
60
60
  "tsx": "^4.21.0",
61
- "typescript": "^5.9.3",
62
- "typescript-eslint": "^8.50.1",
61
+ "typescript": "^6.0.2",
62
+ "typescript-eslint": "^8.59.1",
63
63
  "vitest": "^4.0.16"
64
64
  }
65
65
  }