@middy/secrets-manager 7.1.4 → 7.1.6

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/README.md +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -24,8 +24,6 @@
24
24
  <a href="https://github.com/middyjs/middy/blob/main/package.json#L32">
25
25
  <img alt="code coverage" src="https://img.shields.io/badge/code%20coverage-95%25-brightgreen"></a>
26
26
  <br/>
27
- <a href="https://gitter.im/middyjs/Lobby"><img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;"></a>
28
- <a href="https://stackoverflow.com/questions/tagged/middy?sort=Newest&uqlId=35052"><img src="https://img.shields.io/badge/StackOverflow-[middy]-yellow" alt="Ask questions on StackOverflow" style="max-width:100%;"></a>
29
27
  </p>
30
28
  <p>You can read the documentation at: <a href="https://middy.js.org/docs/middlewares/secrets-manager">https://middy.js.org/docs/middlewares/secrets-manager</a></p>
31
29
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/secrets-manager",
3
- "version": "7.1.4",
3
+ "version": "7.1.6",
4
4
  "description": "Secrets Manager middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -63,7 +63,7 @@
63
63
  "url": "https://github.com/sponsors/willfarrell"
64
64
  },
65
65
  "dependencies": {
66
- "@middy/util": "7.1.4"
66
+ "@middy/util": "7.1.6"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@aws-sdk/client-secrets-manager": "^3.0.0"
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@aws-sdk/client-secrets-manager": "^3.0.0",
78
- "@middy/core": "7.1.4",
78
+ "@middy/core": "7.1.6",
79
79
  "@types/aws-lambda": "^8.0.0",
80
80
  "@types/node": "^22.0.0",
81
81
  "aws-xray-sdk": "^3.3.3"