riksdagsmonitor 0.8.17 → 0.8.18

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,11 @@ Riksdagsmonitor is a comprehensive intelligence platform for monitoring politica
15
15
  <img src="https://img.shields.io/website?url=https://riksdagsmonitor.com" alt="Website Status">
16
16
  </a>
17
17
  </div>
18
+ <div>
19
+ <a href="https://www.npmjs.com/package/riksdagsmonitor">
20
+ <img src="https://img.shields.io/npm/v/riksdagsmonitor.svg" alt="npm version">
21
+ </a>
22
+ </div>
18
23
  </td>
19
24
  <td>
20
25
  <p><strong>Swedish Parliament Intelligence Platform</strong> monitoring political activity in Sweden's Riksdag with systematic transparency through real-time analysis and 50+ years of historical data (1971-2024).</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.8.17",
3
+ "version": "0.8.18",
4
4
  "type": "module",
5
5
  "description": "Swedish Parliament Intelligence Platform - Monitor political activity with systematic transparency",
6
6
  "main": "dist/lib/shared/index.js",