@middy/warmup 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
@@ -25,5 +25,3 @@ const warmupMiddleware = (opt)=>{
25
25
  };
26
26
  const _default = warmupMiddleware;
27
27
 
28
-
29
- //# sourceMappingURL=index.cjs.map
package/index.js CHANGED
@@ -17,5 +17,3 @@ const warmupMiddleware = (opt)=>{
17
17
  };
18
18
  export default warmupMiddleware;
19
19
 
20
-
21
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/warmup",
3
- "version": "4.2.2",
3
+ "version": "4.2.4",
4
4
  "description": "Warmup (cold start mitigation) middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "homepage": "https://middy.js.org",
64
64
  "devDependencies": {
65
- "@middy/core": "4.2.2"
65
+ "@middy/core": "4.2.4"
66
66
  },
67
- "gitHead": "768fbb334e9774fcef406e095a5f4e98497266e0"
67
+ "gitHead": "eae83afa502b03cae831c13094d4693885428bd9"
68
68
  }