Skip to content

Commit

Permalink
Bump required @sap/cds to first version that exposes endpoints vi…
Browse files Browse the repository at this point in the history
…a `serviceinfo`
  • Loading branch information
schwma committed Jul 26, 2024
1 parent 7ec2c75 commit 80a15ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump required `@sap/cds` version to `>=7.8`
- To improve performance, binary payloads are no longer validated to check if they are properly base64 or base64url encoded
- Bump required `node` version to `^16` due to usage of `Buffer.toString('base64url')`
- Use `cds.compile.to.serviceinfo` to determine if a service should be compiled to GraphQL schema
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"graphql-http": "^1.18.0"
},
"peerDependencies": {
"@sap/cds": ">=7.3"
"@sap/cds": ">=7.8"
},
"devDependencies": {
"@cap-js/graphql": "file:.",
Expand Down

0 comments on commit 80a15ad

Please sign in to comment.