@middy/http-event-normalizer 4.3.1 → 4.4.1
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 +3 -1
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
});
|
|
5
5
|
Object.defineProperty(module, "exports", {
|
|
6
6
|
enumerable: true,
|
|
7
|
-
get: ()
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
8
10
|
});
|
|
9
11
|
const httpEventNormalizerMiddleware = ()=>{
|
|
10
12
|
const httpEventNormalizerMiddlewareBefore = async (request)=>{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/http-event-normalizer",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "Http event normalizer middleware for the middy framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"type": "github",
|
|
66
66
|
"url": "https://github.com/sponsors/willfarrell"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "51e5c1f83483a60d9e40f5db59b03af56d2ee710",
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@middy/core": "4.
|
|
70
|
+
"@middy/core": "4.4.1",
|
|
71
71
|
"@types/aws-lambda": "^8.10.101"
|
|
72
72
|
}
|
|
73
73
|
}
|