@rushstack/typings-generator
Advanced tools
Comparing version 0.7.22 to 0.7.23
@@ -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.30.1" | ||
"packageVersion": "7.31.0" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"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.1", | ||
"@rushstack/node-core-library": "3.51.2", | ||
"@types/node": "12.20.24", | ||
@@ -26,5 +26,5 @@ "chokidar": "~3.4.0", | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "3.0.0", | ||
"@rushstack/heft": "0.47.8", | ||
"@rushstack/heft-node-rig": "1.10.10", | ||
"@rushstack/eslint-config": "3.0.1", | ||
"@rushstack/heft": "0.47.9", | ||
"@rushstack/heft-node-rig": "1.10.11", | ||
"@types/glob": "7.1.1" | ||
@@ -31,0 +31,0 @@ }, |
+ Added@rushstack/node-core-library@3.51.2(transitive)
- Removed@rushstack/node-core-library@3.51.1(transitive)