verification-layer 0.5.2 → 0.6.1

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -298,6 +298,7 @@ Each finding maps to specific HIPAA regulations:
298
298
  ### Coming Soon
299
299
  - [x] GitHub Action for CI/CD integration
300
300
  - [x] Automated npm releases with semantic-release
301
+ - [x] Dependabot for dependency updates
301
302
  - [ ] VS Code extension with inline warnings
302
303
  - [ ] Slack/Teams notifications for new findings
303
304
  - [ ] Custom rule definitions (YAML)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verification-layer",
3
- "version": "0.5.2",
3
+ "version": "0.6.1",
4
4
  "description": "CLI tool for HIPAA compliance scanning and reporting",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",