@rushstack/typings-generator 0.12.22 → 0.12.24

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
@@ -158,6 +158,6 @@ is set to `IExportStyles`. If not specified, the interface name will be `IExport
158
158
 
159
159
  - [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/main/libraries/typings-generator/CHANGELOG.md) - Find
160
160
  out what's new in the latest version
161
- - [API Reference](https://rushstack.io/pages/api/typings-generator/)
161
+ - [API Reference](https://api.rushstack.io/pages/typings-generator/)
162
162
 
163
163
  `@rushstack/typings-generator` 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.39.5"
8
+ "packageVersion": "7.40.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/typings-generator",
3
- "version": "0.12.22",
3
+ "version": "0.12.24",
4
4
  "description": "This library provides functionality for automatically generating typings for non-TS files.",
5
5
  "keywords": [
6
6
  "dts",
@@ -18,12 +18,12 @@
18
18
  "dependencies": {
19
19
  "chokidar": "~3.4.0",
20
20
  "fast-glob": "~3.3.1",
21
- "@rushstack/node-core-library": "3.65.0"
21
+ "@rushstack/node-core-library": "3.66.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/glob": "7.1.1",
25
- "local-node-rig": "1.0.0",
26
- "@rushstack/heft": "0.64.5"
25
+ "@rushstack/heft": "0.64.7",
26
+ "local-node-rig": "1.0.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@types/node": "*"