Skip to content

Commit

Permalink
Merge pull request #67 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Jul 5, 2022
2 parents 1e42384 + f68c793 commit 1790874
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
34 changes: 18 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/core",
"version": "1.6.4",
"version": "1.6.5",
"description": "The plug and play Node.js framework.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -37,9 +37,9 @@
"#tests/*": "./tests/*.js"
},
"dependencies": {
"@athenna/artisan": "1.2.4",
"@athenna/artisan": "1.2.7",
"@athenna/config": "1.1.1",
"@athenna/http": "1.4.0",
"@athenna/http": "1.4.1",
"@athenna/ioc": "1.2.0",
"@athenna/logger": "1.2.5",
"@secjs/utils": "1.9.4"
Expand Down
2 changes: 1 addition & 1 deletion tests/Stubs/app/Console/Kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export class Kernel extends ConsoleKernel {
*
* @return void
*/
commands = [...ArtisanLoader.loadHttp()]
commands = [...ArtisanLoader.loadCommands()]
}
2 changes: 1 addition & 1 deletion tests/Unit/IgniteTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ test.group('IgniteTest', group => {
assert.equal(Config.get('app.name'), 'Athenna')
assert.equal(Config.get('http.domain'), 'http://localhost:1335')

await artisan.call('make:controller TestController')
await artisan.call('make:command TestCommand')
})
})

0 comments on commit 1790874

Please sign in to comment.