Skip to content

Commit

Permalink
Merge pull request #178 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Aug 26, 2024
2 parents 005b316 + 6879d94 commit e4818a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configurer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class DatabaseConfigurer extends BaseConfigurer {
)
.setTo('commands', 'make:crud', {
path: '@athenna/database/commands/MakeCrudCommand',
fileCase: Config.is('rc.isSlim', true) ? 'toDotCase' : 'toPascalCase'
fileCase: 'toDotCase'
})
.setTo('commands', 'db:fresh', {
path: '@athenna/database/commands/DbFreshCommand',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/database",
"version": "5.0.0",
"version": "5.1.0",
"description": "The Athenna database handler for SQL/NoSQL.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down

0 comments on commit e4818a2

Please sign in to comment.