@bifravst/aws-cdk-ecr-helpers
Advanced tools
Comparing version 1.3.26 to 1.3.27
{ | ||
"name": "@bifravst/aws-cdk-ecr-helpers", | ||
"version": "1.3.26", | ||
"version": "1.3.27", | ||
"description": "Helper functions which simplify working with Elastic Container Registry (ECR) for AWS CDK.", | ||
@@ -39,3 +39,3 @@ "exports": { | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@types/node": "20.16.14", | ||
"@types/node": "20.17.0", | ||
"commitlint": "19.5.0", | ||
@@ -87,5 +87,5 @@ "husky": "9.1.6", | ||
"peerDependencies": { | ||
"@aws-sdk/client-ecr": "^3.677.0", | ||
"@aws-sdk/client-ecr": "^3.678.0", | ||
"@bifravst/run": "^1.2.0" | ||
} | ||
} |
14182