@rushstack/typings-generator
Advanced tools
Comparing version 0.6.17 to 0.6.18
@@ -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.22.0" | ||
"packageVersion": "7.22.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.6.17", | ||
"version": "0.6.18", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.45.2", | ||
"@rushstack/node-core-library": "3.45.3", | ||
"@types/node": "12.20.24", | ||
@@ -26,5 +26,5 @@ "chokidar": "~3.4.0", | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "2.5.3", | ||
"@rushstack/heft": "0.44.12", | ||
"@rushstack/heft-node-rig": "1.8.10", | ||
"@rushstack/eslint-config": "2.5.4", | ||
"@rushstack/heft": "0.44.13", | ||
"@rushstack/heft-node-rig": "1.8.11", | ||
"@types/glob": "7.1.1" | ||
@@ -31,0 +31,0 @@ }, |
+ Added@rushstack/node-core-library@3.45.3(transitive)
- Removed@rushstack/node-core-library@3.45.2(transitive)