@itentialopensource/adapter-utils
Advanced tools
Comparing version 4.36.2 to 4.37.0
## 4.37.0 [10-22-2020] | ||
* Add the ability to return the request information | ||
Closes ADAPT-298 | ||
See merge request itentialopensource/adapter-utils!193 | ||
--- | ||
## 4.36.2 [09-28-2020] | ||
@@ -3,0 +13,0 @@ |
{ | ||
"name": "@itentialopensource/adapter-utils", | ||
"version": "4.36.2", | ||
"version": "4.37.0", | ||
"description": "Itential Adapter Utility Libraries", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -230,2 +230,7 @@ { | ||
] | ||
}, | ||
"auth_logging": { | ||
"type": "boolean", | ||
"description": "This property turns on logging of Authentication Information and should only be true when debugging authentication and connectivity", | ||
"default": false | ||
} | ||
@@ -526,2 +531,7 @@ }, | ||
"default": false | ||
}, | ||
"return_request": { | ||
"type": "boolean", | ||
"description": "This property turns on returning the response information - need to be carefull in case credentials are in the path", | ||
"default": false | ||
} | ||
@@ -528,0 +538,0 @@ }, |
Sorry, the diff of this file is too big to display
477972
10468