euparliamentmonitor 0.8.22 → 0.8.23
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": "0.8.
|
|
3
|
+
"version": "0.8.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
|
|
6
6
|
"main": "scripts/index.js",
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
"@types/papaparse": "5.5.2",
|
|
143
143
|
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
144
144
|
"@typescript-eslint/parser": "8.58.1",
|
|
145
|
-
"@vitest/coverage-v8": "4.1.
|
|
146
|
-
"@vitest/ui": "4.1.
|
|
145
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
146
|
+
"@vitest/ui": "4.1.4",
|
|
147
147
|
"chart.js": "4.5.1",
|
|
148
148
|
"chartjs-plugin-annotation": "3.1.0",
|
|
149
149
|
"d3": "7.9.0",
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
"tsx": "4.21.0",
|
|
164
164
|
"typedoc": "0.28.18",
|
|
165
165
|
"typescript": "6.0.2",
|
|
166
|
-
"vitest": "4.1.
|
|
166
|
+
"vitest": "4.1.4"
|
|
167
167
|
},
|
|
168
168
|
"engines": {
|
|
169
169
|
"node": ">=25"
|
|
170
170
|
},
|
|
171
171
|
"dependencies": {
|
|
172
|
-
"european-parliament-mcp-server": "1.2.
|
|
172
|
+
"european-parliament-mcp-server": "1.2.1"
|
|
173
173
|
},
|
|
174
174
|
"optionalDependencies": {
|
|
175
175
|
"worldbank-mcp": "1.0.1"
|
|
@@ -28,7 +28,7 @@ const PROCEDURE_EVENT_FALLBACK = '{"event": null}';
|
|
|
28
28
|
const SERVER_HEALTH_FALLBACK = '{"server": null, "feeds": []}';
|
|
29
29
|
/**
|
|
30
30
|
* Classify an error message into a diagnostic error category, aligned with
|
|
31
|
-
* EP MCP Server v1.2.
|
|
31
|
+
* EP MCP Server v1.2.1 standardized error categories.
|
|
32
32
|
*
|
|
33
33
|
* Priority:
|
|
34
34
|
* 1. Gateway 5xx → SERVER_ERROR (not TIMEOUT, even for 504 "Gateway Timeout")
|