@microsoft/api-extractor 7.40.1 → 7.40.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -46,6 +46,6 @@ For more details and support resources, please visit: https://api-extractor.com/
|
|
|
46
46
|
- [CHANGELOG.md](
|
|
47
47
|
https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - Find
|
|
48
48
|
out what's new in the latest version
|
|
49
|
-
- [API Reference](https://rushstack.io/pages/api
|
|
49
|
+
- [API Reference](https://api.rushstack.io/pages/api-extractor/)
|
|
50
50
|
|
|
51
51
|
API Extractor is part of the [Rush Stack](https://rushstack.io/) family of projects.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor",
|
|
3
|
-
"version": "7.40.
|
|
3
|
+
"version": "7.40.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",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"semver": "~7.5.4",
|
|
41
41
|
"source-map": "~0.6.1",
|
|
42
42
|
"typescript": "5.3.3",
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@rushstack/
|
|
46
|
-
"@rushstack/
|
|
43
|
+
"@microsoft/api-extractor-model": "7.28.11",
|
|
44
|
+
"@rushstack/rig-package": "0.5.2",
|
|
45
|
+
"@rushstack/ts-command-line": "4.17.2",
|
|
46
|
+
"@rushstack/node-core-library": "4.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@rushstack/heft": "0.64.0",
|