nestjs-doctor 0.4.14 → 0.4.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/package.json +1 -1
  2. package/skill/SKILL.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-doctor",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "Static analysis tool for NestJS that produces a health score with actionable diagnostics and an interactive report",
5
5
  "type": "module",
6
6
  "bin": {
package/skill/SKILL.md CHANGED
@@ -6,7 +6,7 @@ allowed-tools: Bash, Read, Edit, Glob, Grep, Write
6
6
 
7
7
  # /nestjs-doctor — NestJS Health Scanner & Fixer
8
8
 
9
- > v0.4.14
9
+ > v0.4.15
10
10
 
11
11
  Scan the NestJS codebase, present a prioritized health report, and offer to fix every issue found.
12
12