fix(core): update

This commit is contained in:
2023-01-12 11:58:34 +01:00
parent e3be31bb93
commit 227931b0d3
13 changed files with 4427 additions and 27041 deletions

8
ts/00_commitinfo_data.ts Normal file
View 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'
}

View File

@ -1 +1 @@
export * from './logcontext.classes.logger';
export * from './logcontext.classes.logger.js';

View File

@ -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;

View File

@ -1,4 +1,4 @@
import * as plugins from './logcontext.plugins';
import * as plugins from './logcontext.plugins.js';
export class LogMap {
smartcls: plugins.smartcls.SmartCls;