@middy/http-content-negotiation 6.4.1 → 6.4.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.
Files changed (2) hide show
  1. package/index.d.ts +0 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -12,7 +12,6 @@ interface Options {
12
12
  failOnMismatch?: boolean;
13
13
  }
14
14
 
15
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
16
15
  export type Event = {};
17
16
 
18
17
  export interface Context {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/http-content-negotiation",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "Http content negotiation middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -64,11 +64,11 @@
64
64
  "url": "https://github.com/sponsors/willfarrell"
65
65
  },
66
66
  "dependencies": {
67
- "@middy/util": "6.4.1",
67
+ "@middy/util": "6.4.2",
68
68
  "negotiator": "1.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@middy/core": "6.4.1"
71
+ "@middy/core": "6.4.2"
72
72
  },
73
73
  "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
74
74
  }