@microsoft/api-documenter 7.19.7 → 7.19.8

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.4"
8
+ "packageVersion": "7.29.5"
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.19.7",
3
+ "version": "7.19.8",
4
4
  "description": "Read JSON files from api-extractor, generate documentation pages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@rushstack/eslint-config": "3.0.0",
28
28
  "@rushstack/heft": "0.47.5",
29
- "@rushstack/heft-node-rig": "1.10.5",
29
+ "@rushstack/heft-node-rig": "1.10.6",
30
30
  "@types/heft-jest": "1.0.1",
31
31
  "@types/js-yaml": "3.12.1",
32
32
  "@types/node": "12.20.24",
@@ -36,6 +36,5 @@
36
36
  "build": "heft build --clean",
37
37
  "_phase:build": "heft build --clean",
38
38
  "_phase:test": "heft test --no-build"
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/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"
39
+ }
41
40
  }