@code-pushup/jsdocs-plugin 0.100.0 → 0.101.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.
- package/README.md +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -140,7 +140,8 @@ jsDocsPlugin({
|
|
|
140
140
|
}),
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
>
|
|
143
|
+
> [!WARNING]
|
|
144
|
+
> You cannot use both `onlyAudits` and `skipAudits` in the same configuration. Choose the one that better suits your needs.
|
|
144
145
|
|
|
145
146
|
### Audits and group
|
|
146
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/jsdocs-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.101.0",
|
|
4
4
|
"description": "Code PushUp plugin for tracking documentation coverage 📚",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-jsdocs#readme",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"type": "module",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@code-pushup/models": "0.
|
|
39
|
-
"@code-pushup/utils": "0.
|
|
38
|
+
"@code-pushup/models": "0.101.0",
|
|
39
|
+
"@code-pushup/utils": "0.101.0",
|
|
40
40
|
"zod": "^4.0.5",
|
|
41
41
|
"ts-morph": "^24.0.0"
|
|
42
42
|
},
|