@requestly/requestly-proxy 1.3.7 → 1.3.8

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.
@@ -36,6 +36,6 @@ const get_success_actions_from_action_results = (action_result_objs = []) => {
36
36
  };
37
37
  exports.get_success_actions_from_action_results = get_success_actions_from_action_results;
38
38
  const get_file_contents = (file_path) => {
39
- return fs_1.default.readFileSync(action.response, "utf-8");
39
+ return fs_1.default.readFileSync(file_path, "utf-8");
40
40
  };
41
41
  exports.get_file_contents = get_file_contents;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@requestly/requestly-proxy",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Proxy that gives superpowers to all the Requestly clients",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",