@middy/http-content-negotiation 4.2.1 → 4.2.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 +0 -2
  2. package/index.js +0 -2
  3. package/package.json +4 -4
package/index.cjs CHANGED
@@ -74,5 +74,3 @@ const parseHeader = (headerName, type, availableValues, defaultToFirstValue, fai
74
74
  };
75
75
  const _default = httpContentNegotiationMiddleware;
76
76
 
77
-
78
- //# sourceMappingURL=index.cjs.map
package/index.js CHANGED
@@ -61,5 +61,3 @@ const parseHeader = (headerName, type, availableValues, defaultToFirstValue, fai
61
61
  };
62
62
  export default httpContentNegotiationMiddleware;
63
63
 
64
-
65
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/http-content-negotiation",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "description": "Http content negotiation middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -62,11 +62,11 @@
62
62
  },
63
63
  "homepage": "https://middy.js.org",
64
64
  "dependencies": {
65
- "@middy/util": "4.2.1",
65
+ "@middy/util": "4.2.3",
66
66
  "negotiator": "0.6.3"
67
67
  },
68
68
  "devDependencies": {
69
- "@middy/core": "4.2.1"
69
+ "@middy/core": "4.2.3"
70
70
  },
71
- "gitHead": "11f14b78bac5486ae104de735f8d588a385e93af"
71
+ "gitHead": "e93de434ee12f3800976b6b2e253e8aa19a68e95"
72
72
  }