@corsenai/corsen-context 1.2.0 → 2.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@corsenai/corsen-context",
3
- "version": "1.2.0",
4
- "description": "Universal AI Context Layer MCP Server + Enhanced llms.txt for any website",
3
+ "version": "2.0.0",
4
+ "description": "Owner-controlled public content tools for MCP, WebMCP, llms.txt, and sitemaps",
5
5
  "author": "Corsen AI <contact@corsen.ai>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/CorsenAI/corsen-context",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "cheerio": "^1.0.0",
45
- "fast-xml-parser": "^4.5.0",
45
+ "fast-xml-parser": "^5.7.0",
46
46
  "pino": "^10.3.1",
47
47
  "turndown": "^7.2.0",
48
48
  "zod": "^3.24.0"
@@ -56,11 +56,14 @@
56
56
  }
57
57
  },
58
58
  "devDependencies": {
59
+ "@upstash/redis": "^1.38.3",
59
60
  "@types/node": "^22.0.0",
60
61
  "@types/turndown": "^5.0.5",
61
- "tsup": "^8.3.0",
62
- "typescript": "^5.7.0",
63
- "vitest": "^2.1.0"
62
+ "tsup": "^8.5.1",
63
+ "typescript": "^5.9.3",
64
+ "undici": "^7.29.0",
65
+ "vite": "^8.2.2",
66
+ "vitest": "^4.1.11"
64
67
  },
65
68
  "publishConfig": {
66
69
  "access": "public"
@@ -70,7 +73,7 @@
70
73
  },
71
74
  "sideEffects": false,
72
75
  "engines": {
73
- "node": ">=18.0.0"
76
+ "node": ">=22.12.0"
74
77
  },
75
78
  "scripts": {
76
79
  "build": "tsup src/index.ts --format cjs,esm --dts --clean",