@rushstack/typings-generator
Advanced tools
Comparing version 0.1.48 to 0.1.49
@@ -5,2 +5,23 @@ { | ||
{ | ||
"version": "0.1.49", | ||
"tag": "@rushstack/typings-generator_v0.1.49", | ||
"date": "Mon, 07 Sep 2020 07:37:37 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.43`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/heft\" to `0.10.4`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.48", | ||
@@ -7,0 +28,0 @@ "tag": "@rushstack/typings-generator_v0.1.48", |
# Change Log - @rushstack/typings-generator | ||
This log was last generated on Sat, 05 Sep 2020 18:56:35 GMT and should not be manually modified. | ||
This log was last generated on Mon, 07 Sep 2020 07:37:37 GMT and should not be manually modified. | ||
## 0.1.49 | ||
Mon, 07 Sep 2020 07:37:37 GMT | ||
*Version update only* | ||
## 0.1.48 | ||
@@ -6,0 +11,0 @@ Sat, 05 Sep 2020 18:56:35 GMT |
@@ -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.9.11" | ||
"packageVersion": "7.9.12" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.1.48", | ||
"version": "0.1.49", | ||
"description": "This library provides functionality for automatically generator typings for non-TS files.", | ||
@@ -23,12 +23,12 @@ "keywords": [ | ||
"glob": "~7.0.5", | ||
"@rushstack/node-core-library": "3.30.0", | ||
"@rushstack/node-core-library": "3.31.0", | ||
"chokidar": "~3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.11", | ||
"@microsoft/node-library-build": "6.4.42", | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.12", | ||
"@microsoft/node-library-build": "6.4.43", | ||
"@rushstack/eslint-config": "1.3.0", | ||
"@rushstack/heft": "0.10.3", | ||
"@rushstack/heft": "0.10.4", | ||
"@types/glob": "7.1.1" | ||
} | ||
} |
64231
1147
+ Added@rushstack/node-core-library@3.31.0(transitive)
- Removed@rushstack/node-core-library@3.30.0(transitive)