riksdagsmonitor 0.8.35 → 0.8.37
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.37",
|
|
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",
|
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"generate-sitemap": "node scripts/generate-sitemap.ts",
|
|
76
76
|
"generate-sitemap-html": "npx tsx scripts/generate-sitemap-html.ts",
|
|
77
77
|
"generate-rss": "npx tsx scripts/generate-rss.ts",
|
|
78
|
-
"generate-news-backport": "node scripts/generate-news-backport.ts",
|
|
79
78
|
"htmlhint": "sh -c 'htmlhint *.html; set -- news/*.html; if [ -e \"$1\" ]; then htmlhint \"$@\"; else echo \"No news/*.html files to lint\"; fi'",
|
|
80
79
|
"lint": "eslint .",
|
|
81
80
|
"lint:fix": "eslint . --fix",
|
|
@@ -182,7 +181,7 @@
|
|
|
182
181
|
"typedoc": "0.28.19",
|
|
183
182
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
184
183
|
"typescript": "6.0.2",
|
|
185
|
-
"typescript-eslint": "8.58.
|
|
184
|
+
"typescript-eslint": "8.58.2",
|
|
186
185
|
"vite": "8.0.8",
|
|
187
186
|
"vite-plugin-sri-gen": "1.3.2",
|
|
188
187
|
"vitest": "4.1.4",
|