@rushstack/typings-generator
Advanced tools
Comparing version 0.7.16 to 0.7.17
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.29.3" | ||
"packageVersion": "7.29.4" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.7.16", | ||
"version": "0.7.17", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.51.0", | ||
"@rushstack/node-core-library": "3.51.1", | ||
"@types/node": "12.20.24", | ||
@@ -27,4 +27,4 @@ "chokidar": "~3.4.0", | ||
"@rushstack/eslint-config": "3.0.0", | ||
"@rushstack/heft": "0.47.4", | ||
"@rushstack/heft-node-rig": "1.10.4", | ||
"@rushstack/heft": "0.47.5", | ||
"@rushstack/heft-node-rig": "1.10.5", | ||
"@types/glob": "7.1.1" | ||
@@ -31,0 +31,0 @@ }, |
+ Added@rushstack/node-core-library@3.51.1(transitive)
- Removed@rushstack/node-core-library@3.51.0(transitive)