@microsoft/api-extractor-model 7.28.9 → 7.28.11
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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Use this library to read and write *.api.json files as defined by the [API Extra
|
|
|
4
4
|
These files are used to generate a documentation website for your TypeScript package. The files store the
|
|
5
5
|
API signatures and doc comments that were extracted from your package.
|
|
6
6
|
|
|
7
|
-
API documentation for this package: https://rushstack.io/pages/api
|
|
7
|
+
API documentation for this package: https://api.rushstack.io/pages/api-extractor-model/
|
|
8
8
|
|
|
9
9
|
## Example Usage
|
|
10
10
|
|
|
@@ -63,6 +63,6 @@ a namespace containing static members of the class.
|
|
|
63
63
|
- [CHANGELOG.md](
|
|
64
64
|
https://github.com/microsoft/rushstack/blob/main/libraries/api-extractor-model/CHANGELOG.md) - Find
|
|
65
65
|
out what's new in the latest version
|
|
66
|
-
- [API Reference](https://rushstack.io/pages/api
|
|
66
|
+
- [API Reference](https://api.rushstack.io/pages/api-extractor-model/)
|
|
67
67
|
|
|
68
68
|
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-model",
|
|
3
|
-
"version": "7.28.
|
|
3
|
+
"version": "7.28.11",
|
|
4
4
|
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@microsoft/tsdoc": "0.14.2",
|
|
16
16
|
"@microsoft/tsdoc-config": "~0.16.1",
|
|
17
|
-
"@rushstack/node-core-library": "
|
|
17
|
+
"@rushstack/node-core-library": "4.0.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@rushstack/heft": "0.64.0",
|