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

Commit ed4763b

Browse files
author
P Coolen
committed
Merge branch 'patch-1' of https://github.com/Qubica/serverless-next.js into patch-1
2 parents a6aff3b + 69d5ee6 commit ed4763b

39 files changed

+1351
-140
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ A zero configuration Nextjs 9.0 [serverless component](https://github.com/server
77
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
88
[![Build Status](https://travis-ci.org/danielcondemarin/serverless-next.js.svg?branch=master)](https://travis-ci.org/danielcondemarin/serverless-next.js)
99
[![Financial Contributors on Open Collective](https://opencollective.com/serverless-nextjs-plugin/all/badge.svg?label=financial+contributors)](https://opencollective.com/serverless-nextjs-plugin) [![npm version](https://badge.fury.io/js/serverless-next.js.svg)](https://badge.fury.io/js/serverless-next.js)
10-
[![Coverage Status](https://coveralls.io/repos/github/danielcondemarin/serverless-next.js/badge.svg?branch=master)](https://coveralls.io/github/danielcondemarin/serverless-next.js?branch=master)
1110
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c0d3aa2a86cb4ce98772a02015f46314)](https://www.codacy.com/app/danielcondemarin/serverless-nextjs-plugin?utm_source=github.com&utm_medium=referral&utm_content=danielcondemarin/serverless-nextjs-plugin&utm_campaign=Badge_Grade)
1211

1312
## Contents

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)