Skip to content

Commit

Permalink
serverless-v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jul 23, 2020
1 parent f40dbae commit 920af76
Show file tree
Hide file tree
Showing 34 changed files with 197 additions and 52 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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)


### Bug Fixes

* skip compile when tsconfig not found ([#549](https://github.com/midwayjs/midway-faas/issues/549)) ([f40dbae](https://github.com/midwayjs/midway-faas/commit/f40dbaec4883f60801b895d4929fa09f47bb2506))





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)


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": "1.1.1"
"version": "1.1.2"
}
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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





# [1.1.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.11...serverless-v1.1.0) (2020-07-21)


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": "1.1.0",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.2",
"minimist": "^1.2.5"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-aws/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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"@midwayjs/serverless-fc-starter": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.2",
"aws-sdk": "^2.712.0",
"ejs": "^3.1.3",
"enquirer": "^2.3.4",
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.1",
"@midwayjs/fcli-plugin-package": "^1.1.2",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





# [1.1.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.11...serverless-v1.1.0) (2020-07-21)

**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": "1.1.0",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





# [1.1.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.11...serverless-v1.1.0) (2020-07-21)

**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": "1.1.0",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.0"
"@midwayjs/fcli-command-core": "^1.1.2"
},
"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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)

**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": "1.1.1",
"version": "1.1.2",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,8 +13,8 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.1.1",
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/faas-dev-pack": "^1.1.2",
"@midwayjs/fcli-command-core": "^1.1.2",
"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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"@midwayjs/serverless-fc-starter": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.2",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.1",
"@midwayjs/fcli-plugin-package": "^1.1.2",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)

**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke
Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/faas-code-analysis": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.3.0",
"@midwayjs/runtime-engine": "^1.1.0",
Expand All @@ -15,7 +15,7 @@
"@midwayjs/serverless-fc-trigger": "^1.1.0",
"@midwayjs/serverless-scf-starter": "^1.1.0",
"@midwayjs/serverless-scf-trigger": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.2",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
},
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)


### Bug Fixes

* skip compile when tsconfig not found ([#549](https://github.com/midwayjs/midway-faas/issues/549)) ([f40dbae](https://github.com/midwayjs/midway-faas/commit/f40dbaec4883f60801b895d4929fa09f47bb2506))





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package
Expand Down
6 changes: 3 additions & 3 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": "1.1.1",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-code-analysis": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.3.0",
"archiver": "^3.1.1",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@midwayjs/faas": "^1.1.1",
"@midwayjs/serverless-spec-builder": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.2",
"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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
Expand Down
8 changes: 4 additions & 4 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": "1.1.1",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"@midwayjs/serverless-scf-starter": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.0",
"@midwayjs/serverless-spec-builder": "^1.1.2",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.1",
"@midwayjs/fcli-plugin-package": "^1.1.2",
"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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





# [1.1.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.11...serverless-v1.1.0) (2020-07-21)


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": "1.1.0",
"version": "1.1.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.0",
"@midwayjs/fcli-command-core": "^1.1.2",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"mocha": "^7.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli/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.

## [1.1.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.1...serverless-v1.1.2) (2020-07-23)

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





## [1.1.1](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.0...serverless-v1.1.1) (2020-07-22)

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

0 comments on commit 920af76

Please sign in to comment.