@vulcn/plugin-report 0.1.1 → 0.2.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcn/plugin-report",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Security report generation plugin for Vulcn — produces modern, branded HTML dashboards, machine-readable JSON for CI/CD, and YAML reports from penetration test results.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -52,13 +52,13 @@
52
52
  "url": "https://github.com/vulcnize/vulcn/issues"
53
53
  },
54
54
  "peerDependencies": {
55
- "@vulcn/engine": "^0.3.0"
55
+ "@vulcn/engine": "^0.4.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^22.0.0",
59
59
  "tsup": "^8.0.0",
60
60
  "typescript": "^5.7.0",
61
- "@vulcn/engine": "0.3.1"
61
+ "@vulcn/engine": "0.4.0"
62
62
  },
63
63
  "dependencies": {
64
64
  "yaml": "^2.4.0",