@middy/s3 5.0.2 → 5.0.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 (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -58,7 +58,6 @@ const s3Middleware = (opts = {})=>{
58
58
  };
59
59
  };
60
60
  export default s3Middleware;
61
- // used for TS type inference (see index.d.ts)
62
61
  export function s3Req(req) {
63
62
  return req;
64
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/s3",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "S3 middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -58,13 +58,13 @@
58
58
  "url": "https://github.com/sponsors/willfarrell"
59
59
  },
60
60
  "dependencies": {
61
- "@middy/util": "5.0.2"
61
+ "@middy/util": "5.0.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@aws-sdk/client-s3": "^3.0.0",
65
- "@middy/core": "5.0.2",
65
+ "@middy/core": "5.0.3",
66
66
  "@types/aws-lambda": "^8.10.101",
67
67
  "aws-xray-sdk": "^3.3.3"
68
68
  },
69
- "gitHead": "6d17e155237022f2a0abd095ac7cd99ebfc7fc71"
69
+ "gitHead": "87660575a7ac2b52e4153c407a4c63c9449dcd0d"
70
70
  }