Skip to content

Commit

Permalink
chore: upgrade cliam to new major.minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 22, 2024
1 parent 881ac1b commit 725430a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -80,7 +80,7 @@
"dependencies": {
"@hapi/boom": "9.1.4",
"bcrypt": "^5.1.1",
"cliam": "^2.2.8",
"cliam": "^2.2.10",
"compression": "1.7.4",
"cors": "2.8.5",
"dayjs": "^1.11.10",
Expand Down
5 changes: 1 addition & 4 deletions src/api/config/datasource.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ export const dataSource = new DataSource({
],
synchronize: false,
logging: false,
cache: false,
cli: {
migrationsDir: './dist/migrations'
}
cache: false
});

0 comments on commit 725430a

Please sign in to comment.