Skip to content

Commit

Permalink
Merge pull request #75 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Sep 14, 2023
2 parents 2846eca + 74ed672 commit 71f4f3b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/logger",
"version": "4.3.0",
"version": "4.4.0",
"description": "The Athenna logging solution. Log in stdout, files and buckets.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down Expand Up @@ -61,8 +61,8 @@
"devDependencies": {
"@athenna/common": "^4.10.1",
"@athenna/config": "^4.4.0",
"@athenna/ioc": "^4.2.0",
"@athenna/test": "^4.5.0",
"@athenna/ioc": "^4.3.0",
"@athenna/test": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"c8": "^7.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/LoggerProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { ServiceProvider } from '@athenna/ioc'

export class LoggerProvider extends ServiceProvider {
public register() {
this.container.bind('Athenna/Core/Logger', Logger, false)
this.container.bind('Athenna/Core/Logger', Logger)
}
}

0 comments on commit 71f4f3b

Please sign in to comment.