n8n-workflow
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -22,21 +22,21 @@ "use strict"; | ||
function debug(message, meta = {}) { | ||
getInstance().log('debug', message, meta); | ||
getInstance().debug(message, meta); | ||
} | ||
exports.debug = debug; | ||
function info(message, meta = {}) { | ||
getInstance().log('info', message, meta); | ||
getInstance().info(message, meta); | ||
} | ||
exports.info = info; | ||
function error(message, meta = {}) { | ||
getInstance().log('error', message, meta); | ||
getInstance().error(message, meta); | ||
} | ||
exports.error = error; | ||
function verbose(message, meta = {}) { | ||
getInstance().log('verbose', message, meta); | ||
getInstance().verbose(message, meta); | ||
} | ||
exports.verbose = verbose; | ||
function warn(message, meta = {}) { | ||
getInstance().log('warn', message, meta); | ||
getInstance().warn(message, meta); | ||
} | ||
exports.warn = warn; | ||
//# sourceMappingURL=LoggerProxy.js.map |
{ | ||
"name": "n8n-workflow", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
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
713170