@apitree.cz/typedoc-config 0.2.9 → 0.2.10
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apitree.cz/typedoc-config",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "TypeDoc configuration for ApiTree projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apitree",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"typedoc-plugin-markdown": "^4.
|
|
28
|
+
"typedoc-plugin-markdown": "^4.9.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"typedoc": "^0.28.
|
|
32
|
-
"typescript": "^5.
|
|
31
|
+
"typedoc": "^0.28.14",
|
|
32
|
+
"typescript": "^5.9.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"typedoc": "^0.28.2",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"scripts": {
|
|
39
39
|
"prebuild": "del dist tsconfig.build.tsbuildinfo",
|
|
40
40
|
"build": "tsc --build tsconfig.build.json",
|
|
41
|
-
"cleanup": "del .eslintcache .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo dist node_modules",
|
|
41
|
+
"cleanup": "del .eslintcache .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo tsconfig.lib.tsbuildinfo dist node_modules",
|
|
42
42
|
"fix": "run-p ts format:fix lint:fix",
|
|
43
43
|
"format": "prettier --check \"./**/*.{js,json,md,ts}\"",
|
|
44
44
|
"format:fix": "pnpm run format --write",
|
|
45
45
|
"lint": "eslint --cache .",
|
|
46
46
|
"lint:fix": "pnpm run lint --fix",
|
|
47
47
|
"qa": "run-p ts format lint",
|
|
48
|
-
"ts": "tsc --build tsconfig.json"
|
|
48
|
+
"ts": "tsc --build tsconfig.lib.json"
|
|
49
49
|
}
|
|
50
50
|
}
|