@itentialopensource/adapter-utils 5.1.3 → 5.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 5.1.4 [08-28-2023]
3
+
4
+ * Switching order of params on aws auth
5
+
6
+ See merge request itentialopensource/adapter-utils!271
7
+
8
+ ---
9
+
2
10
  ## 5.1.3 [08-28-2023]
3
11
 
4
12
  * aws auth changes - for all aws auth
@@ -1926,7 +1926,7 @@ class RequestHandler {
1926
1926
  log.trace(origin);
1927
1927
 
1928
1928
  try {
1929
- return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, null, null, service, callback);
1929
+ return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, service, null, null, callback);
1930
1930
  } catch (e) {
1931
1931
  // handle any exception
1932
1932
  const errorObj = this.transUtil.checkAndReturn(e, origin, 'AWS Authentication Request Failed');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
Binary file