riksdagsmonitor 0.8.51 → 0.8.53
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.53",
|
|
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",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"dev": "vite",
|
|
51
|
-
"prebuild": "npx tsx scripts/generate-news-indexes/index.ts && npx tsx scripts/extract-news-metadata.ts && npx tsx scripts/generate-sitemap-html.ts && npx tsx scripts/generate-rss.ts && npx tsx scripts/generate-sitemap.ts",
|
|
51
|
+
"prebuild": "npx tsx scripts/generate-news-indexes/index.ts && npx tsx scripts/extract-news-metadata.ts && npx tsx scripts/generate-sitemap-html.ts && npx tsx scripts/generate-political-intelligence.ts && npx tsx scripts/generate-rss.ts && npx tsx scripts/generate-sitemap.ts",
|
|
52
52
|
"build": "vite build",
|
|
53
53
|
"build:lib": "tsc -p tsconfig.lib.json && tsc -p tsconfig.npm-scripts.json",
|
|
54
54
|
"postbuild": "cp rss.xml dist/rss.xml && cp sitemap.xml dist/sitemap.xml && cp -r cia-data dist/cia-data",
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"generate-news-indexes": "node scripts/generate-news-indexes.ts",
|
|
75
75
|
"generate-sitemap": "node scripts/generate-sitemap.ts",
|
|
76
76
|
"generate-sitemap-html": "npx tsx scripts/generate-sitemap-html.ts",
|
|
77
|
+
"generate-political-intelligence": "npx tsx scripts/generate-political-intelligence.ts",
|
|
77
78
|
"generate-rss": "npx tsx scripts/generate-rss.ts",
|
|
78
79
|
"htmlhint": "sh -c 'htmlhint *.html; set -- news/*.html; if [ -e \"$1\" ]; then htmlhint \"$@\"; else echo \"No news/*.html files to lint\"; fi'",
|
|
79
80
|
"lint": "eslint .",
|
|
@@ -173,7 +174,7 @@
|
|
|
173
174
|
"htmlhint": "1.9.2",
|
|
174
175
|
"js-yaml": "4.1.1",
|
|
175
176
|
"json-schema-to-typescript": "15.0.4",
|
|
176
|
-
"knip": "6.6.
|
|
177
|
+
"knip": "6.6.2",
|
|
177
178
|
"papaparse": "5.5.3",
|
|
178
179
|
"playwright": "1.59.1",
|
|
179
180
|
"start-server-and-test": "3.0.2",
|
|
@@ -182,7 +183,7 @@
|
|
|
182
183
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
183
184
|
"typescript": "6.0.3",
|
|
184
185
|
"typescript-eslint": "8.59.0",
|
|
185
|
-
"vite": "8.0.
|
|
186
|
+
"vite": "8.0.10",
|
|
186
187
|
"vite-plugin-sri-gen": "1.3.2",
|
|
187
188
|
"vitest": "4.1.5",
|
|
188
189
|
"worldbank-mcp": "1.0.1"
|