@middy/http-urlencode-path-parser 7.1.0 → 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 +6 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
- <h1>Middy http-urlencode-body-parser middleware</h1>
2
+ <h1>Middy `http-urlencode-path-parser` middleware</h1>
3
3
  <img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/main/docs/img/middy-logo.svg"/>
4
- <p><strong>HTTP URLencode body parser middleware for the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
4
+ <p><strong>HTTP URLencode path parser 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/http-urlencode-path-parser",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Urlencode path parser middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -65,8 +65,12 @@
65
65
  "type": "github",
66
66
  "url": "https://github.com/sponsors/willfarrell"
67
67
  },
68
+ "dependencies": {
69
+ "@middy/util": "7.1.1"
70
+ },
68
71
  "devDependencies": {
69
- "@types/aws-lambda": "^8.10.101",
72
+ "@middy/core": "7.1.1",
73
+ "@types/aws-lambda": "^8.0.0",
70
74
  "type-fest": "^5.0.0"
71
75
  },
72
76
  "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"