@rushstack/typings-generator
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -5,2 +5,20 @@ { | ||
{ | ||
"version": "0.1.19", | ||
"tag": "@rushstack/typings-generator_v0.1.19", | ||
"date": "Wed, 10 Jun 2020 20:48:30 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.22` to `6.4.23`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.18", | ||
@@ -7,0 +25,0 @@ "tag": "@rushstack/typings-generator_v0.1.18", |
# Change Log - @rushstack/typings-generator | ||
This log was last generated on Mon, 01 Jun 2020 08:34:17 GMT and should not be manually modified. | ||
This log was last generated on Wed, 10 Jun 2020 20:48:30 GMT and should not be manually modified. | ||
## 0.1.19 | ||
Wed, 10 Jun 2020 20:48:30 GMT | ||
*Version update only* | ||
## 0.1.18 | ||
@@ -6,0 +11,0 @@ Mon, 01 Jun 2020 08:34:17 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.8.9" | ||
"packageVersion": "7.8.10" | ||
} | ||
] | ||
} |
@@ -43,3 +43,3 @@ "use strict"; | ||
node_core_library_1.FileSystem.ensureEmptyFolder(this._options.generatedTsFolder); | ||
const filesToIgnore = new Set((this._options.filesToIgnore).map((fileToIgnore) => { | ||
const filesToIgnore = new Set(this._options.filesToIgnore.map((fileToIgnore) => { | ||
return path.resolve(this._options.srcFolder, fileToIgnore); | ||
@@ -83,3 +83,6 @@ })); | ||
].join(os_1.EOL); | ||
node_core_library_1.FileSystem.writeFile(generatedTsFilePath, prefixedTypingsData, { ensureFolderExists: true, convertLineEndings: "os" /* OsDefault */ }); | ||
node_core_library_1.FileSystem.writeFile(generatedTsFilePath, prefixedTypingsData, { | ||
ensureFolderExists: true, | ||
convertLineEndings: "os" /* OsDefault */ | ||
}); | ||
} | ||
@@ -86,0 +89,0 @@ catch (e) { |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "This library provides functionality for automatically generator typings for non-TS files.", | ||
@@ -18,8 +18,8 @@ "main": "lib/index.js", | ||
"glob": "~7.0.5", | ||
"@rushstack/node-core-library": "3.24.0", | ||
"@rushstack/node-core-library": "3.24.1", | ||
"chokidar": "~3.3.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.5.2", | ||
"@microsoft/node-library-build": "6.4.22", | ||
"@microsoft/rush-stack-compiler-3.5": "0.5.3", | ||
"@microsoft/node-library-build": "6.4.23", | ||
"@rushstack/eslint-config": "0.5.8", | ||
@@ -26,0 +26,0 @@ "@types/glob": "7.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
46200
633
+ Added@rushstack/node-core-library@3.24.1(transitive)
- Removed@rushstack/node-core-library@3.24.0(transitive)