@cap-js/audit-logging
Advanced tools
Comparing version
@@ -7,2 +7,6 @@ # Change Log | ||
## Version 0.8.3 - 2025-04-09 | ||
- Preperation for `@sap/cds^9` | ||
## Version 0.8.2 - 2024-11-27 | ||
@@ -20,3 +24,3 @@ | ||
- Support for @sap/cds^8.2 | ||
- Support for `@sap/cds^8.2` | ||
- Reduce clutter in error raised for outbound requests | ||
@@ -44,3 +48,3 @@ | ||
- Support for @sap/cds^7.5 | ||
- Support for `@sap/cds^7.5` | ||
@@ -47,0 +51,0 @@ ### Fixed |
const cds = require('@sap/cds') | ||
const { Relation, exposeRelation, relationHandler } = require('./_relation') | ||
const WRITE = { CREATE: 1, UPDATE: 1, DELETE: 1 } | ||
@@ -124,2 +126,7 @@ | ||
if (!('_relations' in relative)) { | ||
const newRelation = Relation.to(relative) | ||
relative._relations = new Proxy(exposeRelation(newRelation), relationHandler(newRelation)) | ||
} | ||
let w = relative._relations[element.name].join(targetAlias, relativeAlias) | ||
@@ -126,0 +133,0 @@ |
{ | ||
"name": "@cap-js/audit-logging", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "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.", | ||
@@ -5,0 +5,0 @@ "repository": "cap-js/audit-logging", |
60794
11.83%12
9.09%940
23.04%