riksdagsmonitor 0.8.67 → 0.8.68

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.8.67",
3
+ "version": "0.8.68",
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",
@@ -54,7 +54,7 @@
54
54
  "prebuild": "npx tsx scripts/copy-vendor-mermaid.ts --quiet && npx tsx scripts/aggregate-analysis.ts --all --quiet && npx tsx scripts/render-articles.ts --all --lang en,sv --quiet && npx tsx scripts/generate-news-indexes/index.ts && npx tsx scripts/extract-news-metadata.ts && npx tsx scripts/generate-sitemap-html.ts && npx tsx scripts/generate-political-intelligence.ts && npx tsx scripts/generate-rss.ts && npx tsx scripts/generate-sitemap.ts && npx tsx scripts/normalize-static-html-chrome.ts && npx tsx scripts/backfill-translated-chrome.ts && npx tsx scripts/strip-legacy-chrome-script-tags.ts",
55
55
  "build": "vite build",
56
56
  "build:lib": "tsc -p tsconfig.lib.json && tsc -p tsconfig.npm-scripts.json",
57
- "postbuild": "cp rss.xml dist/rss.xml && cp sitemap.xml dist/sitemap.xml && cp -r cia-data dist/cia-data",
57
+ "postbuild": "cp rss.xml dist/rss.xml && cp sitemap.xml dist/sitemap.xml && cp -r cia-data dist/cia-data && cp manifest.json dist/manifest.json",
58
58
  "preview": "vite preview",
59
59
  "test": "NODE_OPTIONS='--max-old-space-size=2048' vitest run",
60
60
  "test:watch": "vitest",
@@ -210,7 +210,7 @@
210
210
  "worldbank-mcp": "1.0.1"
211
211
  },
212
212
  "optionalDependencies": {
213
- "cypress": "15.14.1"
213
+ "cypress": "15.14.2"
214
214
  },
215
215
  "overrides": {
216
216
  "glob": "13.0.6"