Skip to content

Commit

Permalink
v2.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 1, 2021
1 parent 2bf7844 commit f43ea42
Show file tree
Hide file tree
Showing 77 changed files with 689 additions and 149 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.9](https://github.com/midwayjs/midway/compare/v2.12.8...v2.12.9) (2021-09-01)


### Features

* add ctx.throw for serverless app ([#1262](https://github.com/midwayjs/midway/issues/1262)) ([da58bf6](https://github.com/midwayjs/midway/commit/da58bf647f23077fc4142f6454cd6c40d8a82e96))
* add setDiff ([#1263](https://github.com/midwayjs/midway/issues/1263)) ([2bf7844](https://github.com/midwayjs/midway/commit/2bf78440fce627bdb8d282c6da89c59479dc992d))





## [2.12.8](https://github.com/midwayjs/midway/compare/v2.12.7...v2.12.8) (2021-08-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
}
},
"npmClient": "npm",
"version": "2.12.8"
"version": "2.12.9"
}
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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
14 changes: 7 additions & 7 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.12.7",
"version": "2.12.9",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -10,14 +10,14 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/decorator": "^2.12.9",
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"@midwayjs/web": "^2.12.7",
"@midwayjs/serverless-fc-starter": "^2.12.9",
"@midwayjs/serverless-fc-trigger": "^2.12.9",
"@midwayjs/serverless-scf-starter": "^2.12.9",
"@midwayjs/serverless-scf-trigger": "^2.12.9",
"@midwayjs/web": "^2.12.9",
"egg": "^2.28.0",
"supertest": "^6.0.0"
},
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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)


Expand Down
10 changes: 5 additions & 5 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.12.7",
"version": "2.12.9",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"@midwayjs/serverless-fc-starter": "^2.12.9",
"@midwayjs/serverless-fc-trigger": "^2.12.9",
"@midwayjs/serverless-scf-starter": "^2.12.9",
"@midwayjs/serverless-scf-trigger": "^2.12.9",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"supertest": "^6.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages-serverless/faas-typings/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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)


### Features

* add ctx.throw for serverless app ([#1262](https://github.com/midwayjs/midway-faas/issues/1262)) ([da58bf6](https://github.com/midwayjs/midway-faas/commit/da58bf647f23077fc4142f6454cd6c40d8a82e96))





## [2.11.1](https://github.com/midwayjs/midway-faas/compare/v2.11.0...v2.11.1) (2021-06-19)

**Note:** Version bump only for package @midwayjs/faas-typings
Expand Down
2 changes: 1 addition & 1 deletion packages-serverless/faas-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/faas-typings",
"version": "2.11.1",
"version": "2.12.9",
"typings": "index.d.ts",
"engines": {
"node": ">= 10"
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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)


Expand Down
10 changes: 5 additions & 5 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.12.7",
"version": "2.12.9",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"@midwayjs/serverless-fc-starter": "^2.12.9",
"@midwayjs/serverless-fc-trigger": "^2.12.9",
"@midwayjs/serverless-scf-starter": "^2.12.9",
"@midwayjs/serverless-scf-trigger": "^2.12.9",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-app/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.12.9](https://github.com/midwayjs/midway/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.8](https://github.com/midwayjs/midway/compare/v2.12.7...v2.12.8) (2021-08-27)


Expand Down
22 changes: 11 additions & 11 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.12.8",
"version": "2.12.9",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^2.12.7",
"@midwayjs/core": "^2.12.7",
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/bootstrap": "^2.12.9",
"@midwayjs/core": "^2.12.9",
"@midwayjs/faas-typings": "^2.12.9",
"@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.12.3",
"@midwayjs/faas": "^2.12.7",
"@midwayjs/decorator": "^2.12.9",
"@midwayjs/faas": "^2.12.9",
"@midwayjs/faas-middleware-upload": "^0.0.5",
"@midwayjs/mock": "^2.12.7",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"@midwayjs/mock": "^2.12.9",
"@midwayjs/serverless-fc-starter": "^2.12.9",
"@midwayjs/serverless-fc-trigger": "^2.12.9",
"@midwayjs/serverless-scf-starter": "^2.12.9",
"@midwayjs/serverless-scf-trigger": "^2.12.9",
"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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.11.4](https://github.com/midwayjs/midway-faas/compare/v2.11.3...v2.11.4) (2021-07-06)

**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,11 +1,11 @@
{
"name": "@midwayjs/serverless-aws-starter",
"version": "2.11.4",
"version": "2.12.9",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/serverless-http-parser": "^2.11.4"
"@midwayjs/serverless-http-parser": "^2.12.9"
},
"devDependencies": {
"raw-body": "^2.4.1"
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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "2.12.7",
"version": "2.12.9",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/serverless-http-parser": "^2.11.4"
"@midwayjs/serverless-http-parser": "^2.12.9"
},
"devDependencies": {
"@midwayjs/core": "^2.12.7",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/core": "^2.12.9",
"@midwayjs/decorator": "^2.12.9",
"@midwayjs/runtime-mock": "^2.11.2",
"raw-body": "^2.4.1"
},
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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

**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.12.7",
"version": "2.12.9",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/faas-typings": "^2.12.9",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-starter": "^2.12.9",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"extend2": "^1.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages-serverless/serverless-http-parser/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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)


### Features

* add ctx.throw for serverless app ([#1262](https://github.com/midwayjs/midway-faas/issues/1262)) ([da58bf6](https://github.com/midwayjs/midway-faas/commit/da58bf647f23077fc4142f6454cd6c40d8a82e96))





## [2.11.4](https://github.com/midwayjs/midway-faas/compare/v2.11.3...v2.11.4) (2021-07-06)


Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-http-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/serverless-http-parser",
"version": "2.11.4",
"version": "2.12.9",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/faas-typings": "^2.12.9",
"accepts": "^1.3.7",
"cache-content-type": "^1.0.1",
"cookies": "^0.8.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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.11.4](https://github.com/midwayjs/midway-faas/compare/v2.11.3...v2.11.4) (2021-07-06)

**Note:** Version bump only for package @midwayjs/serverless-scf-starter
Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-scf-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@midwayjs/serverless-scf-starter",
"version": "2.11.4",
"version": "2.12.9",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/serverless-http-parser": "^2.11.4"
"@midwayjs/serverless-http-parser": "^2.12.9"
},
"devDependencies": {
"@midwayjs/faas-typings": "^2.11.1"
"@midwayjs/faas-typings": "^2.12.9"
},
"engines": {
"node": ">= 10"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-scf-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.12.9](https://github.com/midwayjs/midway-faas/compare/v2.12.8...v2.12.9) (2021-09-01)

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





## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
Expand Down
Loading

0 comments on commit f43ea42

Please sign in to comment.