@middy/s3-object-response 4.6.1 → 4.6.3

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 (3) hide show
  1. package/index.cjs +2 -1
  2. package/index.js +1 -0
  3. package/package.json +4 -4
package/index.cjs CHANGED
@@ -8,7 +8,7 @@ Object.defineProperty(module, "exports", {
8
8
  return _default;
9
9
  }
10
10
  });
11
- const _https = _interop_require_default(require("https"));
11
+ const _https = /*#__PURE__*/ _interop_require_default(require("https"));
12
12
  const _url = require("url");
13
13
  const _util = require("@middy/util");
14
14
  const _clients3 = require("@aws-sdk/client-s3");
@@ -25,6 +25,7 @@ const defaults = {
25
25
  httpsCapture: undefined,
26
26
  disablePrefetch: false,
27
27
  bodyType: undefined,
28
+ // For mocking out only, rewire doesn't support ES Modules :(
28
29
  __https: _https.default
29
30
  };
30
31
  let https = _https.default;
package/index.js CHANGED
@@ -10,6 +10,7 @@ const defaults = {
10
10
  httpsCapture: undefined,
11
11
  disablePrefetch: false,
12
12
  bodyType: undefined,
13
+ // For mocking out only, rewire doesn't support ES Modules :(
13
14
  __https
14
15
  };
15
16
  let https = __https;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/s3-object-response",
3
- "version": "4.6.1",
3
+ "version": "4.6.3",
4
4
  "description": "S3 object response handling middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -66,13 +66,13 @@
66
66
  "url": "https://github.com/sponsors/willfarrell"
67
67
  },
68
68
  "dependencies": {
69
- "@middy/util": "4.6.1"
69
+ "@middy/util": "4.6.3"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@aws-sdk/client-s3": "^3.0.0",
73
- "@middy/core": "4.6.1",
73
+ "@middy/core": "4.6.3",
74
74
  "@types/aws-lambda": "^8.10.101",
75
75
  "aws-xray-sdk": "^3.3.3"
76
76
  },
77
- "gitHead": "253ed0e4ca95623decbade03938a07d837a1eba2"
77
+ "gitHead": "4873f6e64cc4a7dbe8739ed3e45ef458dfe0dba1"
78
78
  }