@capraconsulting/webapp-deploy-lambda
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@capraconsulting/webapp-deploy-lambda", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "CDK construct for deploying a webapp release to S3 and CloudFront", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"lint:fix": "eslint --fix .", | ||
"prepare": "npm run build", | ||
"prepare": "npm run build && husky install", | ||
"semantic-release": "semantic-release" | ||
@@ -37,21 +37,21 @@ }, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "1.91.0", | ||
"@aws-cdk/aws-cloudfront": "1.91.0", | ||
"@aws-cdk/aws-iam": "1.91.0", | ||
"@aws-cdk/aws-lambda": "1.91.0", | ||
"@aws-cdk/aws-s3": "1.91.0", | ||
"@aws-cdk/aws-s3-assets": "1.91.0", | ||
"@aws-cdk/core": "1.91.0", | ||
"@aws-cdk/custom-resources": "1.91.0", | ||
"@aws-cdk/assert": "1.102.0", | ||
"@aws-cdk/aws-cloudfront": "1.102.0", | ||
"@aws-cdk/aws-iam": "1.102.0", | ||
"@aws-cdk/aws-lambda": "1.102.0", | ||
"@aws-cdk/aws-s3": "1.102.0", | ||
"@aws-cdk/aws-s3-assets": "1.102.0", | ||
"@aws-cdk/core": "1.102.0", | ||
"@aws-cdk/custom-resources": "1.102.0", | ||
"@commitlint/cli": "12.1.1", | ||
"@commitlint/config-conventional": "12.1.1", | ||
"@types/jest": "26.0.22", | ||
"@types/node": "13.13.48", | ||
"@typescript-eslint/eslint-plugin": "4.21.0", | ||
"@typescript-eslint/parser": "4.21.0", | ||
"eslint": "7.24.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"eslint-plugin-deprecation": "1.2.0", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"husky": "4.3.8", | ||
"@types/jest": "26.0.23", | ||
"@types/node": "13.13.51", | ||
"@typescript-eslint/eslint-plugin": "4.22.1", | ||
"@typescript-eslint/parser": "4.22.1", | ||
"eslint": "7.25.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-deprecation": "1.2.1", | ||
"eslint-plugin-prettier": "3.4.0", | ||
"husky": "6.0.0", | ||
"jest": "26.6.3", | ||
@@ -61,11 +61,6 @@ "jest-cdk-snapshot": "1.4.1", | ||
"semantic-release": "17.4.2", | ||
"ts-jest": "26.5.4", | ||
"ts-jest": "26.5.6", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.2.4" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"peerDependencies": { | ||
@@ -72,0 +67,0 @@ "@aws-cdk/aws-cloudfront": "^1.45.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51643