@virmator/docs 13.15.0 → 13.15.2
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/dist/docs.d.ts +1 -1
- package/package.json +10 -10
package/dist/docs.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RuntimeEnv, type Logger } from '@augment-vir/common';
|
|
2
2
|
import { NpmDepType, PackageType } from '@virmator/core';
|
|
3
|
-
import type
|
|
3
|
+
import { type PartialDeep } from 'type-fest';
|
|
4
4
|
import type * as Typedoc from 'typedoc';
|
|
5
5
|
/** A virmator plugin for checking and generating documentation. */
|
|
6
6
|
export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/docs",
|
|
3
|
-
"version": "13.15.
|
|
3
|
+
"version": "13.15.2",
|
|
4
4
|
"description": "Default TS docs plugin for virmator.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"virmator",
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"test:update": "npm test update"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@augment-vir/assert": "^31.
|
|
37
|
-
"@augment-vir/common": "^31.
|
|
38
|
-
"@augment-vir/node": "^31.
|
|
39
|
-
"@virmator/core": "^13.15.
|
|
36
|
+
"@augment-vir/assert": "^31.23.0",
|
|
37
|
+
"@augment-vir/common": "^31.23.0",
|
|
38
|
+
"@augment-vir/node": "^31.23.0",
|
|
39
|
+
"@virmator/core": "^13.15.2",
|
|
40
40
|
"chalk": "^5.4.1",
|
|
41
41
|
"mri": "^1.2.0",
|
|
42
|
-
"type-fest": "^4.
|
|
42
|
+
"type-fest": "^4.41.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@augment-vir/test": "^31.
|
|
46
|
-
"@types/node": "^22.15.
|
|
45
|
+
"@augment-vir/test": "^31.23.0",
|
|
46
|
+
"@types/node": "^22.15.29",
|
|
47
47
|
"c8": "^10.1.3",
|
|
48
|
-
"esbuild": "^0.25.
|
|
48
|
+
"esbuild": "^0.25.5",
|
|
49
49
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
50
50
|
"markdown-code-example-inserter": "^3.0.3",
|
|
51
|
-
"typedoc": "^0.28.
|
|
51
|
+
"typedoc": "^0.28.5"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=22"
|