fix(core): update
This commit is contained in:
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/logcontext',
|
||||
version: '1.0.29',
|
||||
description: 'enrich logs with context'
|
||||
}
|
@ -1 +1 @@
|
||||
export * from './logcontext.classes.logger';
|
||||
export * from './logcontext.classes.logger.js';
|
||||
|
@ -1,5 +1,5 @@
|
||||
import * as plugins from './logcontext.plugins';
|
||||
import { LogMap } from './logcontext.classes.logmap';
|
||||
import * as plugins from './logcontext.plugins.js';
|
||||
import { LogMap } from './logcontext.classes.logmap.js';
|
||||
|
||||
export class Logger {
|
||||
public namespaceString: string;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from './logcontext.plugins';
|
||||
import * as plugins from './logcontext.plugins.js';
|
||||
|
||||
export class LogMap {
|
||||
smartcls: plugins.smartcls.SmartCls;
|
||||
|
Reference in New Issue
Block a user