Skip to content

Commit

Permalink
fix: import global on index and export defaultMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Nov 3, 2021
1 parent 0ea1bac commit e418f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import './src/utils/global'

export * from './src/utils/Color'
export * from './src/utils/getTimestamp'

export * from './src/Logger/Log'
export * from './src/Logger/Logger'
export * from './src/Logger/LogMapper'
export * from './src/Logger/defaultMapper'

export * from './src/Contracts/FormatterContract'
export * from './src/Contracts/TransporterContract'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/logger",
"version": "1.1.9",
"version": "1.2.0",
"description": "",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit e418f24

Please sign in to comment.