Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 69d5ee6

Browse files
Merge branch 'master' into patch-1
2 parents 761e827 + c0161b7 commit 69d5ee6

38 files changed

+520
-115
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ sls-next-build
1212
.DS_Store
1313
yarn.lock
1414
dist
15+
.vscode

package-lock.json

Lines changed: 210 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"eslint": "^6.8.0",
4848
"eslint-config-prettier": "^6.10.1",
4949
"eslint-plugin-prettier": "^3.0.1",
50+
"fs-extra": "^9.0.0",
5051
"jest": "^25.3.0",
5152
"jest-when": "^2.7.0",
5253
"lerna": "^3.16.4",
@@ -65,6 +66,9 @@
6566
"collectCoverageFrom": [
6667
"<rootDir>/packages/**/*.js"
6768
],
69+
"moduleNameMapper": {
70+
"fs-extra": "<rootDir>/node_modules/fs-extra"
71+
},
6872
"coverageDirectory": "<rootDir>/coverage/",
6973
"coveragePathIgnorePatterns": [
7074
"<rootDir>/packages/serverless-plugin/utils/yml/cfSchema.js",

packages/apigw-lambda-compat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.1](https://github.com/danielcondemarin/serverless-next.js/compare/next-aws-lambda@2.4.0...next-aws-lambda@2.4.1) (2020-05-06)
7+
8+
**Note:** Version bump only for package next-aws-lambda
9+
10+
11+
12+
13+
614
# [2.4.0](https://github.com/danielcondemarin/serverless-next.js/compare/next-aws-lambda@2.4.0-alpha.0...next-aws-lambda@2.4.0) (2020-04-25)
715

816
**Note:** Version bump only for package next-aws-lambda

0 commit comments

Comments
 (0)