riksdagsmonitor 0.8.6 → 0.8.7
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 +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Swedish Parliament Intelligence Platform - Monitor political activity with systematic transparency",
|
|
6
6
|
"main": "dist/lib/index.js",
|
|
@@ -67,7 +67,10 @@
|
|
|
67
67
|
"serve": "python3 -m http.server 8080",
|
|
68
68
|
"linkcheck": "linkinator http://localhost:8080/ --recurse",
|
|
69
69
|
"prepublishOnly": "npm run lint && npm run build:lib && npm test",
|
|
70
|
-
"prepack": "echo 'Prepack: build artifacts should already be generated (see prepublishOnly/CI)'"
|
|
70
|
+
"prepack": "echo 'Prepack: build artifacts should already be generated (see prepublishOnly/CI)'",
|
|
71
|
+
"pre-analysis": "npx tsx scripts/pre-article-analysis.ts",
|
|
72
|
+
"pre-analysis:today": "npx tsx scripts/pre-article-analysis.ts --date today",
|
|
73
|
+
"pre-analysis:weekly": "npx tsx scripts/pre-article-analysis.ts --aggregate weekly"
|
|
71
74
|
},
|
|
72
75
|
"repository": {
|
|
73
76
|
"type": "git",
|
|
@@ -107,7 +110,7 @@
|
|
|
107
110
|
"@types/d3": "^7.4.3",
|
|
108
111
|
"@types/node": "^25.5.0",
|
|
109
112
|
"@types/papaparse": "^5.5.2",
|
|
110
|
-
"@vitest/coverage-v8": "^4.1.
|
|
113
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
111
114
|
"@vitest/ui": "^4.0.18",
|
|
112
115
|
"eslint": "^10.1.0",
|
|
113
116
|
"globals": "^17.4.0",
|
|
@@ -115,15 +118,15 @@
|
|
|
115
118
|
"htmlhint": "^1.9.2",
|
|
116
119
|
"js-yaml": "^4.1.1",
|
|
117
120
|
"json-schema-to-typescript": "^15.0.4",
|
|
118
|
-
"knip": "^6.0.
|
|
121
|
+
"knip": "^6.0.6",
|
|
119
122
|
"playwright": "^1.58.2",
|
|
120
|
-
"start-server-and-test": "^
|
|
123
|
+
"start-server-and-test": "^3.0.0",
|
|
121
124
|
"tsx": "^4.21.0",
|
|
122
125
|
"typedoc": "^0.28.18",
|
|
123
126
|
"typedoc-plugin-mdn-links": "^5.1.1",
|
|
124
127
|
"typescript": "^5.9.3",
|
|
125
128
|
"typescript-eslint": "^8.57.2",
|
|
126
|
-
"vite": "^8.0.
|
|
129
|
+
"vite": "^8.0.3",
|
|
127
130
|
"vite-plugin-sri-gen": "^1.3.2",
|
|
128
131
|
"vitest": "^4.0.18",
|
|
129
132
|
"worldbank-mcp": "1.0.1"
|