riksdagsmonitor 0.8.66 → 0.8.67
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 +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.67",
|
|
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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dev": "vite",
|
|
52
52
|
"predev": "npx tsx scripts/copy-vendor-mermaid.ts --quiet",
|
|
53
53
|
"copy-vendor": "npx tsx scripts/copy-vendor-mermaid.ts",
|
|
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",
|
|
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
57
|
"postbuild": "cp rss.xml dist/rss.xml && cp sitemap.xml dist/sitemap.xml && cp -r cia-data dist/cia-data",
|
|
@@ -166,6 +166,7 @@
|
|
|
166
166
|
"devDependencies": {
|
|
167
167
|
"@eslint/js": "10.0.1",
|
|
168
168
|
"@types/d3": "7.4.3",
|
|
169
|
+
"@types/hast": "3.0.4",
|
|
169
170
|
"@types/node": "25.6.0",
|
|
170
171
|
"@types/papaparse": "5.5.2",
|
|
171
172
|
"@vitest/coverage-v8": "4.1.5",
|
|
@@ -176,22 +177,21 @@
|
|
|
176
177
|
"chartjs-plugin-annotation": "3.1.0",
|
|
177
178
|
"d3": "7.9.0",
|
|
178
179
|
"eslint": "10.2.1",
|
|
180
|
+
"github-slugger": "^2.0.0",
|
|
179
181
|
"globals": "17.5.0",
|
|
180
182
|
"gray-matter": "^4.0.3",
|
|
181
183
|
"happy-dom": "20.9.0",
|
|
184
|
+
"hast-util-to-string": "3.0.1",
|
|
182
185
|
"htmlhint": "1.9.2",
|
|
183
186
|
"js-yaml": "4.1.1",
|
|
184
187
|
"json-schema-to-typescript": "15.0.4",
|
|
185
188
|
"jszip": "3.10.1",
|
|
186
|
-
"knip": "6.
|
|
189
|
+
"knip": "6.9.0",
|
|
187
190
|
"mermaid": "11.14.0",
|
|
188
191
|
"papaparse": "5.5.3",
|
|
189
|
-
"playwright": "1.59.1",
|
|
190
192
|
"rehype-autolink-headings": "^7.1.0",
|
|
191
193
|
"rehype-raw": "^7.0.0",
|
|
192
194
|
"rehype-sanitize": "^6.0.0",
|
|
193
|
-
"github-slugger": "^2.0.0",
|
|
194
|
-
"rehype-slug": "^6.0.0",
|
|
195
195
|
"rehype-stringify": "^10.0.1",
|
|
196
196
|
"remark-gfm": "^4.0.1",
|
|
197
197
|
"remark-parse": "^11.0.0",
|
|
@@ -203,6 +203,7 @@
|
|
|
203
203
|
"typescript": "6.0.3",
|
|
204
204
|
"typescript-eslint": "8.59.1",
|
|
205
205
|
"unified": "^11.0.5",
|
|
206
|
+
"unist-util-visit": "5.1.0",
|
|
206
207
|
"vite": "8.0.10",
|
|
207
208
|
"vite-plugin-sri-gen": "1.4.1",
|
|
208
209
|
"vitest": "4.1.5",
|