@sls-next/cloudfront
Advanced tools
Comparing version 3.1.0 to 3.2.0-alpha.2
@@ -6,2 +6,6 @@ # Change Log | ||
# [3.2.0-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.1...v3.2.0-alpha.2) (2021-06-26) | ||
**Note:** Version bump only for package @sls-next/cloudfront | ||
# [3.1.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.1.0-alpha.16...v3.1.0) (2021-06-25) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@sls-next/cloudfront", | ||
"version": "3.1.0", | ||
"version": "3.2.0-alpha.2", | ||
"description": "Handles CloudFront invalidation", | ||
@@ -19,4 +19,5 @@ "publishConfig": { | ||
"scripts": { | ||
"prepare": "yarn build", | ||
"build": "tsc -p tsconfig.build.json" | ||
"prepare": "yarn clean && yarn build", | ||
"build": "tsc -p tsconfig.build.json", | ||
"clean": "yarn rimraf dist" | ||
}, | ||
@@ -40,5 +41,6 @@ "keywords": [ | ||
"@types/node": "^15.12.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.4" | ||
}, | ||
"gitHead": "d79fce993a37b94eebe493347adaf78b823b4054" | ||
"gitHead": "8b595620da11e413803fdcc891dcd4b01d425dac" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23292
3
1