@microsoft/api-extractor 7.25.0 → 7.25.3
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/tsdoc-metadata.json
CHANGED
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
* prepend a folder token such as "<projectFolder>".
|
|
134
134
|
*
|
|
135
135
|
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
|
|
136
|
-
* DEFAULT VALUE: "<projectFolder>/
|
|
136
|
+
* DEFAULT VALUE: "<projectFolder>/temp/"
|
|
137
137
|
*/
|
|
138
|
-
// "reportFolder": "<projectFolder>/
|
|
138
|
+
// "reportFolder": "<projectFolder>/temp/",
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
141
|
* Specifies the folder where the temporary report file is written. The file name portion is determined by
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor",
|
|
3
|
-
"version": "7.25.
|
|
3
|
+
"version": "7.25.3",
|
|
4
4
|
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@microsoft/api-extractor-model": "7.18.
|
|
35
|
+
"@microsoft/api-extractor-model": "7.18.2",
|
|
36
36
|
"@microsoft/tsdoc": "0.14.1",
|
|
37
37
|
"@microsoft/tsdoc-config": "~0.16.1",
|
|
38
|
-
"@rushstack/node-core-library": "3.45.
|
|
39
|
-
"@rushstack/rig-package": "0.3.
|
|
40
|
-
"@rushstack/ts-command-line": "4.
|
|
38
|
+
"@rushstack/node-core-library": "3.45.7",
|
|
39
|
+
"@rushstack/rig-package": "0.3.12",
|
|
40
|
+
"@rushstack/ts-command-line": "4.12.0",
|
|
41
41
|
"colors": "~1.2.1",
|
|
42
42
|
"lodash": "~4.17.15",
|
|
43
43
|
"resolve": "~1.17.0",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"typescript": "~4.6.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@rushstack/eslint-config": "2.6.
|
|
50
|
-
"@rushstack/heft": "0.45.
|
|
51
|
-
"@rushstack/heft-node-rig": "1.9.
|
|
49
|
+
"@rushstack/eslint-config": "2.6.1",
|
|
50
|
+
"@rushstack/heft": "0.45.6",
|
|
51
|
+
"@rushstack/heft-node-rig": "1.9.7",
|
|
52
52
|
"@types/heft-jest": "1.0.1",
|
|
53
53
|
"@types/lodash": "4.14.116",
|
|
54
54
|
"@types/node": "12.20.24",
|