@rushstack/typings-generator
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -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.32.1" | ||
"packageVersion": "7.33.0" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.53.1", | ||
"@rushstack/node-core-library": "3.53.2", | ||
"@types/node": "12.20.24", | ||
@@ -27,4 +27,4 @@ "chokidar": "~3.4.0", | ||
"@rushstack/eslint-config": "3.1.1", | ||
"@rushstack/heft": "0.48.2", | ||
"@rushstack/heft-node-rig": "1.11.2", | ||
"@rushstack/heft": "0.48.3", | ||
"@rushstack/heft-node-rig": "1.11.3", | ||
"@types/glob": "7.1.1" | ||
@@ -31,0 +31,0 @@ }, |
+ Added@rushstack/node-core-library@3.53.2(transitive)
- Removed@rushstack/node-core-library@3.53.1(transitive)