@sap/audit-logging
Advanced tools
Comparing version 5.5.2 to 5.5.3
@@ -8,2 +8,8 @@ # Change Log | ||
## 5.5.3- 2022-04-06 | ||
### Changed | ||
- changed istanbul test framework with c8 | ||
## 5.5.2 - 2022-03-22 | ||
@@ -196,2 +202,2 @@ | ||
- `delete` method is removed from the API. | ||
- `create` method is removed from the API. | ||
- `create` method is removed from the API. |
{ | ||
"name": "@sap/audit-logging", | ||
"version": "5.5.2", | ||
"version": "5.5.3", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "@sap/audit-logging", | ||
"description": "Provides audit logging functionalities for Node.js applications", | ||
"version": "5.5.2", | ||
"version": "5.5.3", | ||
"license": "SEE LICENSE IN LICENSE file", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": "^8.0.0 || ^10.0.0 || ^12.0.0 || ^14.0.0 || ^16.0.0" | ||
"node": "^10.0.0 || ^12.0.0 || ^14.0.0 || ^16.0.0" | ||
}, | ||
@@ -37,15 +37,15 @@ "dependencies": { | ||
"devDependencies": { | ||
"async": "2.0.1", | ||
"chai": "3.5.0", | ||
"async": "3.2.1", | ||
"chai": "4.2.0", | ||
"eslint": "3.2.2", | ||
"filter-node-package": "2.2.0", | ||
"istanbul": "0.4.5", | ||
"c8": "7.11.0", | ||
"lodash": "4.17.21", | ||
"markdown-toc": "^1.1.0", | ||
"mocha": "3.0.2", | ||
"node-build": "^1.1.1", | ||
"mocha": "7.1.1", | ||
"node-build": "^2.0.1", | ||
"node-style": "^2.0.1", | ||
"@sap/hdbext": "7.6.0", | ||
"sinon": "1.17.5" | ||
"sinon": "7.5.0" | ||
} | ||
} |
88503