@rushstack/typings-generator
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -5,2 +5,23 @@ { | ||
{ | ||
"version": "0.2.16", | ||
"tag": "@rushstack/typings-generator_v0.2.16", | ||
"date": "Mon, 05 Oct 2020 22:36:57 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.3`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.4`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.15", | ||
@@ -7,0 +28,0 @@ "tag": "@rushstack/typings-generator_v0.2.15", |
# Change Log - @rushstack/typings-generator | ||
This log was last generated on Mon, 05 Oct 2020 15:10:42 GMT and should not be manually modified. | ||
This log was last generated on Mon, 05 Oct 2020 22:36:57 GMT and should not be manually modified. | ||
## 0.2.16 | ||
Mon, 05 Oct 2020 22:36:57 GMT | ||
_Version update only_ | ||
## 0.2.15 | ||
@@ -6,0 +11,0 @@ Mon, 05 Oct 2020 15:10:42 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.10.1" | ||
"packageVersion": "7.10.2" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.34.1", | ||
"@rushstack/node-core-library": "3.34.2", | ||
"@types/node": "10.17.13", | ||
@@ -28,8 +28,8 @@ "chokidar": "~3.4.0", | ||
"devDependencies": { | ||
"@microsoft/node-library-build": "6.5.2", | ||
"@rushstack/eslint-config": "2.1.3", | ||
"@microsoft/node-library-build": "6.5.3", | ||
"@rushstack/eslint-config": "2.2.0", | ||
"@rushstack/heft": "0.14.0", | ||
"@rushstack/heft-node-rig": "0.1.3", | ||
"@rushstack/heft-node-rig": "0.1.4", | ||
"@types/glob": "7.1.1" | ||
} | ||
} |
82003
1572
+ Added@rushstack/node-core-library@3.34.2(transitive)
- Removed@rushstack/node-core-library@3.34.1(transitive)