riksdagsmonitor 0.9.31 → 0.9.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.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.9.31",
3
+ "version": "0.9.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",
@@ -72,11 +72,15 @@
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
74
  "check:analysis-language": "tsx scripts/check-analysis-language.ts",
75
+ "check:headline-quality": "tsx scripts/check-headline-quality.ts",
76
+ "check:brief-language": "tsx scripts/check-brief-language.ts",
75
77
  "generate-types": "npx tsx scripts/generate-types-from-cia-schemas.ts",
76
78
  "validate-translations": "npx tsx scripts/validate-translations.ts",
77
79
  "validate-news": "npx tsx scripts/validate-news-translations.ts",
78
80
  "validate-exec-brief-translations": "npx tsx scripts/validate-executive-brief-translations.ts",
79
81
  "validate-article": "npx tsx scripts/validate-article.ts",
82
+ "validate:mermaid": "npx tsx scripts/validate-mermaid-diagrams.ts",
83
+ "fix:mermaid": "npx tsx scripts/fix-mermaid-diagrams.ts",
80
84
  "validate-all": "npm run htmlhint && npm run validate-translations && npm run validate-news && npm run validate-article",
81
85
  "generate-news": "npx tsx scripts/render-articles.ts --all --lang all",
82
86
  "aggregate-analysis": "npx tsx scripts/aggregate-analysis.ts --all",
@@ -209,7 +213,7 @@
209
213
  "typedoc": "0.28.19",
210
214
  "typedoc-plugin-mdn-links": "5.1.1",
211
215
  "typescript": "6.0.3",
212
- "typescript-eslint": "8.59.4",
216
+ "typescript-eslint": "8.60.0",
213
217
  "unified": "^11.0.5",
214
218
  "unist-util-visit": "5.1.0",
215
219
  "vite": "8.0.14",
@@ -217,7 +221,7 @@
217
221
  "worldbank-mcp": "1.0.1"
218
222
  },
219
223
  "optionalDependencies": {
220
- "cypress": "15.15.0"
224
+ "cypress": "15.16.0"
221
225
  },
222
226
  "overrides": {
223
227
  "glob": "13.0.6"