quidproquo-actionprocessor-node 0.0.78 → 0.0.80

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.
@@ -39,6 +39,7 @@ const axiosInstance = axios_1.default.create({
39
39
  // Fixes: https://github.com/axios/axios/issues/5346
40
40
  'Accept-Encoding': 'gzip,deflate,compress',
41
41
  },
42
+ validateStatus: () => true,
42
43
  });
43
44
  const processNetworkRequestGet = (payload) => __awaiter(void 0, void 0, void 0, function* () {
44
45
  const response = yield axiosInstance.get(payload.url, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quidproquo-actionprocessor-node",
3
- "version": "0.0.78",
3
+ "version": "0.0.80",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.js",