@middy/http-cors 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.
package/index.cjs CHANGED
@@ -121,5 +121,3 @@ const modifyHeaders = (headers, options, request)=>{
121
121
  };
122
122
  const _default = httpCorsMiddleware;
123
123
 
124
-
125
- //# sourceMappingURL=index.cjs.map
package/index.d.ts CHANGED
@@ -15,6 +15,6 @@ export interface Options {
15
15
  cacheControl?: string
16
16
  }
17
17
 
18
- declare function httpCors(options?: Options): middy.MiddlewareObj
18
+ declare function httpCors (options?: Options): middy.MiddlewareObj
19
19
 
20
20
  export default httpCors
package/index.js CHANGED
@@ -113,5 +113,3 @@ const modifyHeaders = (headers, options, request)=>{
113
113
  };
114
114
  export default httpCorsMiddleware;
115
115
 
116
-
117
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/http-cors",
3
- "version": "4.2.2",
3
+ "version": "4.2.4",
4
4
  "description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -60,11 +60,11 @@
60
60
  "url": "https://github.com/middyjs/middy/issues"
61
61
  },
62
62
  "homepage": "https://middy.js.org",
63
- "gitHead": "768fbb334e9774fcef406e095a5f4e98497266e0",
63
+ "gitHead": "eae83afa502b03cae831c13094d4693885428bd9",
64
64
  "dependencies": {
65
- "@middy/util": "4.2.2"
65
+ "@middy/util": "4.2.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@middy/core": "4.2.2"
68
+ "@middy/core": "4.2.4"
69
69
  }
70
70
  }