Skip to content

Commit

Permalink
Merge pull request #83 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Dec 17, 2023
2 parents 9f53467 + da7f9ae commit b1e7112
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
1 change: 0 additions & 1 deletion bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ EnvHelper.resolveFilePath(Path.pwd('.env'))

await Runner.setTsEnv()
.addAssertPlugin()
.addSpecReporter()
.addPath('tests/unit/**/*.ts')
.setCliArgs(process.argv.slice(2))
.setGlobalTimeout(30000)
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/logger",
"version": "4.9.0",
"version": "4.10.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 @@ -65,11 +65,11 @@
"cls-rtracer": "^2.6.3"
},
"devDependencies": {
"@athenna/common": "^4.21.0",
"@athenna/config": "^4.8.0",
"@athenna/ioc": "^4.8.0",
"@athenna/test": "^4.13.0",
"@athenna/tsconfig": "^4.9.1",
"@athenna/common": "^4.23.0",
"@athenna/config": "^4.9.0",
"@athenna/ioc": "^4.10.0",
"@athenna/test": "^4.14.0",
"@athenna/tsconfig": "^4.12.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"commitizen": "^4.2.6",
Expand Down

0 comments on commit b1e7112

Please sign in to comment.