riksdagsmonitor 0.8.45 → 0.8.47

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -367,7 +367,8 @@ Riksdagsmonitor integrates multiple authoritative Swedish open data sources:
367
367
  - **[Swedish Parliament (Riksdagen)](http://data.riksdagen.se/)** - Votes, documents, committee work, MP information
368
368
  - **[Swedish Election Authority](http://www.val.se/)** - Election results, voter turnout, electoral statistics
369
369
  - **[Swedish Financial Management Authority](https://www.esv.se/psidata/)** - Government budget and spending data
370
- - **[World Bank Open Data](http://data.worldbank.org/)** - Country-level indicators for comparative analysis
370
+ - **[World Bank Open Data](http://data.worldbank.org/)** - Governance (WGI), environment, and long-horizon social/education indicators
371
+ - **[IMF Public Data](https://data.imf.org/)** - Macro, fiscal, monetary, and external-sector indicators (WEO, Fiscal Monitor, IFS) with T+5 projections — primary source for fresh macro/fiscal figures and forward-looking commentary (see `analysis/imf/README.md` and `docs/adr/0001-adopt-imf-data-alongside-world-bank.md`)
371
372
 
372
373
  ## 🏗️ Technical Architecture
373
374
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.8.45",
3
+ "version": "0.8.47",
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",
@@ -173,7 +173,7 @@
173
173
  "htmlhint": "1.9.2",
174
174
  "js-yaml": "4.1.1",
175
175
  "json-schema-to-typescript": "15.0.4",
176
- "knip": "6.4.1",
176
+ "knip": "6.5.0",
177
177
  "papaparse": "5.5.3",
178
178
  "playwright": "1.59.1",
179
179
  "start-server-and-test": "3.0.2",
@@ -182,7 +182,7 @@
182
182
  "typedoc-plugin-mdn-links": "5.1.1",
183
183
  "typescript": "6.0.3",
184
184
  "typescript-eslint": "8.58.2",
185
- "vite": "8.0.8",
185
+ "vite": "8.0.9",
186
186
  "vite-plugin-sri-gen": "1.3.2",
187
187
  "vitest": "4.1.4",
188
188
  "worldbank-mcp": "1.0.1"
@@ -195,5 +195,8 @@
195
195
  },
196
196
  "engines": {
197
197
  "node": ">=25"
198
+ },
199
+ "x-external-mcp": {
200
+ "_comment": "SBOM-style manifest for MCP servers managed outside of npm dependencies (Python, Docker, HTTP). Tracked here so supply-chain reviews, Open_Source_Policy.md audits, and Change_Management.md tickets have a single source of truth. Currently EMPTY: IMF access was migrated from c-cf/imf-data-mcp (Python/uvx) to the repository's pure-TypeScript client scripts/imf-client.ts (invoked via scripts/imf-fetch.ts from the bash tool in agentic workflows) — it is now fully covered by the npm SBOM."
198
201
  }
199
202
  }