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

Commit

Permalink
v0.2.76
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Apr 16, 2020
1 parent 59f78ed commit b089adf
Show file tree
Hide file tree
Showing 48 changed files with 317 additions and 80 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)


### Bug Fixes

* add fc service properties definition ([d2a30ca](https://github.com/midwayjs/midway-faas/commit/d2a30ca5526d5cd2932b2623e71a70444544ec2a))
* aliyun gateway accept number ([55c77b3](https://github.com/midwayjs/midway-faas/commit/55c77b3aa9000249e0987e808cb558a74bf51a55))
* fc starter apigw ([acaa9d1](https://github.com/midwayjs/midway-faas/commit/acaa9d1c5a7704175feb2525970e2609bd237a7b))
* fix buffer event ([c05b219](https://github.com/midwayjs/midway-faas/commit/c05b2197658c869aff03f38d55df7775c87ac163))
* resume npm ([732ec0c](https://github.com/midwayjs/midway-faas/commit/732ec0c14d295e4a1664efb161e3e958cf530b03))
* set default env to ctx.env ([0f590eb](https://github.com/midwayjs/midway-faas/commit/0f590eb545a6e1eeeac3cda46681d759d5b5278d))
* support apigw ([2321c08](https://github.com/midwayjs/midway-faas/commit/2321c08be4ed7a076aa6004df95a64f04db0ee6d))
* tencent trigger ([#131](https://github.com/midwayjs/midway-faas/issues/131)) ([0e93057](https://github.com/midwayjs/midway-faas/commit/0e93057205c2b761d1ee6fcf7e9c5d35bab349a7))





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
}
},
"npmClient": "npm",
"version": "0.2.75"
"version": "0.2.76"
}
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.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)

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





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**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.75",
"version": "0.2.76",
"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.75",
"@midwayjs/runtime-mock": "^0.2.75",
"@midwayjs/serverless-fc-starter": "^0.2.75",
"@midwayjs/serverless-fc-trigger": "^0.2.75",
"@midwayjs/serverless-scf-starter": "^0.2.75",
"@midwayjs/serverless-scf-trigger": "^0.2.75",
"@midwayjs/runtime-engine": "^0.2.76",
"@midwayjs/runtime-mock": "^0.2.76",
"@midwayjs/serverless-fc-starter": "^0.2.76",
"@midwayjs/serverless-fc-trigger": "^0.2.76",
"@midwayjs/serverless-scf-starter": "^0.2.76",
"@midwayjs/serverless-scf-trigger": "^0.2.76",
"midway-bin": "^2.0.0",
"supertest": "^4.0.2"
},
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)


### Bug Fixes

* tencent trigger ([#131](https://github.com/midwayjs/midway-faas/issues/131)) ([0e93057](https://github.com/midwayjs/midway-faas/commit/0e93057205c2b761d1ee6fcf7e9c5d35bab349a7))





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**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.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^0.2.75",
"@midwayjs/serverless-spec-builder": "^0.2.76",
"minimist": "^1.2.0",
"urllib": "^2.34.1",
"ws": "^7.2.3"
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.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)

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





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**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.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.75",
"@midwayjs/fcli-command-core": "^0.2.76",
"enquirer": "^2.3.4",
"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.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)

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





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**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.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.75"
"@midwayjs/fcli-command-core": "^0.2.76"
},
"devDependencies": {
"midway-bin": "^2.0.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.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)

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





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**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.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^0.2.75",
"@midwayjs/serverless-fc-starter": "^0.2.75",
"@midwayjs/serverless-spec-builder": "^0.2.75"
"@midwayjs/fcli-command-core": "^0.2.76",
"@midwayjs/serverless-fc-starter": "^0.2.76",
"@midwayjs/serverless-spec-builder": "^0.2.76"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.75",
"@midwayjs/fcli-plugin-package": "^0.2.76",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)


### Bug Fixes

* support apigw ([2321c08](https://github.com/midwayjs/midway-faas/commit/2321c08be4ed7a076aa6004df95a64f04db0ee6d))
* tencent trigger ([#131](https://github.com/midwayjs/midway-faas/issues/131)) ([0e93057](https://github.com/midwayjs/midway-faas/commit/0e93057205c2b761d1ee6fcf7e9c5d35bab349a7))





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)


Expand Down
22 changes: 11 additions & 11 deletions packages/faas-cli-plugin-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "0.2.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.75",
"@midwayjs/fcli-command-core": "^0.2.75",
"@midwayjs/faas-util-ts-compile": "^0.2.76",
"@midwayjs/fcli-command-core": "^0.2.76",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.2.2",
"@midwayjs/runtime-engine": "^0.2.75",
"@midwayjs/runtime-mock": "^0.2.75",
"@midwayjs/serverless-fc-starter": "^0.2.75",
"@midwayjs/serverless-fc-trigger": "^0.2.75",
"@midwayjs/serverless-scf-starter": "^0.2.75",
"@midwayjs/serverless-scf-trigger": "^0.2.75",
"@midwayjs/serverless-spec-builder": "^0.2.75",
"@midwayjs/runtime-engine": "^0.2.76",
"@midwayjs/runtime-mock": "^0.2.76",
"@midwayjs/serverless-fc-starter": "^0.2.76",
"@midwayjs/serverless-fc-trigger": "^0.2.76",
"@midwayjs/serverless-scf-starter": "^0.2.76",
"@midwayjs/serverless-scf-trigger": "^0.2.76",
"@midwayjs/serverless-spec-builder": "^0.2.76",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.75",
"@midwayjs/faas": "^0.2.76",
"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.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)

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





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package
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.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.75",
"@midwayjs/fcli-command-core": "^0.2.75",
"@midwayjs/faas-util-ts-compile": "^0.2.76",
"@midwayjs/fcli-command-core": "^0.2.76",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.2.2",
"archiver": "^3.1.1",
Expand All @@ -15,8 +15,8 @@
"midway-bin": "^2.0.0"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.75",
"@midwayjs/serverless-spec-builder": "^0.2.75"
"@midwayjs/faas": "^0.2.76",
"@midwayjs/serverless-spec-builder": "^0.2.76"
},
"engines": {
"node": ">= 10"
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-scf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)


### Bug Fixes

* tencent trigger ([#131](https://github.com/midwayjs/midway-faas/issues/131)) ([0e93057](https://github.com/midwayjs/midway-faas/commit/0e93057205c2b761d1ee6fcf7e9c5d35bab349a7))
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.74",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.74",
"@midwayjs/serverless-scf-starter": "^0.2.74",
"@midwayjs/serverless-spec-builder": "^0.2.74",
"@midwayjs/fcli-command-core": "^0.2.76",
"@midwayjs/serverless-scf-starter": "^0.2.76",
"@midwayjs/serverless-spec-builder": "^0.2.76",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.74",
"@midwayjs/fcli-plugin-package": "^0.2.76",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)

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





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**Note:** Version bump only for package @midwayjs/fcli-plugin-test
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.75",
"version": "0.2.76",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.75",
"@midwayjs/fcli-command-core": "^0.2.76",
"midway-bin": "^2.0.0"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli/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.76](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.76) (2020-04-16)


### Bug Fixes

* tencent trigger ([#131](https://github.com/midwayjs/midway-faas/issues/131)) ([0e93057](https://github.com/midwayjs/midway-faas/commit/0e93057205c2b761d1ee6fcf7e9c5d35bab349a7))





## [0.2.75](https://github.com/midwayjs/midway-faas/compare/v0.2.71...v0.2.75) (2020-04-15)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down

0 comments on commit b089adf

Please sign in to comment.