riksdagsmonitor 0.9.18 → 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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.9.18",
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",
@@ -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.14.0",
194
+ "knip": "6.14.1",
194
195
  "mermaid": "11.15.0",
195
196
  "minify": "15.3.1",
196
197
  "papaparse": "5.5.3",