Comparing version 0.1.35 to 0.1.36
@@ -80,3 +80,3 @@ "use strict"; | ||
process.stdout.write(result.code + "\n"); | ||
if (result.map && swcOptions.sourceMaps) { | ||
if (result.map) { | ||
process.stdout.write(convert_source_map_1.default.fromJSON(result.map).toComment()); | ||
@@ -83,0 +83,0 @@ } |
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.35", | ||
"version": "0.1.36", | ||
"description": "CLI for the swc project", | ||
@@ -43,6 +43,6 @@ "main": "lib/swc/index.js", | ||
"devDependencies": { | ||
"@swc/core": "^1.2.49", | ||
"@swc/core": "^1.2.4", | ||
"@types/convert-source-map": "^1.5.1", | ||
"@types/glob": "^7.1.3", | ||
"@types/lodash": "^4.14.168", | ||
"@types/glob": "^7.1.2", | ||
"@types/lodash": "^4.14.155", | ||
"@types/node": "^12.19.16", | ||
@@ -57,3 +57,3 @@ "chokidar": "^3.5.1", | ||
"glob": "^7.1.3", | ||
"lodash": "^4.17.21", | ||
"lodash": "^4.17.11", | ||
"slash": "3.0.0", | ||
@@ -60,0 +60,0 @@ "source-map": "^0.7.3" |
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
97183
Updatedlodash@^4.17.11