Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
v0.2.95
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 15, 2020
1 parent a943081 commit 15629b5
Show file tree
Hide file tree
Showing 60 changed files with 375 additions and 105 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)


### Features

* meta-json support gateway ([#164](https://github.com/midwayjs/midway-faas/issues/164)) ([0472f1a](https://github.com/midwayjs/midway-faas/commit/0472f1acf578864298dc1c811727a3b38a1b559e))
* support debug by MIDWAY_FAAS_DEBUG ([#165](https://github.com/midwayjs/midway-faas/issues/165)) ([7c5cfc0](https://github.com/midwayjs/midway-faas/commit/7c5cfc0720fd3a6a58f4e30a477aa6500338f9b7))
* support koa application ([#162](https://github.com/midwayjs/midway-faas/issues/162)) ([364d62b](https://github.com/midwayjs/midway-faas/commit/364d62b48242d2ee86f97f087f912e640e8ff6e7))
* test support cov ([#161](https://github.com/midwayjs/midway-faas/issues/161)) ([b949b59](https://github.com/midwayjs/midway-faas/commit/b949b59d6db639f5026f508a6d3020fcf1836212))





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)


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

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

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





## [0.2.93](https://github.com/midwayjs/midway-faas/compare/v0.2.92...v0.2.93) (2020-05-05)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
14 changes: 7 additions & 7 deletions packages/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "0.2.93",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -17,12 +17,12 @@
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@midwayjs/runtime-engine": "^0.2.89",
"@midwayjs/runtime-mock": "^0.2.89",
"@midwayjs/serverless-fc-starter": "^0.2.93",
"@midwayjs/serverless-fc-trigger": "^0.2.93",
"@midwayjs/serverless-scf-starter": "^0.2.92",
"@midwayjs/serverless-scf-trigger": "^0.2.93",
"@midwayjs/runtime-engine": "^0.2.95",
"@midwayjs/runtime-mock": "^0.2.95",
"@midwayjs/serverless-fc-starter": "^0.2.95",
"@midwayjs/serverless-fc-trigger": "^0.2.95",
"@midwayjs/serverless-scf-starter": "^0.2.95",
"@midwayjs/serverless-scf-trigger": "^0.2.95",
"midway-bin": "^2.0.0",
"supertest": "^4.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-command-core/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-command-core





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-command-core
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-command-core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-command-core",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^0.2.94",
"@midwayjs/serverless-spec-builder": "^0.2.95",
"minimist": "^1.2.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-create/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-create





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-create
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-create/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-create",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/fcli-command-core": "^0.2.95",
"enquirer": "^2.3.4",
"fs-extra": "^8.1.0",
"light-generator": "^1.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-deploy/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-deploy",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.94"
"@midwayjs/fcli-command-core": "^0.2.95"
},
"devDependencies": {
"midway-bin": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-dev-pack/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack
Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-dev-pack",
"version": "0.2.94",
"version": "0.2.95",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,8 +13,8 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^0.2.94",
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/faas-dev-pack": "^0.2.95",
"@midwayjs/fcli-command-core": "^0.2.95",
"koa": "^2.11.0",
"koa-onerror": "^4.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-fc/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
10 changes: 5 additions & 5 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/serverless-fc-starter": "^0.2.93",
"@midwayjs/serverless-spec-builder": "^0.2.94"
"@midwayjs/fcli-command-core": "^0.2.95",
"@midwayjs/serverless-fc-starter": "^0.2.95",
"@midwayjs/serverless-spec-builder": "^0.2.95"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.94",
"@midwayjs/fcli-plugin-package": "^0.2.95",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-invoke/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)


### Features

* support debug by MIDWAY_FAAS_DEBUG ([#165](https://github.com/midwayjs/midway-faas/issues/165)) ([7c5cfc0](https://github.com/midwayjs/midway-faas/commit/7c5cfc0720fd3a6a58f4e30a477aa6500338f9b7))





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke
Expand Down
24 changes: 12 additions & 12 deletions packages/faas-cli-plugin-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.89",
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/faas-util-ts-compile": "^0.2.95",
"@midwayjs/fcli-command-core": "^0.2.95",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.2.2",
"@midwayjs/runtime-engine": "^0.2.89",
"@midwayjs/runtime-mock": "^0.2.89",
"@midwayjs/serverless-fc-starter": "^0.2.93",
"@midwayjs/serverless-fc-trigger": "^0.2.93",
"@midwayjs/serverless-scf-starter": "^0.2.92",
"@midwayjs/serverless-scf-trigger": "^0.2.93",
"@midwayjs/serverless-spec-builder": "^0.2.94",
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/runtime-engine": "^0.2.95",
"@midwayjs/runtime-mock": "^0.2.95",
"@midwayjs/serverless-fc-starter": "^0.2.95",
"@midwayjs/serverless-fc-trigger": "^0.2.95",
"@midwayjs/serverless-scf-starter": "^0.2.95",
"@midwayjs/serverless-scf-trigger": "^0.2.95",
"@midwayjs/serverless-spec-builder": "^0.2.95",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.92",
"@midwayjs/faas": "^0.2.95",
"midway-bin": "^2.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-package/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)


Expand Down
10 changes: 5 additions & 5 deletions packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.89",
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/faas-util-ts-compile": "^0.2.95",
"@midwayjs/fcli-command-core": "^0.2.95",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.2.2",
"archiver": "^3.1.1",
Expand All @@ -14,8 +14,8 @@
"micromatch": "^4.0.2"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.92",
"@midwayjs/serverless-spec-builder": "^0.2.94",
"@midwayjs/faas": "^0.2.95",
"@midwayjs/serverless-spec-builder": "^0.2.95",
"midway-bin": "^2.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-scf/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
Expand Down
10 changes: 5 additions & 5 deletions packages/faas-cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/serverless-scf-starter": "^0.2.92",
"@midwayjs/serverless-spec-builder": "^0.2.94",
"@midwayjs/fcli-command-core": "^0.2.95",
"@midwayjs/serverless-scf-starter": "^0.2.95",
"@midwayjs/serverless-spec-builder": "^0.2.95",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.94",
"@midwayjs/fcli-plugin-package": "^0.2.95",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-test/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.

## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15)


### Features

* test support cov ([#161](https://github.com/midwayjs/midway-faas/issues/161)) ([b949b59](https://github.com/midwayjs/midway-faas/commit/b949b59d6db639f5026f508a6d3020fcf1836212))





## [0.2.94](https://github.com/midwayjs/midway-faas/compare/v0.2.93...v0.2.94) (2020-05-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-test",
"version": "0.2.94",
"version": "0.2.95",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.94",
"@midwayjs/fcli-command-core": "^0.2.95",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"mocha": "^7.1.2",
Expand Down
Loading

0 comments on commit 15629b5

Please sign in to comment.