@apm-insight-web/upload-sourcemaps
Advanced tools
Comparing version 0.0.4 to 0.0.5-alpha.0
@@ -21,6 +21,6 @@ "use strict"; | ||
info(msg) { | ||
process.stdin.write(`${chalk_1.default.blue('info')} ${msg}\n`); | ||
process.stdout.write(`${chalk_1.default.blue('info')} ${msg}\n`); | ||
}, | ||
error(msg) { | ||
process.stdin.write(`${chalk_1.default.red('error')} ${msg}\n`); | ||
process.stdout.write(`${chalk_1.default.red('error')} ${msg}\n`); | ||
}, | ||
@@ -27,0 +27,0 @@ }; |
{ | ||
"name": "@apm-insight-web/upload-sourcemaps", | ||
"version": "0.0.4", | ||
"version": "0.0.5-alpha.0", | ||
"main": "dist/index.js", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "0726c73a10abec98f47840a72d661aefbdde60c7" | ||
"gitHead": "3d2765b5e7cd29aee07e7be4392e9343eb1b99a2" | ||
} |
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
10879