@middy/http-event-normalizer 4.2.2 → 4.2.4

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 +0 -2
  2. package/index.js +0 -2
  3. package/package.json +3 -3
package/index.cjs CHANGED
@@ -30,5 +30,3 @@ const isVersionHttpEvent = {
30
30
  };
31
31
  const _default = httpEventNormalizerMiddleware;
32
32
 
33
-
34
- //# sourceMappingURL=index.cjs.map
package/index.js CHANGED
@@ -22,5 +22,3 @@ const isVersionHttpEvent = {
22
22
  };
23
23
  export default httpEventNormalizerMiddleware;
24
24
 
25
-
26
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/http-event-normalizer",
3
- "version": "4.2.2",
3
+ "version": "4.2.4",
4
4
  "description": "Http event normalizer middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -61,9 +61,9 @@
61
61
  "url": "https://github.com/middyjs/middy/issues"
62
62
  },
63
63
  "homepage": "https://middy.js.org",
64
- "gitHead": "768fbb334e9774fcef406e095a5f4e98497266e0",
64
+ "gitHead": "eae83afa502b03cae831c13094d4693885428bd9",
65
65
  "devDependencies": {
66
- "@middy/core": "4.2.2",
66
+ "@middy/core": "4.2.4",
67
67
  "@types/aws-lambda": "^8.10.101"
68
68
  }
69
69
  }