Skip to content

Commit

Permalink
fixup! First release
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Oct 30, 2023
1 parent e012cee commit 54c2b33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export * from './utils/array';
export * from './utils/crypto';
export * from './utils/node';
export * from './utils/asyncStore';
export * from './Logger';
export * from './logger';
export * from './globalThis';
2 changes: 1 addition & 1 deletion src/Logger.ts → src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import pino, { Logger, LoggerOptions, stdTimeFunctions } from 'pino';
import { Config } from './Config';
import { Config } from './config';
import { _globalThis } from './globalThis';
import { getAsyncLocalStorageProp, StoreSymbols } from './utils/asyncStore';

Expand Down

0 comments on commit 54c2b33

Please sign in to comment.