@rushstack/typings-generator
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,2 +5,23 @@ { | ||
{ | ||
"version": "0.1.3", | ||
"tag": "@rushstack/typings-generator_v0.1.3", | ||
"date": "Sat, 28 Mar 2020 00:37:16 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.5` to `0.4.6`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.6` to `6.4.7`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.2", | ||
@@ -7,0 +28,0 @@ "tag": "@rushstack/typings-generator_v0.1.2", |
# Change Log - @rushstack/typings-generator | ||
This log was last generated on Wed, 18 Mar 2020 15:07:47 GMT and should not be manually modified. | ||
This log was last generated on Sat, 28 Mar 2020 00:37:16 GMT and should not be manually modified. | ||
## 0.1.3 | ||
Sat, 28 Mar 2020 00:37:16 GMT | ||
*Version update only* | ||
## 0.1.2 | ||
@@ -6,0 +11,0 @@ Wed, 18 Mar 2020 15:07:47 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.7.9" | ||
"packageVersion": "7.7.10" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "This library provides functionality for automatically generator typings for non-TS files.", | ||
"main": "lib/index.js", | ||
"typings": "dist/typings-generator.d.ts", | ||
"tsdoc": { | ||
"tsdocFlavor": "AEDoc" | ||
}, | ||
"license": "MIT", | ||
@@ -21,9 +18,9 @@ "repository": { | ||
"glob": "~7.0.5", | ||
"@rushstack/node-core-library": "3.19.5", | ||
"@rushstack/node-core-library": "3.19.6", | ||
"chokidar": "~3.3.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.4.5", | ||
"@microsoft/node-library-build": "6.4.6", | ||
"@rushstack/eslint-config": "0.5.5", | ||
"@microsoft/rush-stack-compiler-3.5": "0.4.6", | ||
"@microsoft/node-library-build": "6.4.7", | ||
"@rushstack/eslint-config": "0.5.6", | ||
"@types/glob": "7.1.1", | ||
@@ -30,0 +27,0 @@ "gulp": "~4.0.2" |
36240
360
+ Added@rushstack/node-core-library@3.19.6(transitive)
- Removed@rushstack/node-core-library@3.19.5(transitive)