@microsoft/api-documenter 7.17.2 → 7.17.5

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
@@ -12,7 +12,7 @@ documentation.
12
12
  ## Links
13
13
 
14
14
  - [CHANGELOG.md](
15
- https://github.com/microsoft/rushstack/blob/master/apps/api-documenter/CHANGELOG.md) - Find
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
17
  - [API Reference](https://rushstack.io/pages/api/api-documenter/)
18
18
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.20.0"
8
+ "packageVersion": "7.21.1"
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.17.2",
3
+ "version": "7.17.5",
4
4
  "description": "Read JSON files from api-extractor, generate documentation pages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,18 +15,18 @@
15
15
  "main": "lib/index.js",
16
16
  "typings": "dist/rollup.d.ts",
17
17
  "dependencies": {
18
- "@microsoft/api-extractor-model": "7.16.0",
18
+ "@microsoft/api-extractor-model": "7.16.1",
19
19
  "@microsoft/tsdoc": "0.13.2",
20
- "@rushstack/node-core-library": "3.45.1",
21
- "@rushstack/ts-command-line": "4.10.7",
20
+ "@rushstack/node-core-library": "3.45.2",
21
+ "@rushstack/ts-command-line": "4.10.8",
22
22
  "colors": "~1.2.1",
23
23
  "js-yaml": "~3.13.1",
24
24
  "resolve": "~1.17.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@rushstack/eslint-config": "2.5.2",
28
- "@rushstack/heft": "0.44.6",
29
- "@rushstack/heft-node-rig": "1.8.4",
27
+ "@rushstack/eslint-config": "2.5.3",
28
+ "@rushstack/heft": "0.44.9",
29
+ "@rushstack/heft-node-rig": "1.8.7",
30
30
  "@types/heft-jest": "1.0.1",
31
31
  "@types/js-yaml": "3.12.1",
32
32
  "@types/node": "12.20.24",
@@ -37,5 +37,5 @@
37
37
  "_phase:build": "heft build --clean",
38
38
  "_phase:test": "heft test --no-build"
39
39
  },
40
- "readme": "# @microsoft/api-documenter\n\nThis tool can be used to generate an online API reference manual for your TypeScript library.\nIt reads the *.api.json data files produced by [API Extractor](https://api-extractor.com/),\nand then generates files in [Markdown](https://en.wikipedia.org/wiki/Markdown) or\n[DocFX](https://dotnet.github.io/docfx/) format.\n\nFor usage information, see the\n[Generating Docs](https://api-extractor.com/pages/setup/generating_docs/) article from the API Extractor\ndocumentation.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/master/apps/api-documenter/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/api-documenter/)\n\nAPI Documenter is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
40
+ "readme": "# @microsoft/api-documenter\n\nThis tool can be used to generate an online API reference manual for your TypeScript library.\nIt reads the *.api.json data files produced by [API Extractor](https://api-extractor.com/),\nand then generates files in [Markdown](https://en.wikipedia.org/wiki/Markdown) or\n[DocFX](https://dotnet.github.io/docfx/) format.\n\nFor usage information, see the\n[Generating Docs](https://api-extractor.com/pages/setup/generating_docs/) article from the API Extractor\ndocumentation.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/api-documenter/)\n\nAPI Documenter is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
41
41
  }