fix(npm): package distribution
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import * as plugins from './smartlog.plugins';
|
||||
|
||||
import { ILogDestination } from 'smartlog-interfaces';
|
||||
import { ILogDestination } from '@pushrocks/smartlog-interfaces';
|
||||
|
||||
export class LogRouter {
|
||||
logDestinations: ILogDestination[] = [];
|
||||
|
@ -1,7 +1,7 @@
|
||||
import * as plugins from './smartlog.plugins';
|
||||
|
||||
// interfaces
|
||||
import { TEnvironment, ILogContext, TLogLevel, TRuntime } from 'smartlog-interfaces';
|
||||
import { TEnvironment, ILogContext, TLogLevel, TRuntime } from '@pushrocks/smartlog-interfaces';
|
||||
|
||||
export class Smartlog {
|
||||
private logContext: ILogContext;
|
||||
|
@ -1 +1 @@
|
||||
export {};
|
||||
export {};
|
||||
|
Reference in New Issue
Block a user