typescript-cp
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.6](https://github.com/body-builder/typescript-cp/compare/v0.1.5...v0.1.6) (2022-07-20) | ||
### Bug Fixes | ||
* Handle binary files correctly ([0fca3ab](https://github.com/body-builder/typescript-cp/commit/0fca3ab1071ec1c46bcd77e5fe4b6a79a6687417)) | ||
### [0.1.5](https://github.com/body-builder/typescript-cp/compare/v0.1.4...v0.1.5) (2021-10-11) | ||
@@ -7,0 +14,0 @@ |
@@ -0,0 +0,0 @@ import { Config, TsProject, TsProjectWithFiles } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
#!/usr/bin/env node | ||
export {}; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -397,3 +397,3 @@ "use strict"; | ||
} | ||
return [4 /*yield*/, exports.promisified.fse.readFile(source_path, 'utf8')]; | ||
return [4 /*yield*/, exports.promisified.fse.readFile(source_path)]; | ||
case 2: | ||
@@ -407,3 +407,3 @@ raw_content = _a.sent(); | ||
_a.sent(); | ||
return [2 /*return*/, exports.promisified.fse.writeFile(destination_path, processed_content, 'utf8')]; | ||
return [2 /*return*/, exports.promisified.fse.writeFile(destination_path, processed_content)]; | ||
} | ||
@@ -410,0 +410,0 @@ }); |
@@ -0,0 +0,0 @@ import { ParsedCommandLine } from 'typescript'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "typescript-cp", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Copy non-typescript files to outDir", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/body-builder/typescript-cp#readme", |
@@ -0,0 +0,0 @@ # Typescript-cp |
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
62056