@ctx-core/logger
Advanced tools
Comparing version 9.0.30 to 9.0.31
# @ctx-core/logger | ||
## 9.0.31 | ||
### Patch Changes | ||
- fix: import ./ansi.js | ||
## 9.0.30 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { chalk_debug } from './chalk.js'; | ||
import { chalk_debug } from './ansi.js'; | ||
import { logger_timestamp_ } from './logger_timestamp_.js'; | ||
@@ -3,0 +3,0 @@ export function debug(...arg_a) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_error } from './chalk.js'; | ||
import { chalk_error } from './ansi.js'; | ||
import { logger_timestamp_ } from './logger_timestamp_.js'; | ||
@@ -3,0 +3,0 @@ export function error(...arg_a) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_info } from './chalk.js'; | ||
import { chalk_info } from './ansi.js'; | ||
import { logger_timestamp_ } from './logger_timestamp_.js'; | ||
@@ -3,0 +3,0 @@ export function info(...arg_a) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_log } from './chalk.js'; | ||
import { chalk_log } from './ansi.js'; | ||
import { logger_timestamp_ } from './logger_timestamp_.js'; | ||
@@ -3,0 +3,0 @@ export function log(...arg_a) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_warn } from './chalk.js'; | ||
import { chalk_warn } from './ansi.js'; | ||
import { logger_timestamp_ } from './logger_timestamp_.js'; | ||
@@ -3,0 +3,0 @@ export function warn(...arg_a) { |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.30", | ||
"version": "9.0.31", | ||
"description": "ctx-core logger", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
import { chalk_debug } from './chalk.js' | ||
import { chalk_debug } from './ansi.js' | ||
import { logger_timestamp_ } from './logger_timestamp_.js' | ||
@@ -3,0 +3,0 @@ export function debug(...arg_a: any[]) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_error } from './chalk.js' | ||
import { chalk_error } from './ansi.js' | ||
import { logger_timestamp_ } from './logger_timestamp_.js' | ||
@@ -3,0 +3,0 @@ export function error(...arg_a: any[]) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_info } from './chalk.js' | ||
import { chalk_info } from './ansi.js' | ||
import { logger_timestamp_ } from './logger_timestamp_.js' | ||
@@ -3,0 +3,0 @@ export function info(...arg_a: any[]) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_log } from './chalk.js' | ||
import { chalk_log } from './ansi.js' | ||
import { logger_timestamp_ } from './logger_timestamp_.js' | ||
@@ -3,0 +3,0 @@ export function log(...arg_a: any[]) { |
@@ -1,2 +0,2 @@ | ||
import { chalk_warn } from './chalk.js' | ||
import { chalk_warn } from './ansi.js' | ||
import { logger_timestamp_ } from './logger_timestamp_.js' | ||
@@ -3,0 +3,0 @@ export function warn(...arg_a: any[]) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23127