Skip to content

Commit

Permalink
v3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 1, 2022
1 parent 8cad157 commit 3c60619
Show file tree
Hide file tree
Showing 125 changed files with 1,056 additions and 252 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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)


### Bug Fixes

* middleware disable in express ([#2187](https://github.com/midwayjs/midway/issues/2187)) ([8cad157](https://github.com/midwayjs/midway/commit/8cad157c84bf808763afa2d648c502fdd4264a54))
* unexpected token 'export' in load **.d.ts file in prod mode ([#2185](https://github.com/midwayjs/midway/issues/2185)) ([6d634ce](https://github.com/midwayjs/midway/commit/6d634ce9361dd319e9d710118702e5543e42d4f0))





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
}
},
"npmClient": "npm",
"version": "3.4.6"
"version": "3.4.7"
}
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
10 changes: 5 additions & 5 deletions packages-legacy/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/egg-layer",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -14,11 +14,11 @@
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.6",
"@midwayjs/serverless-fc-trigger": "^3.4.6",
"@midwayjs/serverless-fc-starter": "^3.4.7",
"@midwayjs/serverless-fc-trigger": "^3.4.7",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.6",
"@midwayjs/web": "^3.4.6",
"@midwayjs/serverless-scf-trigger": "^3.4.7",
"@midwayjs/web": "^3.4.7",
"egg": "^2.28.0",
"supertest": "6.2.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-legacy/express-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/express-layer",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -13,10 +13,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.6",
"@midwayjs/serverless-fc-trigger": "^3.4.6",
"@midwayjs/serverless-fc-starter": "^3.4.7",
"@midwayjs/serverless-fc-trigger": "^3.4.7",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.6",
"@midwayjs/serverless-scf-trigger": "^3.4.7",
"body-parser": "1.20.0",
"express": "4.18.1",
"supertest": "6.2.4"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/koa-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-legacy/koa-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/koa-layer",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -13,10 +13,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.6",
"@midwayjs/serverless-fc-trigger": "^3.4.6",
"@midwayjs/serverless-fc-starter": "^3.4.7",
"@midwayjs/serverless-fc-trigger": "^3.4.7",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.6",
"@midwayjs/serverless-scf-trigger": "^3.4.7",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-router": "11.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/orm/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

**Note:** Version bump only for package @midwayjs/orm





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/orm
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/orm",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "dist/index",
"typings": "index.d.ts",
"files": [
Expand All @@ -10,9 +10,9 @@
"index.d.ts"
],
"devDependencies": {
"@midwayjs/core": "^3.4.6",
"@midwayjs/core": "^3.4.7",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/mock": "^3.4.6",
"@midwayjs/mock": "^3.4.7",
"sqlite3": "5.0.10",
"typeorm": "0.3.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
16 changes: 8 additions & 8 deletions packages-legacy/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@midwayjs/serverless-app",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^3.4.6",
"@midwayjs/faas": "^3.4.6",
"@midwayjs/bootstrap": "^3.4.7",
"@midwayjs/faas": "^3.4.7",
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.4.6",
"@midwayjs/core": "^3.4.7",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/faas-middleware-upload": "0.0.7",
"@midwayjs/mock": "^3.4.6",
"@midwayjs/serverless-fc-starter": "^3.4.6",
"@midwayjs/serverless-fc-trigger": "^3.4.6",
"@midwayjs/mock": "^3.4.7",
"@midwayjs/serverless-fc-starter": "^3.4.7",
"@midwayjs/serverless-fc-trigger": "^3.4.7",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.6",
"@midwayjs/serverless-scf-trigger": "^3.4.7",
"fs-extra": "10.0.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/serverless-fc-starter",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.4.0"
},
"devDependencies": {
"@midwayjs/core": "^3.4.6",
"@midwayjs/core": "^3.4.7",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"raw-body": "2.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.6",
"@midwayjs/serverless-fc-starter": "^3.4.7",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.4.6",
"@midwayjs/core": "^3.4.7",
"supertest": "6.2.4"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/serverless-scf-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/serverless-scf-trigger",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.6",
"@midwayjs/serverless-fc-starter": "^3.4.7",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.4.6"
"@midwayjs/core": "^3.4.7"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-vercel-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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

**Note:** Version bump only for package @midwayjs/serverless-vercel-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/serverless-vercel-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/serverless-vercel-starter",
"private": true,
"version": "3.4.6",
"version": "3.4.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@midwayjs/core": "^3.4.6",
"@midwayjs/core": "^3.4.7",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"raw-body": "2.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-worker-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.

## [3.4.7](https://github.com/midwayjs/midway/compare/v3.4.6...v3.4.7) (2022-08-01)

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





## [3.4.6](https://github.com/midwayjs/midway/compare/v3.4.5...v3.4.6) (2022-07-31)

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

0 comments on commit 3c60619

Please sign in to comment.