Skip to content

Commit 6879d94

Browse files
committed
chore(npm): update dependencies
1 parent 131b193 commit 6879d94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configurer/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class DatabaseConfigurer extends BaseConfigurer {
4444
)
4545
.setTo('commands', 'make:crud', {
4646
path: '@athenna/database/commands/MakeCrudCommand',
47-
fileCase: Config.is('rc.isSlim', true) ? 'toDotCase' : 'toPascalCase'
47+
fileCase: 'toDotCase'
4848
})
4949
.setTo('commands', 'db:fresh', {
5050
path: '@athenna/database/commands/DbFreshCommand',

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/database",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "The Athenna database handler for SQL/NoSQL.",
55
"license": "MIT",
66
"author": "João Lenon <[email protected]>",

0 commit comments

Comments
 (0)