@mashroom/mashroom-utils
Advanced tools
Comparing version 1.0.92 to 1.0.93
@@ -14,5 +14,5 @@ "use strict"; | ||
debug: console.debug, | ||
info: console.debug, | ||
warn: console.debug, | ||
error: console.debug, | ||
info: console.info, | ||
warn: console.warn, | ||
error: console.error, | ||
withContext: () => dummyLogger | ||
@@ -19,0 +19,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.92", | ||
"version": "1.0.93", | ||
"main": "lib", | ||
@@ -10,0 +10,0 @@ "files": [ |
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
12817