@rushstack/typings-generator 0.12.23 → 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 +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +3 -3
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/
|
|
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.
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/typings-generator",
|
|
3
|
-
"version": "0.12.
|
|
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,11 +18,11 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"chokidar": "~3.4.0",
|
|
20
20
|
"fast-glob": "~3.3.1",
|
|
21
|
-
"@rushstack/node-core-library": "3.66.
|
|
21
|
+
"@rushstack/node-core-library": "3.66.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/glob": "7.1.1",
|
|
25
|
-
"@rushstack/heft": "0.64.
|
|
25
|
+
"@rushstack/heft": "0.64.7",
|
|
26
26
|
"local-node-rig": "1.0.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|