clean-release
Advanced tools
Comparing version 2.17.1 to 2.18.0
@@ -103,3 +103,8 @@ "use strict"; | ||
if (configFilePath.endsWith('.ts')) { | ||
require('ts-node/register/transpile-only'); | ||
try { | ||
require('ts-node/register/transpile-only'); | ||
} | ||
catch { | ||
require('@esbuild-kit/cjs-loader'); | ||
} | ||
} | ||
@@ -106,0 +111,0 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires |
{ | ||
"name": "clean-release", | ||
"version": "2.17.1", | ||
"version": "2.18.0", | ||
"description": "A CLI tool to copy files to be released into a tmp clean directory for npm publishing, electronjs packaging, docker image creation, or deployment", | ||
@@ -30,10 +30,9 @@ "main": "dist/core.js", | ||
"@types/minimist": "1.2.2", | ||
"@types/mkdirp": "1.0.2", | ||
"@types/node": "18.11.9", | ||
"@types/node": "18.11.10", | ||
"@types/rimraf": "3.0.2", | ||
"@types/semver": "7.3.13", | ||
"@types/tmp": "0.2.3", | ||
"@typescript-eslint/eslint-plugin": "5.43.0", | ||
"@typescript-eslint/parser": "5.43.0", | ||
"eslint": "8.28.0", | ||
"@typescript-eslint/eslint-plugin": "5.45.0", | ||
"@typescript-eslint/parser": "5.45.0", | ||
"eslint": "8.29.0", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -45,3 +44,3 @@ "eslint-plugin-plantain": "2.0.0", | ||
"tsconfig-plantain": "0.0.2", | ||
"type-coverage": "2.23.0", | ||
"type-coverage": "2.24.1", | ||
"typescript": "4.9.3" | ||
@@ -48,0 +47,0 @@ }, |
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
21592
17
331