We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea1bac commit e418f24Copy full SHA for e418f24
2 files changed
index.ts
@@ -1,9 +1,12 @@
1
+import './src/utils/global'
2
+
3
export * from './src/utils/Color'
4
export * from './src/utils/getTimestamp'
5
6
export * from './src/Logger/Log'
7
export * from './src/Logger/Logger'
8
export * from './src/Logger/LogMapper'
9
+export * from './src/Logger/defaultMapper'
10
11
export * from './src/Contracts/FormatterContract'
12
export * from './src/Contracts/TransporterContract'
package.json
@@ -1,6 +1,6 @@
{
"name": "@secjs/logger",
- "version": "1.1.9",
+ "version": "1.2.0",
"description": "",
"scripts": {
"build": "tsc",
0 commit comments