@itentialopensource/adapter-utils
Advanced tools
Comparing version 4.6.5 to 4.6.6
@@ -0,1 +1,10 @@ | ||
## 4.6.6 [05-20-2019] | ||
* Resolves PH-33337 - fix the default error code | ||
Closes PH-33337 | ||
See merge request itentialopensource/adapter-utils!89 | ||
--- | ||
## 4.6.5 [05-13-2019] | ||
@@ -2,0 +11,0 @@ * Update contribution guidelines when external contributers in mind. |
@@ -757,3 +757,3 @@ /* @copyright Itential, LLC 2018-9 */ | ||
const errorObject = { | ||
icode: 999, | ||
icode: 'AD.999', | ||
IAPerror: { | ||
@@ -760,0 +760,0 @@ origin: `${this.myid}-unidentified`, |
{ | ||
"name": "@itentialopensource/adapter-utils", | ||
"version": "4.6.5", | ||
"version": "4.6.6", | ||
"description": "Itential Adapter Utility Libraries", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
1070707