Comparing version 0.1.30 to 0.1.31
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"description": "CLI for the swc project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ "use strict"; | ||
commander_1.default.option("--log-watch-compilation", "Log a message when a watched file is successfully compiled"); | ||
commander_1.default.option("--extensions", "Use specific extensions", collect); | ||
commander_1.default.option("--extensions [list]", "Use specific extensions", collect); | ||
commander_1.default.version(`@swc/cli: ${package_json_1.default.version} | ||
@@ -41,0 +41,0 @@ @swc/core: ${core_1.version}`); |
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"description": "CLI for the swc project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
59322