euparliamentmonitor 0.8.14 → 0.8.15

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
@@ -25,6 +25,11 @@
25
25
  <img src="https://img.shields.io/github/v/release/Hack23/euparliamentmonitor" alt="Release">
26
26
  </a>
27
27
  </div>
28
+ <div>
29
+ <a href="https://www.npmjs.com/package/euparliamentmonitor">
30
+ <img src="https://img.shields.io/npm/v/euparliamentmonitor.svg" alt="npm version">
31
+ </a>
32
+ </div>
28
33
  </td>
29
34
  <td>
30
35
  <p><strong>European Parliament Intelligence Platform</strong> — an automated multi-language news platform that monitors EU Parliament activities with 14-language support, covering plenary sessions, committee reports, propositions, and breaking news.</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "euparliamentmonitor",
3
- "version": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "type": "module",
5
5
  "description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
6
6
  "main": "scripts/index.js",