@middy/appconfig 7.0.3 → 7.1.1

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 +2 -2
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
- <h1>Middy appconfig middleware</h1>
2
+ <h1>Middy `appconfig` middleware</h1>
3
3
  <img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/main/docs/img/middy-logo.svg"/>
4
- <p><strong>Secrets Manager middleware for the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
4
+ <p><strong>AppConfig middleware for the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
5
5
  <p>
6
6
  <a href="https://github.com/middyjs/middy/actions/workflows/test-unit.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-unit.yml/badge.svg" alt="GitHub Actions unit test status"></a>
7
7
  <a href="https://github.com/middyjs/middy/actions/workflows/test-dast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-dast.yml/badge.svg" alt="GitHub Actions dast test status"></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/appconfig",
3
- "version": "7.0.3",
3
+ "version": "7.1.1",
4
4
  "description": "AppConfig middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -72,8 +72,12 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@aws-sdk/client-appconfigdata": "^3.0.0",
75
- "@types/aws-lambda": "^8.10.101",
75
+ "@middy/core": "7.1.1",
76
+ "@types/aws-lambda": "^8.0.0",
76
77
  "aws-xray-sdk": "^3.3.3"
77
78
  },
78
- "gitHead": "4780887d818be31d9b6f1e2ced99c954d11a4a81"
79
+ "dependencies": {
80
+ "@middy/util": "7.1.1"
81
+ },
82
+ "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
79
83
  }