@middy/s3-object-response 4.6.1 → 4.6.2
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.
- package/index.cjs +2 -1
- package/index.js +1 -0
- 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/s3-object-response",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
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.
|
|
69
|
+
"@middy/util": "4.6.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@aws-sdk/client-s3": "^3.0.0",
|
|
73
|
-
"@middy/core": "4.6.
|
|
73
|
+
"@middy/core": "4.6.2",
|
|
74
74
|
"@types/aws-lambda": "^8.10.101",
|
|
75
75
|
"aws-xray-sdk": "^3.3.3"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "8b03a01abf5a9c08231ec5ced775e87f8be8f67d"
|
|
78
78
|
}
|