@ctx-core/logger
Advanced tools
Comparing version 9.0.8 to 9.0.10
# @ctx-core/logger | ||
## 9.0.10 | ||
### Patch Changes | ||
- fix: sourceMappingURL: "mapRoot": "" | ||
## 9.0.9 | ||
### Patch Changes | ||
- tsconfig.json: "target": "es2019" | ||
## 9.0.8 | ||
@@ -4,0 +16,0 @@ |
@@ -43,2 +43,2 @@ import chalk from 'chalk'; | ||
} | ||
//# sourceMappingURL=../src/dist/chalk.js.map | ||
//# sourceMappingURL=chalk.js.map |
@@ -11,2 +11,2 @@ export function console_(fn, log_ctx) { | ||
export { console_ as _console, }; | ||
//# sourceMappingURL=../src/dist/console_.js.map | ||
//# sourceMappingURL=console_.js.map |
@@ -6,2 +6,2 @@ import { chalk_debug } from './chalk.js'; | ||
} | ||
//# sourceMappingURL=../src/dist/debug.js.map | ||
//# sourceMappingURL=debug.js.map |
@@ -7,2 +7,2 @@ import { chalk_error } from './chalk.js'; | ||
export { error as error__log }; | ||
//# sourceMappingURL=../src/dist/error.js.map | ||
//# sourceMappingURL=error.js.map |
@@ -10,2 +10,2 @@ export * from './console_.js'; | ||
export * from './warn.js'; | ||
//# sourceMappingURL=../src/dist/index.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,2 @@ import { chalk_info } from './chalk.js'; | ||
} | ||
//# sourceMappingURL=../src/dist/info.js.map | ||
//# sourceMappingURL=info.js.map |
@@ -9,2 +9,2 @@ import { log } from './log.js'; | ||
export { log_ as _log, }; | ||
//# sourceMappingURL=../src/dist/log_.js.map | ||
//# sourceMappingURL=log_.js.map |
@@ -6,2 +6,2 @@ import { chalk_log } from './chalk.js'; | ||
} | ||
//# sourceMappingURL=../src/dist/log.js.map | ||
//# sourceMappingURL=log.js.map |
@@ -5,2 +5,2 @@ export function logger_timestamp_() { | ||
export { logger_timestamp_ as _logger_timestamp, }; | ||
//# sourceMappingURL=../src/dist/logger_timestamp_.js.map | ||
//# sourceMappingURL=logger_timestamp_.js.map |
@@ -6,2 +6,2 @@ import { chalk_warn } from './chalk.js'; | ||
} | ||
//# sourceMappingURL=../src/dist/warn.js.map | ||
//# sourceMappingURL=warn.js.map |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.8", | ||
"version": "9.0.10", | ||
"description": "ctx-core logger", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"compileOnSave": true, | ||
"compilerOptions": { | ||
"target": "ES2018", | ||
"target": "ES2019", | ||
"composite": true, | ||
@@ -26,3 +26,3 @@ "declaration": true, | ||
"outDir": "dist", | ||
"mapRoot": "dist", | ||
"mapRoot": "", | ||
"declarationDir": "dist", | ||
@@ -29,0 +29,0 @@ "lib": ["dom", "ESNext"], |
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
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
18176