verimu 0.0.12 → 0.0.14

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.
@@ -3185,4 +3185,4 @@ main().catch((err) => {
3185
3185
  console.error("Fatal:", err);
3186
3186
  process.exit(2);
3187
3187
  });
3188
- //# sourceMappingURL=cli.mjs.map
3188
+ //# sourceMappingURL=cli.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verimu",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "CRA compliance automation - SBOM generation, CVE monitoring, and vulnerability reporting for the EU Cyber Resilience Act.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "bin": {
25
- "verimu": "./dist/cli.mjs"
25
+ "verimu": "dist/cli.js"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsup",
File without changes