@sap/audit-logging
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -8,2 +8,7 @@ # Change Log | ||
## 6.5.0 - 2025-27-01 | ||
### Added | ||
- Added UTF-8 Encoding | ||
## 6.4.0 - 2024-12-09 | ||
@@ -10,0 +15,0 @@ |
@@ -73,3 +73,3 @@ 'use strict'; | ||
.then((header) => { | ||
headers['Content-Type'] = 'application/json'; | ||
headers['Content-Type'] = 'application/json;charset=UTF-8'; | ||
headers['Authorization'] = header; | ||
@@ -76,0 +76,0 @@ |
{ | ||
"name": "@sap/audit-logging", | ||
"description": "Provides audit logging functionalities for Node.js applications", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"license": "SEE LICENSE IN LICENSE file", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
95269