Skip to content

Commit

Permalink
Revert hdb being an optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BobdenOs committed Sep 2, 2024
1 parent 04bd17b commit 7cfa937
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions hana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@
"start:hxe": "cd ./tools/docker/hxe/ && ./start.sh"
},
"dependencies": {
"@cap-js/db-service": "^1.9.0"
"@cap-js/db-service": "^1.9.0",
"hdb": "^0.19.5"
},
"peerDependencies": {
"@sap/hana-client": ">=2",
"@sap/cds": ">=7.6",
"hdb": "^0.19.5"
"@sap/cds": ">=7.6"
},
"peerDependenciesMeta": {
"@sap/hana-client": {
"optional": true
},
"hdb": {
"optional": true
}
},
"cds": {
Expand Down

0 comments on commit 7cfa937

Please sign in to comment.