@middy/http-router 5.0.1 → 5.0.2

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 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -54,7 +54,7 @@ const httpRouteHandler = (routes)=>{
54
54
  // Not Found
55
55
  throw createError(404, 'Route does not exist', {
56
56
  cause: {
57
- pacakge: '@middy/http-router',
57
+ package: '@middy/http-router',
58
58
  data: path
59
59
  }
60
60
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/http-router",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "HTTP event router for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -60,11 +60,11 @@
60
60
  "url": "https://github.com/sponsors/willfarrell"
61
61
  },
62
62
  "dependencies": {
63
- "@middy/util": "5.0.1"
63
+ "@middy/util": "5.0.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@middy/core": "5.0.1",
66
+ "@middy/core": "5.0.2",
67
67
  "@types/aws-lambda": "^8.10.97"
68
68
  },
69
- "gitHead": "b2d327653ca8c7786b6481d538be76fde714c0da"
69
+ "gitHead": "6d17e155237022f2a0abd095ac7cd99ebfc7fc71"
70
70
  }