@rushstack/typings-generator
Advanced tools
Comparing version 0.2.17 to 0.2.18
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.2.18", | ||
"tag": "@rushstack/typings-generator_v0.2.18", | ||
"date": "Thu, 15 Oct 2020 00:59:08 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.6`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.17", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/typings-generator_v0.2.17", |
# Change Log - @rushstack/typings-generator | ||
This log was last generated on Tue, 06 Oct 2020 00:24:06 GMT and should not be manually modified. | ||
This log was last generated on Thu, 15 Oct 2020 00:59:08 GMT and should not be manually modified. | ||
## 0.2.18 | ||
Thu, 15 Oct 2020 00:59:08 GMT | ||
_Version update only_ | ||
## 0.2.17 | ||
@@ -6,0 +11,0 @@ Tue, 06 Oct 2020 00:24:06 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.3" | ||
"packageVersion": "7.10.4" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.2.17", | ||
"version": "0.2.18", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "heft test --clean" | ||
"build": "heft build --clean" | ||
}, | ||
@@ -31,5 +31,5 @@ "dependencies": { | ||
"@rushstack/heft": "0.14.0", | ||
"@rushstack/heft-node-rig": "0.1.5", | ||
"@rushstack/heft-node-rig": "0.1.6", | ||
"@types/glob": "7.1.1" | ||
} | ||
} |
83137
1605