@middy/core 7.1.3 → 7.1.5

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 +1 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,8 +52,4 @@ Everyone is very welcome to contribute to this repository. Feel free to [raise i
52
52
 
53
53
  ## License
54
54
 
55
- 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).
56
-
57
- <a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large">
58
- <img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy.svg?type=large" alt="FOSSA Status" style="max-width:100%;">
59
- </a>
55
+ 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/core",
3
- "version": "7.1.3",
3
+ "version": "7.1.5",
4
4
  "description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
5
5
  "type": "module",
6
6
  "engines": {
@@ -97,7 +97,7 @@
97
97
  "url": "https://github.com/sponsors/willfarrell"
98
98
  },
99
99
  "dependencies": {
100
- "@middy/util": "7.1.3"
100
+ "@middy/util": "7.1.5"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "@aws/durable-execution-sdk-js": "^1.0.0"