@sls-next/cloudfront
Advanced tools
Comparing version 3.3.1-alpha.0 to 3.4.0-alpha.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [3.4.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.3.1-alpha.1...v3.4.0-alpha.0) (2021-09-03) | ||
**Note:** Version bump only for package @sls-next/cloudfront | ||
## [3.3.1-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.3.0...v3.3.1-alpha.0) (2021-09-02) | ||
@@ -8,0 +12,0 @@ |
@@ -19,3 +19,3 @@ "use strict"; | ||
const { credentials, distributionId, paths } = options; | ||
const cf = cloudfront_1.default({ | ||
const cf = (0, cloudfront_1.default)({ | ||
credentials | ||
@@ -32,3 +32,3 @@ }); | ||
const waitDurationMillis = waitDuration * 1000; | ||
const cf = cloudfront_1.default({ | ||
const cf = (0, cloudfront_1.default)({ | ||
credentials | ||
@@ -35,0 +35,0 @@ }); |
{ | ||
"name": "@sls-next/cloudfront", | ||
"version": "3.3.1-alpha.0", | ||
"version": "3.4.0-alpha.0", | ||
"description": "Handles CloudFront invalidation", | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"aws-sdk": "^2.981.0" | ||
"aws-sdk": "^2.982.0" | ||
}, | ||
@@ -42,5 +42,5 @@ "devDependencies": { | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.4" | ||
"typescript": "^4.4.2" | ||
}, | ||
"gitHead": "73597d7b0817d123d834f2c61d0adeacba18840c" | ||
"gitHead": "8fd147e789f939a11df65530887c1587436bc36b" | ||
} |
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
39057
Updatedaws-sdk@^2.982.0