@ctx-core/logger
Advanced tools
Comparing version 3.0.38 to 3.0.39
@@ -7,3 +7,3 @@ import { | ||
error__chalk | ||
} from './chalk.js' | ||
} from './chalk' | ||
export function debug() { | ||
@@ -41,2 +41,2 @@ return debug__chalk(_timestamp(), ...arguments) | ||
} | ||
} | ||
} |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "3.0.38", | ||
"version": "3.0.39", | ||
"description": "ctx-core logger", | ||
@@ -28,6 +28,6 @@ "main": "lib.js", | ||
"dependencies": { | ||
"@ctx-core/object": "^5.4.5", | ||
"@ctx-core/object": "^5.4.6", | ||
"chalk": "^2.4.2" | ||
}, | ||
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc" | ||
"gitHead": "cafe6608c43fd8659b951414da80dfad944a1301" | ||
} |
105
2986
Updated@ctx-core/object@^5.4.6