@ioffice/tc-builder
Advanced tools
Comparing version 1.3.0-beta.1806142335 to 1.3.0-beta.1806142343
{ | ||
"name": "@ioffice/tc-builder", | ||
"version": "1.3.0-beta.1806142335", | ||
"version": "1.3.0-beta.1806142343", | ||
"description": "iOFFICE TeamCity Builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,3 +45,3 @@ "use strict"; | ||
} | ||
console.warn.apply(console, ['[TC-BUILDER::WARNING]'].concat(args)); | ||
console.log.apply(console, ['[TC-BUILDER::WARNING]'].concat(args)); | ||
}; | ||
@@ -56,3 +56,3 @@ /** | ||
} | ||
console.error.apply(console, ['[TC-BUILDER::FAILURE]'].concat(args)); | ||
console.log.apply(console, ['[TC-BUILDER::FAILURE]'].concat(args)); | ||
}; | ||
@@ -59,0 +59,0 @@ /** |
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
89833