@ctx-core/logger
Advanced tools
Comparing version 9.0.29 to 9.0.30
# @ctx-core/logger | ||
## 9.0.30 | ||
### Patch Changes | ||
- - ansi_debug,ansi_log,ansi_info,ansi_warn,ansi_error | ||
fix: loading issue | ||
remove chalk dependency | ||
## 9.0.29 | ||
@@ -4,0 +14,0 @@ |
@@ -1,2 +0,2 @@ | ||
export * from './chalk.js'; | ||
export * from './ansi.js'; | ||
export * from './console_.js'; | ||
@@ -3,0 +3,0 @@ export * from './debug.js'; |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.29", | ||
"version": "9.0.30", | ||
"description": "ctx-core logger", | ||
@@ -28,5 +28,3 @@ "keywords": [ | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -33,0 +31,0 @@ "@swc/cli": "^0.1.52", |
@@ -1,2 +0,2 @@ | ||
export * from './chalk.js' | ||
export * from './ansi.js' | ||
export * from './console_.js' | ||
@@ -3,0 +3,0 @@ export * from './debug.js' |
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
23087
0
267
- Removedchalk@^5.0.0
- Removedchalk@5.4.1(transitive)