@itentialopensource/adapter-utils 5.10.20 → 5.10.22

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.
@@ -789,7 +789,9 @@ function makeRequest(request, entitySchema, callProperties, startTrip, attempt,
789
789
  healthy = true;
790
790
  doneH2(true);
791
791
  }, (retH2) => {
792
- log.debug(`${origin}: CALL RETURN ${JSON.stringify(propUtilInst.scrubSensitiveInfo(callResp, addSensitiveItems))}`);
792
+ // COMMENTING OUT THE COMPLETE LOG until we figure out how to handle scrubbing
793
+ // log.debug(`${origin}: CALL RETURN ${JSON.stringify(propUtilInst.scrubSensitiveInfo(callResp, addSensitiveItems))}`);
794
+ log.debug(`${origin}: CALL RETURNED`);
793
795
  useProt = undefined;
794
796
  callResp.reqHdr = request.header.headers;
795
797
  return callback(callResp);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.10.20",
3
+ "version": "5.10.22",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
@@ -31,7 +31,7 @@
31
31
  "cookie": "^0.7.1",
32
32
  "crypto-js": "^4.1.1",
33
33
  "ejs": "^3.1.10",
34
- "form-data": "^4.0.0",
34
+ "form-data": "^4.0.4",
35
35
  "fs-extra": "^11.2.0",
36
36
  "https-proxy-agent": "^7.0.0",
37
37
  "json-query": "^2.2.2",