riksdagsmonitor 0.8.75 → 0.8.76
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -324,7 +324,7 @@ Riksdagsmonitor uses a **provider-tiered** data architecture, with each provider
|
|
|
324
324
|
- **Hosting** — AWS CloudFront + S3 dual-region (us-east-1 primary, eu-west-1 replica) via OIDC; GitHub Pages as DR fallback
|
|
325
325
|
- **CI/CD** — 50 GitHub Actions workflow files (22 standard `.yml` + 14 agentic `.md` sources + 14 compiled `.lock.yml`); SHA-pinned, `step-security/harden-runner` everywhere
|
|
326
326
|
- **Data Platform** — Citizen Intelligence Agency (CIA) Java/Spring Boot backend + 15 CIA subsystems
|
|
327
|
-
- **Runtime** — Node.js
|
|
327
|
+
- **Runtime** — Node.js 26.x
|
|
328
328
|
|
|
329
329
|
### Architecture documentation portfolio
|
|
330
330
|
|
|
@@ -404,7 +404,7 @@ import { CIADashboardRenderer } from 'riksdagsmonitor/cia/visualizations';
|
|
|
404
404
|
## 🚀 Development
|
|
405
405
|
|
|
406
406
|
### Prerequisites
|
|
407
|
-
Node.js ≥
|
|
407
|
+
Node.js ≥ 26 · npm ≥ 10 · Git with GPG signing · GitHub MFA + SSH keys.
|
|
408
408
|
|
|
409
409
|
### Quick start
|
|
410
410
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.76",
|
|
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",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"glob": "13.0.6"
|
|
218
218
|
},
|
|
219
219
|
"engines": {
|
|
220
|
-
"node": ">=
|
|
220
|
+
"node": ">=26"
|
|
221
221
|
},
|
|
222
222
|
"x-external-mcp": {
|
|
223
223
|
"_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."
|