euparliamentmonitor 1.0.1 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "euparliamentmonitor",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
6
6
  "main": "scripts/index.js",
@@ -158,10 +158,10 @@
158
158
  "@types/markdown-it": "^14.1.2",
159
159
  "@types/node": "25.9.1",
160
160
  "@types/papaparse": "5.5.2",
161
- "@typescript-eslint/eslint-plugin": "8.60.0",
162
- "@typescript-eslint/parser": "8.60.0",
163
- "@vitest/coverage-v8": "4.1.7",
164
- "@vitest/ui": "4.1.7",
161
+ "@typescript-eslint/eslint-plugin": "8.60.1",
162
+ "@typescript-eslint/parser": "8.60.1",
163
+ "@vitest/coverage-v8": "4.1.8",
164
+ "@vitest/ui": "4.1.8",
165
165
  "chart.js": "4.5.1",
166
166
  "chartjs-plugin-annotation": "3.1.0",
167
167
  "clean-css": "^5.3.3",
@@ -169,11 +169,11 @@
169
169
  "esbuild": "0.28.0",
170
170
  "eslint": "10.4.1",
171
171
  "eslint-config-prettier": "10.1.8",
172
- "eslint-plugin-jsdoc": "63.0.0",
172
+ "eslint-plugin-jsdoc": "63.0.1",
173
173
  "eslint-plugin-security": "4.0.0",
174
174
  "eslint-plugin-sonarjs": "4.0.3",
175
175
  "fast-check": "^4.8.0",
176
- "happy-dom": "20.9.0",
176
+ "happy-dom": "20.10.1",
177
177
  "html-minifier-terser": "^7.2.0",
178
178
  "htmlhint": "1.9.2",
179
179
  "husky": "9.1.7",
@@ -190,14 +190,14 @@
190
190
  "tsx": "4.22.4",
191
191
  "typedoc": "0.28.19",
192
192
  "typescript": "6.0.3",
193
- "vitest": "4.1.7",
193
+ "vitest": "4.1.8",
194
194
  "yaml": "^2.9.0"
195
195
  },
196
196
  "engines": {
197
197
  "node": ">=26"
198
198
  },
199
199
  "dependencies": {
200
- "european-parliament-mcp-server": "1.3.12",
200
+ "european-parliament-mcp-server": "1.3.14",
201
201
  "markdown-it": "^14.1.1",
202
202
  "markdown-it-anchor": "^9.2.0",
203
203
  "markdown-it-attrs": "^5.0.0",
@@ -26,7 +26,7 @@ export declare function classifyToolError(message: string): string;
26
26
  * covering the two shapes historically emitted by the EP MCP server.
27
27
  *
28
28
  * 1. **Uniform envelope** (all feeds as of
29
- * `european-parliament-mcp-server@1.3.12`) —
29
+ * `european-parliament-mcp-server@1.3.14`) —
30
30
  * `{status:"unavailable", items:[], generatedAt:"..."}` established by
31
31
  * Hack23/European-Parliament-MCP-Server#301 and extended to
32
32
  * `get_events_feed`/`get_procedures_feed` by
@@ -55,7 +55,7 @@ export function classifyToolError(message) {
55
55
  * covering the two shapes historically emitted by the EP MCP server.
56
56
  *
57
57
  * 1. **Uniform envelope** (all feeds as of
58
- * `european-parliament-mcp-server@1.3.12`) —
58
+ * `european-parliament-mcp-server@1.3.14`) —
59
59
  * `{status:"unavailable", items:[], generatedAt:"..."}` established by
60
60
  * Hack23/European-Parliament-MCP-Server#301 and extended to
61
61
  * `get_events_feed`/`get_procedures_feed` by