@middy/core
Advanced tools
Comparing version 6.0.0 to 6.1.1
{ | ||
"name": "@middy/core", | ||
"version": "6.0.0", | ||
"version": "6.1.1", | ||
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)", | ||
@@ -31,4 +31,5 @@ "type": "module", | ||
"scripts": { | ||
"test": "npm run test:unit", | ||
"test": "npm run test:unit && npm run test:fuzz", | ||
"test:unit": "node --test __tests__/index.js", | ||
"test:fuzz": "node --test __tests__/fuzz.js", | ||
"test:benchmark": "node __benchmarks__/index.js", | ||
@@ -52,3 +53,3 @@ "test:profile": "node --prof __benchmarks__/index.js && node --prof-process --preprocess -j isolate*.log | speedscope -" | ||
"type": "git", | ||
"url": "github:middyjs/middy", | ||
"url": "git+https://github.com/middyjs/middy.git", | ||
"directory": "packages/core" | ||
@@ -55,0 +56,0 @@ }, |
@@ -62,3 +62,3 @@ <div align="center"> | ||
Licensed under [MIT License](LICENSE). Copyright (c) 2017-2024 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell), and the [Middy team](https://github.com/middyjs/middy/graphs/contributors). | ||
Licensed under [MIT License](LICENSE). Copyright (c) 2017-2025 [Luciano Mammino](https://github.com/lmammino), [will Farrell](https://github.com/willfarrell), and the [Middy team](https://github.com/middyjs/middy/graphs/contributors). | ||
@@ -65,0 +65,0 @@ <a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large"> |
17674
230
4
4
4