Skip to content

Commit

Permalink
change: always use outbox (as configured) (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans authored Oct 19, 2023
1 parent f93f476 commit 7aeda85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 0.3.3 - TBD
## Version 0.4.0 - TBD

### Changed

- Always use outbox (as configured in project)

### Fixed

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/audit-logging",
"version": "0.3.3",
"version": "0.4.0",
"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.",
"repository": "cap-js/audit-logging",
"author": "SAP SE (https://www.sap.com)",
Expand Down Expand Up @@ -34,6 +34,7 @@
"READ",
"WRITE"
],
"outbox": true,
"[development]": {
"kind": "audit-log-to-console"
},
Expand All @@ -43,15 +44,13 @@
},
"kinds": {
"audit-log-to-console": {
"impl": "@cap-js/audit-logging/srv/log2console",
"outbox": false
"impl": "@cap-js/audit-logging/srv/log2console"
},
"audit-log-to-restv2": {
"impl": "@cap-js/audit-logging/srv/log2restv2",
"vcap": {
"label": "auditlog"
},
"outbox": true
}
}
}
}
Expand Down

0 comments on commit 7aeda85

Please sign in to comment.