@cap-js/audit-logging 0.2.0 → 0.3.0
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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cap-js/audit-logging",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "CDS plugin providing integration to the SAP BTP Audit Logging Service as well as out-of-the-box personal data-related audit logging based on annotations.",
|
|
5
5
|
"repository": "cap-js/audit-logging",
|
|
6
6
|
"author": "SAP SE (https://www.sap.com)",
|
|
@@ -19,11 +19,12 @@
|
|
|
19
19
|
"@sap/cds": "^7"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@cap-js/sqlite": "^1
|
|
23
|
-
"axios": "^1
|
|
22
|
+
"@cap-js/sqlite": "^1",
|
|
23
|
+
"axios": "^1",
|
|
24
|
+
"better-sqlite3": "8.5.2",
|
|
24
25
|
"eslint": "^8",
|
|
25
|
-
"express": "^4
|
|
26
|
-
"jest": "^29
|
|
26
|
+
"express": "^4",
|
|
27
|
+
"jest": "^29"
|
|
27
28
|
},
|
|
28
29
|
"cds": {
|
|
29
30
|
"requires": {
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"kinds": {
|
|
32
33
|
"audit-log": {
|
|
33
34
|
"handle": [
|
|
35
|
+
"READ",
|
|
34
36
|
"WRITE"
|
|
35
37
|
],
|
|
36
38
|
"[development]": {
|