@react-native-community/cli-clean
Advanced tools
Comparing version 12.0.0-alpha.18 to 12.0.0
@@ -50,9 +50,2 @@ "use strict"; | ||
} | ||
function _prompts() { | ||
const data = _interopRequireDefault(require("prompts")); | ||
_prompts = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
function _util() { | ||
@@ -90,3 +83,3 @@ const data = require("util"); | ||
caches | ||
} = await (0, _prompts().default)({ | ||
} = await (0, _cliTools().prompt)({ | ||
type: 'multiselect', | ||
@@ -93,0 +86,0 @@ name: 'caches', |
{ | ||
"name": "@react-native-community/cli-clean", | ||
"version": "12.0.0-alpha.18", | ||
"version": "12.0.0", | ||
"license": "MIT", | ||
@@ -11,6 +11,5 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-tools": "12.0.0-alpha.18", | ||
"@react-native-community/cli-tools": "12.0.0", | ||
"chalk": "^4.1.2", | ||
"execa": "^5.0.0", | ||
"prompts": "^2.4.2" | ||
"execa": "^5.0.0" | ||
}, | ||
@@ -23,3 +22,3 @@ "files": [ | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "12.0.0-alpha.18", | ||
"@react-native-community/cli-types": "12.0.0", | ||
"@types/prompts": "^2.4.4" | ||
@@ -33,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "174948353be0bf67c5b8beb657608b22b21de5ca" | ||
"gitHead": "3f206fd01f70706ce17e4a33c3528a60e684d41e" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3
0
25522
305
+ Added@react-native-community/cli-tools@12.0.0(transitive)
- Removedprompts@^2.4.2
- Removed@react-native-community/cli-tools@12.0.0-alpha.18(transitive)
- Removedkleur@3.0.3(transitive)
- Removedprompts@2.4.2(transitive)
- Removedsisteransi@1.0.5(transitive)