Skip to content

Commit

Permalink
v2.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 11, 2021
1 parent 9c44c3f commit 2dcd5ef
Show file tree
Hide file tree
Showing 69 changed files with 657 additions and 146 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)


### Bug Fixes

* serverless app more method ([#1034](https://github.com/midwayjs/midway/issues/1034)) ([9c44c3f](https://github.com/midwayjs/midway/commit/9c44c3f58930d0c12464d00eceee93cb9e7aaa62))





## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
}
},
"npmClient": "npm",
"version": "2.10.13"
"version": "2.10.14"
}
8 changes: 8 additions & 0 deletions packages-serverless/egg-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/egg-layer





## [2.10.13](https://github.com/midwayjs/midway-faas/compare/v2.10.12...v2.10.13) (2021-05-08)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
18 changes: 9 additions & 9 deletions packages-serverless/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "2.10.13",
"version": "2.10.14",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -11,14 +11,14 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/decorator": "^2.10.12",
"@midwayjs/runtime-engine": "^2.10.12",
"@midwayjs/runtime-mock": "^2.10.12",
"@midwayjs/serverless-fc-starter": "^2.10.13",
"@midwayjs/serverless-fc-trigger": "^2.10.13",
"@midwayjs/serverless-scf-starter": "^2.10.13",
"@midwayjs/serverless-scf-trigger": "^2.10.13",
"@midwayjs/web": "^2.10.13",
"@midwayjs/decorator": "^2.10.14",
"@midwayjs/runtime-engine": "^2.10.14",
"@midwayjs/runtime-mock": "^2.10.14",
"@midwayjs/serverless-fc-starter": "^2.10.14",
"@midwayjs/serverless-fc-trigger": "^2.10.14",
"@midwayjs/serverless-scf-starter": "^2.10.14",
"@midwayjs/serverless-scf-trigger": "^2.10.14",
"@midwayjs/web": "^2.10.14",
"supertest": "^6.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/express-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/express-layer





## [2.10.13](https://github.com/midwayjs/midway-faas/compare/v2.10.12...v2.10.13) (2021-05-08)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
14 changes: 7 additions & 7 deletions packages-serverless/express-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/express-layer",
"version": "2.10.13",
"version": "2.10.14",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -10,12 +10,12 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/runtime-engine": "^2.10.12",
"@midwayjs/runtime-mock": "^2.10.12",
"@midwayjs/serverless-fc-starter": "^2.10.13",
"@midwayjs/serverless-fc-trigger": "^2.10.13",
"@midwayjs/serverless-scf-starter": "^2.10.13",
"@midwayjs/serverless-scf-trigger": "^2.10.13",
"@midwayjs/runtime-engine": "^2.10.14",
"@midwayjs/runtime-mock": "^2.10.14",
"@midwayjs/serverless-fc-starter": "^2.10.14",
"@midwayjs/serverless-fc-trigger": "^2.10.14",
"@midwayjs/serverless-scf-starter": "^2.10.14",
"@midwayjs/serverless-scf-trigger": "^2.10.14",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"supertest": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/koa-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/koa-layer





## [2.10.13](https://github.com/midwayjs/midway-faas/compare/v2.10.12...v2.10.13) (2021-05-08)

**Note:** Version bump only for package @midwayjs/koa-layer
Expand Down
14 changes: 7 additions & 7 deletions packages-serverless/koa-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/koa-layer",
"version": "2.10.13",
"version": "2.10.14",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -10,12 +10,12 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/runtime-engine": "^2.10.12",
"@midwayjs/runtime-mock": "^2.10.12",
"@midwayjs/serverless-fc-starter": "^2.10.13",
"@midwayjs/serverless-fc-trigger": "^2.10.13",
"@midwayjs/serverless-scf-starter": "^2.10.13",
"@midwayjs/serverless-scf-trigger": "^2.10.13",
"@midwayjs/runtime-engine": "^2.10.14",
"@midwayjs/runtime-mock": "^2.10.14",
"@midwayjs/serverless-fc-starter": "^2.10.14",
"@midwayjs/serverless-fc-trigger": "^2.10.14",
"@midwayjs/serverless-scf-starter": "^2.10.14",
"@midwayjs/serverless-scf-trigger": "^2.10.14",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages-serverless/runtime-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)


### Bug Fixes

* serverless app more method ([#1034](https://github.com/midwayjs/midway-faas/issues/1034)) ([9c44c3f](https://github.com/midwayjs/midway-faas/commit/9c44c3f58930d0c12464d00eceee93cb9e7aaa62))





## [2.10.12](https://github.com/midwayjs/midway-faas/compare/v2.10.11...v2.10.12) (2021-05-07)


Expand Down
2 changes: 1 addition & 1 deletion packages-serverless/runtime-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/runtime-engine",
"version": "2.10.12",
"version": "2.10.14",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/runtime-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/runtime-mock





## [2.10.12](https://github.com/midwayjs/midway-faas/compare/v2.10.11...v2.10.12) (2021-05-07)

**Note:** Version bump only for package @midwayjs/runtime-mock
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/runtime-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/runtime-mock",
"version": "2.10.12",
"version": "2.10.14",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.10.12"
"@midwayjs/runtime-engine": "^2.10.14"
},
"engines": {
"node": ">= 10"
Expand Down
11 changes: 11 additions & 0 deletions packages-serverless/serverless-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway/compare/v2.10.13...v2.10.14) (2021-05-11)


### Bug Fixes

* serverless app more method ([#1034](https://github.com/midwayjs/midway/issues/1034)) ([9c44c3f](https://github.com/midwayjs/midway/commit/9c44c3f58930d0c12464d00eceee93cb9e7aaa62))





## [2.10.13](https://github.com/midwayjs/midway/compare/v2.10.12...v2.10.13) (2021-05-08)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
20 changes: 10 additions & 10 deletions packages-serverless/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@midwayjs/serverless-app",
"version": "2.10.13",
"version": "2.10.14",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^2.10.13",
"@midwayjs/core": "^2.10.13",
"@midwayjs/bootstrap": "^2.10.14",
"@midwayjs/core": "^2.10.14",
"@midwayjs/faas-typings": "^2.10.7",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"devDependencies": {
"@midwayjs/decorator": "^2.10.12",
"@midwayjs/faas": "^2.10.13",
"@midwayjs/decorator": "^2.10.14",
"@midwayjs/faas": "^2.10.14",
"@midwayjs/faas-middleware-upload": "^0.0.5",
"@midwayjs/mock": "^2.10.13",
"@midwayjs/serverless-fc-starter": "^2.10.13",
"@midwayjs/serverless-fc-trigger": "^2.10.13",
"@midwayjs/serverless-scf-starter": "^2.10.13",
"@midwayjs/serverless-scf-trigger": "^2.10.13",
"@midwayjs/mock": "^2.10.14",
"@midwayjs/serverless-fc-starter": "^2.10.14",
"@midwayjs/serverless-fc-trigger": "^2.10.14",
"@midwayjs/serverless-scf-starter": "^2.10.14",
"@midwayjs/serverless-scf-trigger": "^2.10.14",
"fs-extra": "^8.0.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-aws-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/serverless-aws-starter





## [2.10.12](https://github.com/midwayjs/midway-faas/compare/v2.10.11...v2.10.12) (2021-05-07)

**Note:** Version bump only for package @midwayjs/serverless-aws-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-aws-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/serverless-aws-starter",
"version": "2.10.12",
"version": "2.10.14",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.10.12",
"@midwayjs/runtime-engine": "^2.10.14",
"@midwayjs/serverless-http-parser": "^2.10.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-fc-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter





## [2.10.13](https://github.com/midwayjs/midway-faas/compare/v2.10.12...v2.10.13) (2021-05-08)


Expand Down
10 changes: 5 additions & 5 deletions packages-serverless/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "2.10.13",
"version": "2.10.14",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.10.12",
"@midwayjs/runtime-engine": "^2.10.14",
"@midwayjs/serverless-http-parser": "^2.10.7"
},
"devDependencies": {
"@midwayjs/core": "^2.10.13",
"@midwayjs/decorator": "^2.10.12",
"@midwayjs/runtime-mock": "^2.10.12",
"@midwayjs/core": "^2.10.14",
"@midwayjs/decorator": "^2.10.14",
"@midwayjs/runtime-mock": "^2.10.14",
"raw-body": "^2.4.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-fc-trigger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger





## [2.10.13](https://github.com/midwayjs/midway-faas/compare/v2.10.12...v2.10.13) (2021-05-08)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"version": "2.10.13",
"version": "2.10.14",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.10.7",
"@midwayjs/runtime-mock": "^2.10.12",
"@midwayjs/serverless-fc-starter": "^2.10.13",
"@midwayjs/runtime-mock": "^2.10.14",
"@midwayjs/serverless-fc-starter": "^2.10.14",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"extend2": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-scf-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.14](https://github.com/midwayjs/midway-faas/compare/v2.10.13...v2.10.14) (2021-05-11)

**Note:** Version bump only for package @midwayjs/serverless-scf-starter





## [2.10.13](https://github.com/midwayjs/midway-faas/compare/v2.10.12...v2.10.13) (2021-05-08)


Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-scf-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/serverless-scf-starter",
"version": "2.10.13",
"version": "2.10.14",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.10.12",
"@midwayjs/runtime-engine": "^2.10.14",
"@midwayjs/serverless-http-parser": "^2.10.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2dcd5ef

Please sign in to comment.