riksdagsmonitor 0.8.42 → 0.8.44

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 +1 -1
  2. package/package.json +7 -7
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.6–4.9 | 🤖 Agentic news generation (current) |
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.42",
3
+ "version": "0.8.44",
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
- "pre-analysis": "npx tsx scripts/pre-article-analysis.ts",
95
- "pre-analysis:today": "npx tsx scripts/pre-article-analysis.ts --date today",
96
- "pre-analysis:weekly": "npx tsx scripts/pre-article-analysis.ts --aggregate weekly"
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",
@@ -167,7 +167,7 @@
167
167
  "chart.js": "4.5.1",
168
168
  "chartjs-plugin-annotation": "3.1.0",
169
169
  "d3": "7.9.0",
170
- "eslint": "10.2.0",
170
+ "eslint": "10.2.1",
171
171
  "globals": "17.5.0",
172
172
  "happy-dom": "20.9.0",
173
173
  "htmlhint": "1.9.2",
@@ -180,7 +180,7 @@
180
180
  "tsx": "4.21.0",
181
181
  "typedoc": "0.28.19",
182
182
  "typedoc-plugin-mdn-links": "5.1.1",
183
- "typescript": "6.0.2",
183
+ "typescript": "6.0.3",
184
184
  "typescript-eslint": "8.58.2",
185
185
  "vite": "8.0.8",
186
186
  "vite-plugin-sri-gen": "1.3.2",
@@ -188,7 +188,7 @@
188
188
  "worldbank-mcp": "1.0.1"
189
189
  },
190
190
  "optionalDependencies": {
191
- "cypress": "15.13.1"
191
+ "cypress": "15.14.0"
192
192
  },
193
193
  "overrides": {
194
194
  "glob": "13.0.6"