@bifravst/aws-ssm-settings-helpers 1.2.248 → 1.2.249
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifravst/aws-ssm-settings-helpers",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.249",
|
|
4
4
|
"description": "Helper functions written in TypeScript for storing and retrieving application settings in AWS SSM Parameter Store.",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
],
|
|
90
90
|
"prettier": "@bifravst/prettier-config",
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"@aws-sdk/client-ssm": "^3.
|
|
92
|
+
"@aws-sdk/client-ssm": "^3.939.0",
|
|
93
93
|
"aws-cdk-lib": "^2.229.0"
|
|
94
94
|
}
|
|
95
95
|
}
|