riksdagsmonitor 0.9.18 → 0.9.20

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.9.18",
3
+ "version": "0.9.20",
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",
@@ -71,9 +71,11 @@
71
71
  "sync-schemas": "npx tsx scripts/sync-cia-schemas.ts",
72
72
  "validate-data": "npx tsx scripts/validate-against-cia-schemas.ts",
73
73
  "check-updates": "npx tsx scripts/check-cia-schema-updates.ts",
74
+ "check:analysis-language": "tsx scripts/check-analysis-language.ts",
74
75
  "generate-types": "npx tsx scripts/generate-types-from-cia-schemas.ts",
75
76
  "validate-translations": "npx tsx scripts/validate-translations.ts",
76
77
  "validate-news": "node scripts/validate-news-translations.ts",
78
+ "validate-exec-brief-translations": "npx tsx scripts/validate-executive-brief-translations.ts",
77
79
  "validate-article": "npx tsx scripts/validate-article.ts",
78
80
  "validate-all": "npm run htmlhint && npm run validate-translations && npm run validate-news && npm run validate-article",
79
81
  "generate-news": "npx tsx scripts/render-articles.ts --all --lang all",
@@ -190,7 +192,7 @@
190
192
  "js-yaml": "4.1.1",
191
193
  "json-schema-to-typescript": "15.0.4",
192
194
  "jszip": "3.10.1",
193
- "knip": "6.14.0",
195
+ "knip": "6.14.1",
194
196
  "mermaid": "11.15.0",
195
197
  "minify": "15.3.1",
196
198
  "papaparse": "5.5.3",