@requestly/requestly-proxy 1.1.10 → 1.1.11

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.
@@ -61,6 +61,7 @@ const modify_request_using_code = (action, ctx) => __awaiter(void 0, void 0, voi
61
61
  : null
62
62
  : null,
63
63
  request: ctx.rq_request_body,
64
+ body: ctx.rq_request_body,
64
65
  url: (0, proxy_ctx_helper_1.get_request_url)(ctx),
65
66
  requestHeaders: ctx.clientToProxyRequest.headers,
66
67
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@requestly/requestly-proxy",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Proxy that gives superpowers to all the Requestly clients",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {