riksdagsmonitor 0.8.28 → 0.8.31
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 +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -778,7 +778,7 @@ Traditional AI-generated news is shallow — it rewrites press releases. Riksdag
|
|
|
778
778
|
### Evolution Overview
|
|
779
779
|
|
|
780
780
|
```mermaid
|
|
781
|
-
%%{init: {
|
|
781
|
+
%%{init: {"theme": "dark", "themeVariables": {"primaryColor": "#00d9ff", "primaryTextColor": "#e0e0e0", "primaryBorderColor": "#ff006e", "lineColor": "#ffbe0b", "secondaryColor": "#1a1e3d", "tertiaryColor": "#0a0e27", "background": "#0a0e27"}}}%%
|
|
782
782
|
timeline
|
|
783
783
|
title Riksdagsmonitor Evolution — 2026 to 2037
|
|
784
784
|
section Phase 3 — Foundation (2026)
|
|
@@ -828,7 +828,7 @@ timeline
|
|
|
828
828
|
*Current phase — AI-disrupted news generation operational*
|
|
829
829
|
|
|
830
830
|
```mermaid
|
|
831
|
-
%%{init: {
|
|
831
|
+
%%{init: {"theme": "dark", "themeVariables": {"primaryColor": "#00d9ff", "primaryTextColor": "#e0e0e0", "primaryBorderColor": "#ff006e", "lineColor": "#ffbe0b", "secondaryColor": "#1a1e3d", "tertiaryColor": "#0a0e27"}}}%%
|
|
832
832
|
graph LR
|
|
833
833
|
subgraph SGCompleted["✅ Completed"]
|
|
834
834
|
style SGCompleted fill:#006400,stroke:#00d9ff,color:#e0e0e0
|
|
@@ -860,7 +860,7 @@ graph LR
|
|
|
860
860
|
### Phase 4: Predictive Intelligence & Nordic Expansion (2027–2029)
|
|
861
861
|
|
|
862
862
|
```mermaid
|
|
863
|
-
%%{init: {
|
|
863
|
+
%%{init: {"theme": "dark", "themeVariables": {"primaryColor": "#00d9ff", "primaryTextColor": "#e0e0e0", "primaryBorderColor": "#ff006e", "lineColor": "#ffbe0b", "secondaryColor": "#1a1e3d", "tertiaryColor": "#0a0e27"}}}%%
|
|
864
864
|
graph TB
|
|
865
865
|
subgraph SG2027["2027 — Predictive Analytics"]
|
|
866
866
|
style SG2027 fill:#1a1e3d,stroke:#00d9ff,color:#e0e0e0
|
|
@@ -896,7 +896,7 @@ graph TB
|
|
|
896
896
|
### Phase 5: EU-Wide Coverage & Pre-AGI (2030–2033)
|
|
897
897
|
|
|
898
898
|
```mermaid
|
|
899
|
-
%%{init: {
|
|
899
|
+
%%{init: {"theme": "dark", "themeVariables": {"primaryColor": "#00d9ff", "primaryTextColor": "#e0e0e0", "primaryBorderColor": "#ff006e", "lineColor": "#ffbe0b", "secondaryColor": "#1a1e3d", "tertiaryColor": "#0a0e27"}}}%%
|
|
900
900
|
graph LR
|
|
901
901
|
subgraph SGEU["2030-2031 — EU Scale"]
|
|
902
902
|
style SGEU fill:#1a1e3d,stroke:#00d9ff,color:#e0e0e0
|
|
@@ -923,7 +923,7 @@ graph LR
|
|
|
923
923
|
> *When AGI or near-AGI systems emerge, Riksdagsmonitor's modular architecture is designed with flexibility to adapt to future AI paradigm shifts — including potential AGI capabilities — while maintaining democratic safeguards.*
|
|
924
924
|
|
|
925
925
|
```mermaid
|
|
926
|
-
%%{init: {
|
|
926
|
+
%%{init: {"theme": "dark", "themeVariables": {"primaryColor": "#ff006e", "primaryTextColor": "#e0e0e0", "primaryBorderColor": "#00d9ff", "lineColor": "#ffbe0b", "secondaryColor": "#1a1e3d", "tertiaryColor": "#0a0e27"}}}%%
|
|
927
927
|
graph TB
|
|
928
928
|
subgraph SGAGI["🤖 6.1 AGI-Enhanced Intelligence"]
|
|
929
929
|
style SGAGI fill:#1a1e3d,stroke:#ff006e,color:#e0e0e0
|
|
@@ -979,7 +979,7 @@ graph TB
|
|
|
979
979
|
| **2034–2037** | 100–120+ | AGI / Post-AGI | ⚡ Transformative democracy platform |
|
|
980
980
|
|
|
981
981
|
```mermaid
|
|
982
|
-
%%{init: {
|
|
982
|
+
%%{init: {"theme": "dark", "themeVariables": {"primaryColor": "#00d9ff", "primaryTextColor": "#e0e0e0", "primaryBorderColor": "#ff006e", "lineColor": "#ffbe0b", "secondaryColor": "#1a1e3d", "tertiaryColor": "#0a0e27"}}}%%
|
|
983
983
|
xychart-beta
|
|
984
984
|
title "Riksdagsmonitor Workflow Growth Projection (2026–2037)"
|
|
985
985
|
x-axis ["2026", "2027", "2028", "2029", "2030", "2031", "2032", "2033", "2034", "2035", "2036", "2037"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.31",
|
|
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",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
184
184
|
"typescript": "6.0.2",
|
|
185
185
|
"typescript-eslint": "8.58.1",
|
|
186
|
-
"vite": "8.0.
|
|
186
|
+
"vite": "8.0.8",
|
|
187
187
|
"vite-plugin-sri-gen": "1.3.2",
|
|
188
188
|
"vitest": "4.1.3",
|
|
189
189
|
"worldbank-mcp": "1.0.1"
|