@itentialopensource/adapter-utils
Advanced tools
Comparing version 5.5.0 to 5.5.1
## 5.5.1 [07-30-2024] | ||
* Fix gzip conditional in propertyUtils | ||
See merge request itentialopensource/adapter-utils!295 | ||
--- | ||
## 5.5.0 [05-30-2024] | ||
@@ -3,0 +11,0 @@ |
@@ -530,7 +530,11 @@ /* @copyright Itential, LLC 2018-9 */ | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'URLENCODE' && entitySchema.requestDatatype.toUpperCase() !== 'URLQUERY' | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'FORM' && entitySchema.requestDatatype.toUpperCase() !== 'JSON2XML') { | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'FORM' && entitySchema.requestDatatype.toUpperCase() !== 'JSON2XML' | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'GZIP2XML2JSON' && entitySchema.requestDatatype.toUpperCase() !== 'GZIP2XML' | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'GZIP2JSON') { | ||
entitySchema.requestDatatype = 'PLAIN'; | ||
} | ||
if (entitySchema.responseDatatype.toUpperCase() !== 'JSON' && entitySchema.responseDatatype.toUpperCase() !== 'XML' | ||
&& entitySchema.responseDatatype.toUpperCase() !== 'URLENCODE' && entitySchema.responseDatatype.toUpperCase() !== 'XML2JSON') { | ||
&& entitySchema.responseDatatype.toUpperCase() !== 'URLENCODE' && entitySchema.responseDatatype.toUpperCase() !== 'XML2JSON' | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'GZIP2XML2JSON' && entitySchema.requestDatatype.toUpperCase() !== 'GZIP2XML' | ||
&& entitySchema.requestDatatype.toUpperCase() !== 'GZIP2JSON') { | ||
entitySchema.responseDatatype = 'PLAIN'; | ||
@@ -537,0 +541,0 @@ } |
{ | ||
"name": "@itentialopensource/adapter-utils", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "Itential Adapter Utility Libraries", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
810777
32
16301
5