riksdagsmonitor 0.9.17 → 0.9.19
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.9.
|
|
3
|
+
"version": "0.9.19",
|
|
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",
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"generate-types": "npx tsx scripts/generate-types-from-cia-schemas.ts",
|
|
75
75
|
"validate-translations": "npx tsx scripts/validate-translations.ts",
|
|
76
76
|
"validate-news": "node scripts/validate-news-translations.ts",
|
|
77
|
+
"validate-exec-brief-translations": "npx tsx scripts/validate-executive-brief-translations.ts",
|
|
77
78
|
"validate-article": "npx tsx scripts/validate-article.ts",
|
|
78
79
|
"validate-all": "npm run htmlhint && npm run validate-translations && npm run validate-news && npm run validate-article",
|
|
79
80
|
"generate-news": "npx tsx scripts/render-articles.ts --all --lang all",
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
"@eslint/js": "10.0.1",
|
|
172
173
|
"@types/d3": "7.4.3",
|
|
173
174
|
"@types/hast": "3.0.4",
|
|
174
|
-
"@types/node": "25.
|
|
175
|
+
"@types/node": "25.8.0",
|
|
175
176
|
"@types/papaparse": "5.5.2",
|
|
176
177
|
"@vitest/coverage-v8": "4.1.6",
|
|
177
178
|
"@vitest/ui": "4.1.6",
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
"chart.js": "4.5.1",
|
|
181
182
|
"chartjs-plugin-annotation": "3.1.0",
|
|
182
183
|
"d3": "7.9.0",
|
|
183
|
-
"eslint": "10.
|
|
184
|
+
"eslint": "10.4.0",
|
|
184
185
|
"github-slugger": "^2.0.0",
|
|
185
186
|
"globals": "17.6.0",
|
|
186
187
|
"gray-matter": "^4.0.3",
|
|
@@ -190,7 +191,7 @@
|
|
|
190
191
|
"js-yaml": "4.1.1",
|
|
191
192
|
"json-schema-to-typescript": "15.0.4",
|
|
192
193
|
"jszip": "3.10.1",
|
|
193
|
-
"knip": "6.
|
|
194
|
+
"knip": "6.14.1",
|
|
194
195
|
"mermaid": "11.15.0",
|
|
195
196
|
"minify": "15.3.1",
|
|
196
197
|
"papaparse": "5.5.3",
|