cap-js / audit-logging

CDS plugin providing integration to the SAP Audit Log service as well as out-of-the-box personal data-related audit logging based on annotations.
https://cap.cloud.sap/docs/guides/data-privacy
Apache License 2.0
4 stars 1 forks source link

chore: "@sap/cds": ">=7 || ^8.0.0-beta" #91

Closed swaldmann closed 1 month ago

swaldmann commented 2 months ago

Hi @sjvans, I'm currently reviving the cds add audit-logging branch and the E2E test is currently failing at npm i because we test against cds#main (cds 8), but the package requires a peer dependency to ^7.

I could overwrite in the test, but changing to >=7 here should be correct anyway, no?