@middy/rds-signer 7.1.3 → 7.1.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/README.md +1 -5
  2. package/index.d.ts +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -49,8 +49,4 @@ Everyone is very welcome to contribute to this repository. Feel free to [raise i
49
49
 
50
50
  ## License
51
51
 
52
- Licensed under [MIT License](LICENSE). Copyright (c) 2017-2026 [will Farrell](https://github.com/willfarrell), [Luciano Mammino](https://github.com/lmammino), and [Middy contributors](https://github.com/middyjs/middy/graphs/contributors).
53
-
54
- <a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large">
55
- <img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy.svg?type=large" alt="FOSSA Status" style="max-width:100%;">
56
- </a>
52
+ Licensed under [MIT License](LICENSE). Copyright (c) 2017-2026 [will Farrell](https://github.com/willfarrell), [Luciano Mammino](https://github.com/lmammino), and [Middy contributors](https://github.com/middyjs/middy/graphs/contributors).
package/index.d.ts CHANGED
@@ -23,7 +23,7 @@ export type Context<TOptions extends RdsSignerOptions | undefined> =
23
23
  ? LambdaContext & {
24
24
  [Key in keyof TFetchData]: string;
25
25
  }
26
- : LambdaContext
26
+ : never
27
27
  : LambdaContext;
28
28
 
29
29
  export type Internal<TOptions extends RdsSignerOptions | undefined> =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/rds-signer",
3
- "version": "7.1.3",
3
+ "version": "7.1.4",
4
4
  "description": "RDS (Relational Database Service) credentials middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -73,11 +73,11 @@
73
73
  }
74
74
  },
75
75
  "dependencies": {
76
- "@middy/util": "7.1.3"
76
+ "@middy/util": "7.1.4"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@aws-sdk/rds-signer": "^3.0.0",
80
- "@middy/core": "7.1.3",
80
+ "@middy/core": "7.1.4",
81
81
  "@types/aws-lambda": "^8.0.0",
82
82
  "@types/node": "^22.0.0",
83
83
  "aws-xray-sdk": "^3.3.3"