@serverless/aws-cloudfront
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@serverless/aws-cloudfront", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "./serverless.js", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -169,4 +169,5 @@ const getOriginConfig = (origin) => { | ||
await disableCloudFrontDistribution(cf, distributionId) | ||
} else { | ||
throw e | ||
} | ||
throw e | ||
} | ||
@@ -173,0 +174,0 @@ } |
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
24161
291