@middy/appconfig 5.0.1 → 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 +1 -2
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -79,8 +79,7 @@ const appConfigMiddleware = (opts = {})=>{
79
79
  };
80
80
  };
81
81
  export default appConfigMiddleware;
82
- // used for TS type inference (see index.d.ts)
83
82
  export function appConfigReq(req) {
84
83
  return req;
85
- } // # sourceMappingURL=index.js.map
84
+ }
86
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/appconfig",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "AppConfig 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.1"
61
+ "@middy/util": "5.0.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@aws-sdk/client-appconfigdata": "^3.0.0",
65
- "@middy/core": "5.0.1",
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": "b2d327653ca8c7786b6481d538be76fde714c0da"
69
+ "gitHead": "87660575a7ac2b52e4153c407a4c63c9449dcd0d"
70
70
  }