@sls-next/cloudfront
Advanced tools
Comparing version 3.5.3-alpha.0 to 3.5.3-alpha.5
@@ -6,2 +6,6 @@ # Change Log | ||
## [3.5.3-alpha.5](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.5.3-alpha.4...v3.5.3-alpha.5) (2021-11-08) | ||
**Note:** Version bump only for package @sls-next/cloudfront | ||
## [3.5.3-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.5.2...v3.5.3-alpha.0) (2021-10-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@sls-next/cloudfront", | ||
"version": "3.5.3-alpha.0", | ||
"version": "3.5.3-alpha.5", | ||
"description": "Handles CloudFront invalidation", | ||
@@ -21,3 +21,4 @@ "publishConfig": { | ||
"build": "tsc -p tsconfig.build.json", | ||
"clean": "yarn rimraf dist" | ||
"clean": "yarn rimraf dist", | ||
"test": "jest" | ||
}, | ||
@@ -40,2 +41,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.16.0", | ||
"@types/node": "16.11.4", | ||
@@ -45,3 +47,3 @@ "rimraf": "3.0.2", | ||
}, | ||
"gitHead": "554b3de9e53885091997687ec15e8793c0f597dc" | ||
"gitHead": "6d761ff76c5fddc0e2c091573cf1f9501f9ffb63" | ||
} |
@@ -13,3 +13,4 @@ { | ||
"strict": true, | ||
"allowJs": true | ||
"allowJs": true, | ||
"skipLibCheck": true | ||
}, | ||
@@ -16,0 +17,0 @@ "exclude": ["node_modules"], |
123896
39
938
4