@inquirer/type
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@inquirer/type", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Inquirer core TS types", | ||
@@ -60,5 +60,5 @@ "main": "./dist/cjs/index.js", | ||
"clean": "rm -rf dist", | ||
"tsc:esm": "tsc -p ./tsconfig.esm.json", | ||
"tsc:esm": "tsc -p ./tsconfig.json", | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/rename-ext.mts" | ||
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/fix-ext.mts" | ||
}, | ||
@@ -80,3 +80,3 @@ "engines": { | ||
}, | ||
"gitHead": "4ade5f25d271c6f814efc7a21bdeb1a4d1ee6cf8" | ||
"gitHead": "235c18f13650735b201a8853b28eda001f953d0f" | ||
} |
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
3420