@velocitycareerlabs/request 1.24.0-dev-build.190c0f67c → 1.24.0-dev-build.1ed72972b

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/request.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/request",
3
- "version": "1.24.0-dev-build.190c0f67c",
3
+ "version": "1.24.0-dev-build.1ed72972b",
4
4
  "description": "Request for velocity foundation network",
5
5
  "repository": "https://github.com/velocitycareerlabs/packages",
6
6
  "main": "index.js",
@@ -35,5 +35,5 @@
35
35
  "nock": "13.5.5",
36
36
  "prettier": "2.8.8"
37
37
  },
38
- "gitHead": "fef73232564264a7494bd815c61c9987f0860d9a"
38
+ "gitHead": "1a58d3ed33acf602594c0e78e67498a72e5dbcb5"
39
39
  }
package/src/request.js CHANGED
@@ -147,7 +147,7 @@ const initRequest = ({
147
147
  reqId: options.context.reqId,
148
148
  responseStatus: statusCode,
149
149
  responseHeaders: headers,
150
- responseBody: parseRawBody(rawBody),
150
+ body: parseRawBody(rawBody),
151
151
  },
152
152
  `Fetch Response: ${statusMessage}`
153
153
  );