riksdagsmonitor 0.9.16 → 0.9.17

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
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",
@@ -204,14 +204,14 @@
204
204
  "remark-rehype": "^11.1.2",
205
205
  "sharp": "^0.34.5",
206
206
  "start-server-and-test": "3.0.5",
207
- "tsx": "4.21.0",
207
+ "tsx": "4.22.0",
208
208
  "typedoc": "0.28.19",
209
209
  "typedoc-plugin-mdn-links": "5.1.1",
210
210
  "typescript": "6.0.3",
211
211
  "typescript-eslint": "8.59.3",
212
212
  "unified": "^11.0.5",
213
213
  "unist-util-visit": "5.1.0",
214
- "vite": "8.0.12",
214
+ "vite": "8.0.13",
215
215
  "vitest": "4.1.6",
216
216
  "worldbank-mcp": "1.0.1"
217
217
  },