@virmator/docs 14.3.5 → 14.4.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.
- package/dist/docs.d.ts +6 -6
- package/package.json +8 -8
package/dist/docs.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
|
|
32
32
|
readonly web: true;
|
|
33
33
|
};
|
|
34
34
|
readonly packageType: {
|
|
35
|
-
readonly
|
|
35
|
+
readonly package: true;
|
|
36
36
|
readonly "mono-package": true;
|
|
37
37
|
};
|
|
38
38
|
readonly required: true;
|
|
@@ -46,7 +46,7 @@ export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
|
|
46
46
|
readonly web: true;
|
|
47
47
|
};
|
|
48
48
|
readonly packageType: {
|
|
49
|
-
readonly
|
|
49
|
+
readonly package: true;
|
|
50
50
|
readonly "mono-package": true;
|
|
51
51
|
readonly "mono-root": true;
|
|
52
52
|
};
|
|
@@ -58,7 +58,7 @@ export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
|
|
58
58
|
readonly web: true;
|
|
59
59
|
};
|
|
60
60
|
readonly packageType: {
|
|
61
|
-
readonly
|
|
61
|
+
readonly package: true;
|
|
62
62
|
readonly "mono-package": true;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -94,7 +94,7 @@ export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
|
|
94
94
|
readonly web: true;
|
|
95
95
|
};
|
|
96
96
|
readonly packageType: {
|
|
97
|
-
readonly
|
|
97
|
+
readonly package: true;
|
|
98
98
|
readonly "mono-package": true;
|
|
99
99
|
};
|
|
100
100
|
readonly required: true;
|
|
@@ -108,7 +108,7 @@ export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
|
|
108
108
|
readonly web: true;
|
|
109
109
|
};
|
|
110
110
|
readonly packageType: {
|
|
111
|
-
readonly
|
|
111
|
+
readonly package: true;
|
|
112
112
|
readonly "mono-package": true;
|
|
113
113
|
readonly "mono-root": true;
|
|
114
114
|
};
|
|
@@ -120,7 +120,7 @@ export declare const virmatorDocsPlugin: Readonly<Readonly<{
|
|
|
120
120
|
readonly web: true;
|
|
121
121
|
};
|
|
122
122
|
readonly packageType: {
|
|
123
|
-
readonly
|
|
123
|
+
readonly package: true;
|
|
124
124
|
readonly "mono-package": true;
|
|
125
125
|
};
|
|
126
126
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/docs",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.4.1",
|
|
4
4
|
"description": "Default TS docs plugin for virmator.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"virmator",
|
|
@@ -33,19 +33,19 @@
|
|
|
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": "^14.
|
|
36
|
+
"@augment-vir/assert": "^31.55.0",
|
|
37
|
+
"@augment-vir/common": "^31.55.0",
|
|
38
|
+
"@augment-vir/node": "^31.55.0",
|
|
39
|
+
"@virmator/core": "^14.4.1",
|
|
40
40
|
"mri": "^1.2.0",
|
|
41
41
|
"runstorm": "^1.0.0",
|
|
42
42
|
"type-fest": "^5.3.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@augment-vir/test": "^31.
|
|
46
|
-
"@types/node": "^
|
|
45
|
+
"@augment-vir/test": "^31.55.0",
|
|
46
|
+
"@types/node": "^25.0.3",
|
|
47
47
|
"c8": "^10.1.3",
|
|
48
|
-
"esbuild": "^0.27.
|
|
48
|
+
"esbuild": "^0.27.2",
|
|
49
49
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
50
50
|
"markdown-code-example-inserter": "^3.0.3",
|
|
51
51
|
"typedoc": "^0.28.15"
|