@microsoft/api-documenter 7.23.23 → 7.23.25

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 CHANGED
@@ -14,6 +14,6 @@ documentation.
14
14
  - [CHANGELOG.md](
15
15
  https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
16
16
  out what's new in the latest version
17
- - [API Reference](https://rushstack.io/pages/api/api-documenter/)
17
+ - [API Reference](https://api.rushstack.io/pages/api-documenter/)
18
18
 
19
19
  API Documenter is part of the [Rush Stack](https://rushstack.io/) family of projects.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.40.0"
8
+ "packageVersion": "7.40.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/api-documenter",
3
- "version": "7.23.23",
3
+ "version": "7.23.25",
4
4
  "description": "Read JSON files from api-extractor, generate documentation pages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,14 +19,14 @@
19
19
  "colors": "~1.2.1",
20
20
  "js-yaml": "~3.13.1",
21
21
  "resolve": "~1.22.1",
22
- "@microsoft/api-extractor-model": "7.28.9",
23
- "@rushstack/node-core-library": "3.66.0",
24
- "@rushstack/ts-command-line": "4.17.1"
22
+ "@microsoft/api-extractor-model": "7.28.11",
23
+ "@rushstack/node-core-library": "4.0.0",
24
+ "@rushstack/ts-command-line": "4.17.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/js-yaml": "3.12.1",
28
28
  "@types/resolve": "1.20.2",
29
- "@rushstack/heft": "0.64.6",
29
+ "@rushstack/heft": "0.64.8",
30
30
  "local-node-rig": "1.0.0"
31
31
  },
32
32
  "scripts": {