Skip to content

Commit

Permalink
Merge pull request #41 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Jan 5, 2023
2 parents d6c10c9 + b02511d commit 2fd8d49
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": "1.3.8",
"version": "1.3.9",
"description": "The Athenna logging solution. Log in stdout, files and buckets.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@athenna/common": "1.0.2",
"@athenna/config": "1.2.1",
"@athenna/ioc": "1.3.0",
"@athenna/config": "1.2.2",
"@athenna/ioc": "1.3.1",
"chalk": "5.0.1",
"telegraf": "4.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Log.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { Facade } from '@athenna/ioc'
/**
* Log facade.
*
* @type {Facade & import('#src/index').Logger}
* @type {typeof Facade & import('#src/index').Logger}
*/
export const Log = Facade.createFor('Athenna/Core/Logger')

0 comments on commit 2fd8d49

Please sign in to comment.