@sap_oss/odata-library
Advanced tools
Comparing version 2.3.0 to 2.3.1
# Changelog | ||
# 2.3.4 | ||
# 2.3.1 | ||
- [FIX] Allow avoid v4 "Missing Content-ID header in request within a change set" error - Jakub Vaclavik | ||
- [FIX] V2 service inicialization - Jakub Vaclavik | ||
# 2.3.0 | ||
- [FIX] Object naming and path determination for action imports - Jakub Vaclavik | ||
@@ -6,0 +11,0 @@ - [FEATURE] Unbound actions and action parameters - Jakub Vaclavik |
@@ -84,2 +84,3 @@ "use strict"; | ||
["Content-Type: application/http"], | ||
this.contentId ? [`Content-Id: ${this.contentId}`] : [], | ||
body.length > 0 ? [] : [`x-csrf-token: ${csrfToken}`], | ||
@@ -86,0 +87,0 @@ [ |
@@ -46,2 +46,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(schema, "actions", { | ||
get: () => [], | ||
}); | ||
} | ||
@@ -48,0 +52,0 @@ |
{ | ||
"name": "@sap_oss/odata-library", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "OData client for testing Netweawer OData services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3458130
937
15819