Skip to content

Commit 7901d25

Browse files
author
Alexander Kharkovey
committed
chore(json-api-nestjs-sdk): upversion in per dep
1 parent 17bde3e commit 7901d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/database/src/lib/config-cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config: DataSourceOptions = {
66
host: 'localhost',
77
port: 5432,
88
username: 'postgres',
9-
password: 'password',
9+
password: 'postgres',
1010
database: 'example_new',
1111
logging: true,
1212
migrations: [join(__dirname, '/migrations/**/*{.ts,.js}')],

libs/json-api-nestjs-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"peerDependencies": {
55
"@angular/common": "^15.0.0",
66
"@angular/core": "^15.0.0",
7-
"json-api-nestjs": "^3.1.0"
7+
"json-api-nestjs": "^4.0.0"
88
},
99
"dependencies": {
1010
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)