@middy/util 6.0.0 → 6.1.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.
- package/README.md +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
## License
|
|
41
41
|
|
|
42
|
-
Licensed under [MIT License](LICENSE). Copyright (c) 2017-
|
|
42
|
+
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).
|
|
43
43
|
|
|
44
44
|
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large">
|
|
45
45
|
<img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy.svg?type=large" alt="FOSSA Status" style="max-width:100%;">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/util",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (util package)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -29,8 +29,9 @@
|
|
|
29
29
|
"type-utils.d.ts"
|
|
30
30
|
],
|
|
31
31
|
"scripts": {
|
|
32
|
-
"test": "npm run test:unit",
|
|
32
|
+
"test": "npm run test:unit && npm run test:fuzz",
|
|
33
33
|
"test:unit": "node --test __tests__/index.js",
|
|
34
|
+
"test:fuzz": "node --test __tests__/fuzz.js",
|
|
34
35
|
"test:benchmark": "node __benchmarks__/index.js"
|
|
35
36
|
},
|
|
36
37
|
"license": "MIT",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
},
|
|
51
52
|
"repository": {
|
|
52
53
|
"type": "git",
|
|
53
|
-
"url": "github
|
|
54
|
+
"url": "git+https://github.com/middyjs/middy.git",
|
|
54
55
|
"directory": "packages/util"
|
|
55
56
|
},
|
|
56
57
|
"bugs": {
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
61
|
"@aws-sdk/client-ssm": "^3.0.0",
|
|
61
|
-
"@middy/core": "6.
|
|
62
|
+
"@middy/core": "6.1.2",
|
|
62
63
|
"@types/aws-lambda": "^8.10.76",
|
|
63
64
|
"@types/node": "^20.0.0",
|
|
64
65
|
"aws-xray-sdk": "^3.3.3"
|