@sap_oss/odata-library
Advanced tools
Comparing version 0.9.12 to 0.9.13
# Changelog | ||
# 0.9.13 | ||
* bf7fe93 - [FEATURE] Resolves batch responses with errors - Norbert Volf | ||
* f295309 - [FIX] Buffer count request - Norbert Volf | ||
# 0.9.12 | ||
* f5edbb3 - [FEATURE] PUT method for OData 3.0 and newer - Norbert Volf | ||
* fe1573b - [FEATURE] PATCH method for OData 3.0 and newer - Norbert Volf | ||
* 58bb17b - [FIX] Parse PropertyPath with Navigation Property - Norbert Volf | ||
@@ -7,0 +12,0 @@ |
@@ -189,3 +189,3 @@ "use strict"; | ||
if (err) { | ||
this.reject(err); | ||
this.resolve(err); | ||
} else { | ||
@@ -300,3 +300,3 @@ this.body = content; | ||
error.response = this; | ||
this.reject(error); | ||
this.resolve(error); | ||
} | ||
@@ -303,0 +303,0 @@ } |
@@ -103,3 +103,8 @@ "use strict"; | ||
this.agent | ||
.get(`/${this.entitySetModel.name}/$count`, request._headers) | ||
.get( | ||
`/${this.entitySetModel.name}/$count`, | ||
request._headers, | ||
undefined, | ||
true | ||
) | ||
.then((res) => { | ||
@@ -106,0 +111,0 @@ let count; |
{ | ||
"name": "@sap_oss/odata-library", | ||
"version": "0.9.12", | ||
"version": "0.9.13", | ||
"description": "OData client for testing Netweawer OData services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
377410
937
9883