@middy/ssm 7.0.0 → 7.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.
- package/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/ssm",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "SSM (EC2 Systems Manager) parameters middleware for the middy framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -64,11 +64,19 @@
|
|
|
64
64
|
"url": "https://github.com/sponsors/willfarrell"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@middy/util": "7.0.
|
|
67
|
+
"@middy/util": "7.0.2"
|
|
68
|
+
},
|
|
69
|
+
"peerDependencies": {
|
|
70
|
+
"@aws-sdk/client-ssm": "^3.0.0"
|
|
71
|
+
},
|
|
72
|
+
"peerDependenciesMeta": {
|
|
73
|
+
"@aws-sdk/client-ssm": {
|
|
74
|
+
"optional": true
|
|
75
|
+
}
|
|
68
76
|
},
|
|
69
77
|
"devDependencies": {
|
|
70
78
|
"@aws-sdk/client-ssm": "^3.0.0",
|
|
71
|
-
"@middy/core": "7.0.
|
|
79
|
+
"@middy/core": "7.0.2",
|
|
72
80
|
"@types/aws-lambda": "^8.10.101",
|
|
73
81
|
"aws-xray-sdk": "^3.3.3"
|
|
74
82
|
},
|