pruneguard 0.5.1 → 0.6.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.
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
"publicTagNames": {
|
|
228
|
-
"description": "JSDoc tag names that mark a member as public/intentionally exported. When empty, `@public` is used as the default.",
|
|
228
|
+
"description": "`JSDoc` tag names that mark a member as public/intentionally exported. When empty, `@public` is used as the default.",
|
|
229
229
|
"type": "array",
|
|
230
230
|
"items": {
|
|
231
231
|
"type": "string"
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
"type": "boolean"
|
|
864
864
|
},
|
|
865
865
|
"detectJsdocImports": {
|
|
866
|
-
"description": "Whether to detect JSDoc `@import` tags.",
|
|
866
|
+
"description": "Whether to detect `JSDoc` `@import` tags.",
|
|
867
867
|
"default": true,
|
|
868
868
|
"type": "boolean"
|
|
869
869
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pruneguard",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Repo truth engine for JS/TS monorepos",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@pruneguard/cli-darwin-arm64": "0.
|
|
49
|
-
"@pruneguard/cli-darwin-x64": "0.
|
|
50
|
-
"@pruneguard/cli-linux-arm64-gnu": "0.
|
|
51
|
-
"@pruneguard/cli-linux-arm64-musl": "0.
|
|
52
|
-
"@pruneguard/cli-linux-x64-gnu": "0.
|
|
53
|
-
"@pruneguard/cli-linux-x64-musl": "0.
|
|
54
|
-
"@pruneguard/cli-win32-arm64-msvc": "0.
|
|
55
|
-
"@pruneguard/cli-win32-x64-msvc": "0.
|
|
48
|
+
"@pruneguard/cli-darwin-arm64": "0.6.0",
|
|
49
|
+
"@pruneguard/cli-darwin-x64": "0.6.0",
|
|
50
|
+
"@pruneguard/cli-linux-arm64-gnu": "0.6.0",
|
|
51
|
+
"@pruneguard/cli-linux-arm64-musl": "0.6.0",
|
|
52
|
+
"@pruneguard/cli-linux-x64-gnu": "0.6.0",
|
|
53
|
+
"@pruneguard/cli-linux-x64-musl": "0.6.0",
|
|
54
|
+
"@pruneguard/cli-win32-arm64-msvc": "0.6.0",
|
|
55
|
+
"@pruneguard/cli-win32-x64-msvc": "0.6.0"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=18.0.0"
|