riksdagsmonitor 0.8.6 → 0.8.8

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 +36 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
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",
@@ -95,44 +98,44 @@
95
98
  },
96
99
  "homepage": "https://riksdagsmonitor.com",
97
100
  "dependencies": {
98
- "ajv": "^8.18.0",
99
- "ajv-formats": "^3.0.1",
100
- "chart.js": "^4.5.1",
101
- "chartjs-plugin-annotation": "^3.1.0",
102
- "d3": "^7.9.0",
103
- "papaparse": "^5.5.3"
101
+ "ajv": "8.18.0",
102
+ "ajv-formats": "3.0.1",
103
+ "chart.js": "4.5.1",
104
+ "chartjs-plugin-annotation": "3.1.0",
105
+ "d3": "7.9.0",
106
+ "papaparse": "5.5.3"
104
107
  },
105
108
  "devDependencies": {
106
- "@eslint/js": "^10.0.1",
107
- "@types/d3": "^7.4.3",
108
- "@types/node": "^25.5.0",
109
- "@types/papaparse": "^5.5.2",
110
- "@vitest/coverage-v8": "^4.1.1",
111
- "@vitest/ui": "^4.0.18",
112
- "eslint": "^10.1.0",
113
- "globals": "^17.4.0",
114
- "happy-dom": "^20.8.8",
115
- "htmlhint": "^1.9.2",
116
- "js-yaml": "^4.1.1",
117
- "json-schema-to-typescript": "^15.0.4",
118
- "knip": "^6.0.5",
119
- "playwright": "^1.58.2",
120
- "start-server-and-test": "^2.1.5",
121
- "tsx": "^4.21.0",
122
- "typedoc": "^0.28.18",
123
- "typedoc-plugin-mdn-links": "^5.1.1",
124
- "typescript": "^5.9.3",
125
- "typescript-eslint": "^8.57.2",
126
- "vite": "^8.0.2",
127
- "vite-plugin-sri-gen": "^1.3.2",
128
- "vitest": "^4.0.18",
109
+ "@eslint/js": "10.0.1",
110
+ "@types/d3": "7.4.3",
111
+ "@types/node": "25.5.0",
112
+ "@types/papaparse": "5.5.2",
113
+ "@vitest/coverage-v8": "4.1.2",
114
+ "@vitest/ui": "4.1.2",
115
+ "eslint": "10.1.0",
116
+ "globals": "17.4.0",
117
+ "happy-dom": "20.8.9",
118
+ "htmlhint": "1.9.2",
119
+ "js-yaml": "4.1.1",
120
+ "json-schema-to-typescript": "15.0.4",
121
+ "knip": "6.0.6",
122
+ "playwright": "1.58.2",
123
+ "start-server-and-test": "3.0.0",
124
+ "tsx": "4.21.0",
125
+ "typedoc": "0.28.18",
126
+ "typedoc-plugin-mdn-links": "5.1.1",
127
+ "typescript": "5.9.3",
128
+ "typescript-eslint": "8.57.2",
129
+ "vite": "8.0.3",
130
+ "vite-plugin-sri-gen": "1.3.2",
131
+ "vitest": "4.1.2",
129
132
  "worldbank-mcp": "1.0.1"
130
133
  },
131
134
  "optionalDependencies": {
132
- "cypress": "^15.13.0"
135
+ "cypress": "15.13.0"
133
136
  },
134
137
  "overrides": {
135
- "glob": "^13.0.0"
138
+ "glob": "13.0.6"
136
139
  },
137
140
  "engines": {
138
141
  "node": ">=25"