riksdagsmonitor 0.8.41 → 0.8.43
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -970,7 +970,7 @@ graph TB
|
|
|
970
970
|
|
|
971
971
|
| Year | Automation Assets | AI Model | Key Capability |
|
|
972
972
|
|:----:|:---------------:|:---------|:---------------|
|
|
973
|
-
| **2026** | 44→50 | Opus 4.
|
|
973
|
+
| **2026** | 44→50 | Opus 4.7–4.9 | 🤖 Agentic news generation (current) |
|
|
974
974
|
| **2027** | 50–55 | Opus 5.x | 🔮 Predictive analytics & Nordic expansion |
|
|
975
975
|
| **2028** | 55–65 | Opus 6.x | 🎙️ Multi-modal content (audio/video) |
|
|
976
976
|
| **2029** | 65–75 | Opus 7.x | 🚀 Fully autonomous pipeline |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.43",
|
|
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",
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
"linkcheck": "linkinator http://localhost:8080/ --recurse",
|
|
92
92
|
"prepublishOnly": "npm run lint && npm run build:lib && npm test",
|
|
93
93
|
"prepack": "echo 'Prepack: build artifacts should already be generated (see prepublishOnly/CI)'",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
94
|
+
"download-data": "npx tsx scripts/download-parliamentary-data.ts",
|
|
95
|
+
"download-data:today": "npx tsx scripts/download-parliamentary-data.ts --date today",
|
|
96
|
+
"download-data:weekly": "npx tsx scripts/download-parliamentary-data.ts --aggregate weekly"
|
|
97
97
|
},
|
|
98
98
|
"repository": {
|
|
99
99
|
"type": "git",
|