@rushstack/typings-generator
Advanced tools
Comparing version 0.1.29 to 0.1.30
@@ -5,2 +5,31 @@ { | ||
{ | ||
"version": "0.1.30", | ||
"tag": "@rushstack/typings-generator_v0.1.30", | ||
"date": "Wed, 12 Aug 2020 00:10:05 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Updated project to build with Heft" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.34`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/heft\" to `0.4.5`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.29", | ||
@@ -7,0 +36,0 @@ "tag": "@rushstack/typings-generator_v0.1.29", |
# Change Log - @rushstack/typings-generator | ||
This log was last generated on Wed, 05 Aug 2020 18:27:32 GMT and should not be manually modified. | ||
This log was last generated on Wed, 12 Aug 2020 00:10:05 GMT and should not be manually modified. | ||
## 0.1.30 | ||
Wed, 12 Aug 2020 00:10:05 GMT | ||
### Patches | ||
- Updated project to build with Heft | ||
## 0.1.29 | ||
@@ -6,0 +13,0 @@ Wed, 05 Aug 2020 18:27:32 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.2" | ||
"packageVersion": "7.9.3" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"description": "This library provides functionality for automatically generator typings for non-TS files.", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "gulp test --clean" | ||
"build": "heft test --clean" | ||
}, | ||
@@ -19,12 +19,12 @@ "dependencies": { | ||
"glob": "~7.0.5", | ||
"@rushstack/node-core-library": "3.26.1", | ||
"@rushstack/node-core-library": "3.26.2", | ||
"chokidar": "~3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.2", | ||
"@microsoft/node-library-build": "6.4.33", | ||
"@rushstack/eslint-config": "1.0.3", | ||
"@types/glob": "7.1.1", | ||
"gulp": "~4.0.2" | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.3", | ||
"@microsoft/node-library-build": "6.4.34", | ||
"@rushstack/eslint-config": "1.0.4", | ||
"@rushstack/heft": "0.4.5", | ||
"@types/glob": "7.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53419
830
+ Added@rushstack/node-core-library@3.26.2(transitive)
- Removed@rushstack/node-core-library@3.26.1(transitive)