@middy/core 7.1.7 → 7.2.0

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -49,4 +49,4 @@ Everyone is very welcome to contribute to this repository. Feel free to [raise i
49
49
 
50
50
  ## License
51
51
 
52
- 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).
52
+ Licensed under [MIT License](https://github.com/middyjs/middy/blob/main/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.7",
3
+ "version": "7.2.0",
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.7"
100
+ "@middy/util": "7.2.0"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "@aws/durable-execution-sdk-js": "^1.0.0"
@@ -110,7 +110,7 @@
110
110
  "devDependencies": {
111
111
  "@aws/durable-execution-sdk-js": "^1.0.0",
112
112
  "@aws/durable-execution-sdk-js-testing": "^1.0.0",
113
- "@datastream/core": "0.0.42",
113
+ "@datastream/core": "0.1.6",
114
114
  "@types/aws-lambda": "^8.0.0",
115
115
  "@types/node": "^22.0.0"
116
116
  }