riksdagsmonitor 0.8.34 → 0.8.36
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.36",
|
|
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",
|
|
@@ -169,17 +168,17 @@
|
|
|
169
168
|
"chartjs-plugin-annotation": "3.1.0",
|
|
170
169
|
"d3": "7.9.0",
|
|
171
170
|
"eslint": "10.2.0",
|
|
172
|
-
"globals": "17.
|
|
171
|
+
"globals": "17.5.0",
|
|
173
172
|
"happy-dom": "20.8.9",
|
|
174
173
|
"htmlhint": "1.9.2",
|
|
175
174
|
"js-yaml": "4.1.1",
|
|
176
175
|
"json-schema-to-typescript": "15.0.4",
|
|
177
|
-
"knip": "6.4.
|
|
176
|
+
"knip": "6.4.1",
|
|
178
177
|
"papaparse": "5.5.3",
|
|
179
178
|
"playwright": "1.59.1",
|
|
180
179
|
"start-server-and-test": "3.0.2",
|
|
181
180
|
"tsx": "4.21.0",
|
|
182
|
-
"typedoc": "0.28.
|
|
181
|
+
"typedoc": "0.28.19",
|
|
183
182
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
184
183
|
"typescript": "6.0.2",
|
|
185
184
|
"typescript-eslint": "8.58.1",
|