@inquirer/type
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@inquirer/type", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Inquirer core TS types", | ||
@@ -58,6 +58,5 @@ "main": "./dist/cjs/index.js", | ||
"scripts": { | ||
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs", | ||
"clean": "rm -rf dist", | ||
"tsc:esm": "tsc -p ./tsconfig.json", | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs" | ||
"tsc": "yarn run tsc:esm && yarn run tsc:cjs", | ||
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json", | ||
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs" | ||
}, | ||
@@ -79,3 +78,3 @@ "engines": { | ||
}, | ||
"gitHead": "2b29f261c4c7d85a00c1a2305d97ee10e3c15b68" | ||
"gitHead": "f5c544a8ded1c7dfb6ac8364759955e8f2ecfb0c" | ||
} |
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
4304