riksdagsmonitor 0.8.26 → 0.8.27
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Swedish Parliament (Riksdag) intelligence platform — TypeScript utilities for political data visualization, dashboards, and open data analysis with Chart.js and D3.js",
|
|
6
6
|
"main": "dist/lib/shared/index.js",
|
|
@@ -161,8 +161,8 @@
|
|
|
161
161
|
"@types/d3": "7.4.3",
|
|
162
162
|
"@types/node": "25.5.2",
|
|
163
163
|
"@types/papaparse": "5.5.2",
|
|
164
|
-
"@vitest/coverage-v8": "4.1.
|
|
165
|
-
"@vitest/ui": "4.1.
|
|
164
|
+
"@vitest/coverage-v8": "4.1.3",
|
|
165
|
+
"@vitest/ui": "4.1.3",
|
|
166
166
|
"ajv": "8.18.0",
|
|
167
167
|
"ajv-formats": "3.0.1",
|
|
168
168
|
"chart.js": "4.5.1",
|
|
@@ -183,9 +183,9 @@
|
|
|
183
183
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
184
184
|
"typescript": "6.0.2",
|
|
185
185
|
"typescript-eslint": "8.58.0",
|
|
186
|
-
"vite": "8.0.
|
|
186
|
+
"vite": "8.0.6",
|
|
187
187
|
"vite-plugin-sri-gen": "1.3.2",
|
|
188
|
-
"vitest": "4.1.
|
|
188
|
+
"vitest": "4.1.3",
|
|
189
189
|
"worldbank-mcp": "1.0.1"
|
|
190
190
|
},
|
|
191
191
|
"optionalDependencies": {
|