@babel/cli
Advanced tools
Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3
@@ -41,3 +41,3 @@ import fs from "fs"; | ||
commander.option("--out-file-extension [string]", "Use a specific extension for the output files"); | ||
commander.version("8.0.0-alpha.2" + " (@babel/core " + version + ")"); | ||
commander.version("8.0.0-alpha.3" + " (@babel/core " + version + ")"); | ||
commander.usage("[options] <files ...>"); | ||
@@ -44,0 +44,0 @@ commander.action(() => {}); |
{ | ||
"name": "@babel/cli", | ||
"version": "8.0.0-alpha.2", | ||
"version": "8.0.0-alpha.3", | ||
"description": "Babel command line.", | ||
@@ -29,3 +29,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"commander": "^4.0.1", | ||
"convert-source-map": "^1.1.0", | ||
"convert-source-map": "^2.0.0", | ||
"fs-readdir-recursive": "^1.1.0", | ||
@@ -39,7 +39,7 @@ "glob": "^7.2.0", | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.2" | ||
"@babel/core": "^8.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.2", | ||
"@babel/helper-fixtures": "^8.0.0-alpha.2", | ||
"@babel/core": "^8.0.0-alpha.3", | ||
"@babel/helper-fixtures": "^8.0.0-alpha.3", | ||
"@types/fs-readdir-recursive": "^1.1.0", | ||
@@ -46,0 +46,0 @@ "@types/glob": "^7.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97485
- Removedconvert-source-map@1.9.0(transitive)
Updatedconvert-source-map@^2.0.0