@bifravst/aws-ssm-settings-helpers
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "@bifravst/aws-ssm-settings-helpers", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Helper functions written in TypeScript for storing and retrieving application settings in AWS SSM Parameter Store.", | ||
@@ -11,2 +11,8 @@ "exports": { | ||
} | ||
}, | ||
"./cdk": { | ||
"import": { | ||
"types": "./dist/cdk/index.d.ts", | ||
"default": "./dist/cdk/index.js" | ||
} | ||
} | ||
@@ -36,7 +42,7 @@ }, | ||
"devDependencies": { | ||
"@bifravst/eslint-config-typescript": "6.0.21", | ||
"@bifravst/eslint-config-typescript": "6.0.23", | ||
"@bifravst/prettier-config": "1.0.0", | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@types/aws-lambda": "8.10.137", | ||
"@types/node": "20.12.6", | ||
"@types/node": "20.12.7", | ||
"husky": "9.0.11", | ||
@@ -84,3 +90,2 @@ "tsx": "4.7.2" | ||
"files": [ | ||
"package-lock.json", | ||
"dist", | ||
@@ -92,4 +97,5 @@ "LICENSE", | ||
"peerDependencies": { | ||
"@aws-sdk/client-ssm": "^3.549.0" | ||
"@aws-sdk/client-ssm": "^3.556.0", | ||
"aws-cdk-lib": "^2.137.0" | ||
} | ||
} |
14134
17
266
2