@cap-js-community/event-queue 1.10.5 → 1.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-js-community/event-queue",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "description": "An event queue that enables secure transactional processing of asynchronous and periodic events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -22,7 +22,7 @@ service EventQueueAdminService {
22
22
  attempts: Integer) returns Event;
23
23
  }
24
24
 
25
- @cds.persistence.exists
25
+ @cds.persistence.skip
26
26
  entity Lock {
27
27
  key tenant: String;
28
28
  key type: String;