@rushstack/typings-generator
Advanced tools
Comparing version 0.7.14 to 0.7.15
@@ -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.1" | ||
"packageVersion": "7.29.2" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.7.14", | ||
"version": "0.7.15", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.50.1", | ||
"@rushstack/node-core-library": "3.50.2", | ||
"@types/node": "12.20.24", | ||
@@ -27,4 +27,4 @@ "chokidar": "~3.4.0", | ||
"@rushstack/eslint-config": "3.0.0", | ||
"@rushstack/heft": "0.47.2", | ||
"@rushstack/heft-node-rig": "1.10.2", | ||
"@rushstack/heft": "0.47.3", | ||
"@rushstack/heft-node-rig": "1.10.3", | ||
"@types/glob": "7.1.1" | ||
@@ -31,0 +31,0 @@ }, |
+ Added@rushstack/node-core-library@3.50.2(transitive)
- Removed@rushstack/node-core-library@3.50.1(transitive)