@bifravst/aws-cdk-ecr-helpers
Advanced tools
Comparing version 1.3.51 to 1.3.52
{ | ||
"name": "@bifravst/aws-cdk-ecr-helpers", | ||
"version": "1.3.51", | ||
"version": "1.3.52", | ||
"description": "Helper functions which simplify working with Elastic Container Registry (ECR) for AWS CDK.", | ||
@@ -39,6 +39,6 @@ "exports": { | ||
"@commitlint/config-conventional": "19.6.0", | ||
"@types/node": "22.10.7", | ||
"@types/node": "22.10.10", | ||
"commitlint": "19.6.1", | ||
"husky": "9.1.7", | ||
"lint-staged": "15.4.1", | ||
"lint-staged": "15.4.2", | ||
"tsx": "4.19.2" | ||
@@ -87,5 +87,5 @@ }, | ||
"peerDependencies": { | ||
"@aws-sdk/client-ecr": "^3.731.1", | ||
"@aws-sdk/client-ecr": "^3.734.0", | ||
"@bifravst/run": "^1.2.0" | ||
} | ||
} |
14196