@ctx-core/logger
Advanced tools
Comparing version 2.0.6 to 2.1.0
@@ -1,2 +0,4 @@ | ||
require = require('esm')(module) | ||
module.exports = require('./chalk.mjs') | ||
function chalk(...args) { | ||
return args | ||
} | ||
module.exports = chalk |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "2.0.6", | ||
"version": "2.1.0", | ||
"description": "ctx-core logger", | ||
@@ -24,6 +24,7 @@ "main": "lib.js", | ||
"dependencies": { | ||
"@ctx-core/object": "^2.0.6", | ||
"chalk": "^2.4.1", | ||
"esm": "^3.0.74" | ||
}, | ||
"gitHead": "bac2dfe1a083589cd8ff882c0cb79eb8f4f3e82d" | ||
"gitHead": "25e787ef77afac828af55d7ccd81e230a0167978" | ||
} |
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
90
2636
3
7
+ Added@ctx-core/object@^2.0.6
+ Added@ctx-core/function@4.2.0(transitive)
+ Added@ctx-core/object@2.6.0(transitive)