@strapi/logger
Advanced tools
Comparing version 4.2.0-alpha.O to 4.2.0-beta.0
@@ -8,3 +8,3 @@ 'use strict'; | ||
const createLogger = userConfiguration => { | ||
const createLogger = (userConfiguration = {}) => { | ||
const configuration = createDefaultConfiguration(); | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@strapi/logger", | ||
"version": "4.2.0-alpha.O", | ||
"version": "4.2.0-beta.0", | ||
"description": "Strapi's logger", | ||
@@ -41,3 +41,3 @@ "homepage": "https://strapi.io", | ||
}, | ||
"gitHead": "0e1f1ae08565a5f2427753582f37645a43c00cb2" | ||
"gitHead": "db70f0de7cc73fb469c8a076b89530729cf14142" | ||
} |
5029