diff --git a/CHANGELOG.md b/CHANGELOG.md index 006b5844..c70a133d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + +### Features + +* command-core support user lifecycle config ([#167](https://github.com/midwayjs/midway-faas/issues/167)) ([ebb84a2](https://github.com/midwayjs/midway-faas/commit/ebb84a2c215d6af504841d448db14149cac4d155)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) diff --git a/lerna.json b/lerna.json index a4aab07c..4fb709df 100644 --- a/lerna.json +++ b/lerna.json @@ -24,5 +24,5 @@ } }, "npmClient": "npm", - "version": "0.2.96" + "version": "0.2.97" } diff --git a/packages/egg-layer/CHANGELOG.md b/packages/egg-layer/CHANGELOG.md index 8f03e999..b168df0c 100644 --- a/packages/egg-layer/CHANGELOG.md +++ b/packages/egg-layer/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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 diff --git a/packages/egg-layer/package.json b/packages/egg-layer/package.json index 6f793362..739a3f6b 100644 --- a/packages/egg-layer/package.json +++ b/packages/egg-layer/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/egg-layer", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "scripts": { @@ -17,12 +17,12 @@ "koa-compose": "^4.1.0" }, "devDependencies": { - "@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/runtime-engine": "^0.2.97", + "@midwayjs/runtime-mock": "^0.2.97", + "@midwayjs/serverless-fc-starter": "^0.2.97", + "@midwayjs/serverless-fc-trigger": "^0.2.97", + "@midwayjs/serverless-scf-starter": "^0.2.97", + "@midwayjs/serverless-scf-trigger": "^0.2.97", "midway-bin": "^2.0.0", "supertest": "^4.0.2" }, diff --git a/packages/faas-cli-command-core/CHANGELOG.md b/packages/faas-cli-command-core/CHANGELOG.md index d8915e06..d1eb25f3 100644 --- a/packages/faas-cli-command-core/CHANGELOG.md +++ b/packages/faas-cli-command-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + +### Features + +* command-core support user lifecycle config ([#167](https://github.com/midwayjs/midway-faas/issues/167)) ([ebb84a2](https://github.com/midwayjs/midway-faas/commit/ebb84a2c215d6af504841d448db14149cac4d155)) + + + + + ## [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 diff --git a/packages/faas-cli-command-core/package.json b/packages/faas-cli-command-core/package.json index 456996c3..eecc64d4 100644 --- a/packages/faas-cli-command-core/package.json +++ b/packages/faas-cli-command-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-command-core", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/serverless-spec-builder": "^0.2.95", + "@midwayjs/serverless-spec-builder": "^0.2.97", "minimist": "^1.2.0" }, "devDependencies": { diff --git a/packages/faas-cli-plugin-create/CHANGELOG.md b/packages/faas-cli-plugin-create/CHANGELOG.md index bfa68320..2fbdf6f3 100644 --- a/packages/faas-cli-plugin-create/CHANGELOG.md +++ b/packages/faas-cli-plugin-create/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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 diff --git a/packages/faas-cli-plugin-create/package.json b/packages/faas-cli-plugin-create/package.json index 9851d5d7..866b806c 100644 --- a/packages/faas-cli-plugin-create/package.json +++ b/packages/faas-cli-plugin-create/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-create", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.95", + "@midwayjs/fcli-command-core": "^0.2.97", "enquirer": "^2.3.4", "fs-extra": "^8.1.0", "light-generator": "^1.3.2" diff --git a/packages/faas-cli-plugin-deploy/CHANGELOG.md b/packages/faas-cli-plugin-deploy/CHANGELOG.md index fb2b498f..7449984e 100644 --- a/packages/faas-cli-plugin-deploy/CHANGELOG.md +++ b/packages/faas-cli-plugin-deploy/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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 diff --git a/packages/faas-cli-plugin-deploy/package.json b/packages/faas-cli-plugin-deploy/package.json index f7df3148..0f68050f 100644 --- a/packages/faas-cli-plugin-deploy/package.json +++ b/packages/faas-cli-plugin-deploy/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-deploy", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.95" + "@midwayjs/fcli-command-core": "^0.2.97" }, "devDependencies": { "midway-bin": "^2.0.0" diff --git a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md index 32273560..03110597 100644 --- a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md +++ b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack diff --git a/packages/faas-cli-plugin-dev-pack/package.json b/packages/faas-cli-plugin-dev-pack/package.json index 5372cb0a..e0f76d2a 100644 --- a/packages/faas-cli-plugin-dev-pack/package.json +++ b/packages/faas-cli-plugin-dev-pack/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-dev-pack", - "version": "0.2.96", + "version": "0.2.97", "description": "faas cli dev pack", "keywords": [ "faas", @@ -13,8 +13,8 @@ "src" ], "dependencies": { - "@midwayjs/faas-dev-pack": "^0.2.96", - "@midwayjs/fcli-command-core": "^0.2.95", + "@midwayjs/faas-dev-pack": "^0.2.97", + "@midwayjs/fcli-command-core": "^0.2.97", "koa": "^2.11.0", "koa-onerror": "^4.1.0" }, diff --git a/packages/faas-cli-plugin-fc/CHANGELOG.md b/packages/faas-cli-plugin-fc/CHANGELOG.md index d7756863..95bae8b5 100644 --- a/packages/faas-cli-plugin-fc/CHANGELOG.md +++ b/packages/faas-cli-plugin-fc/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/fcli-plugin-fc diff --git a/packages/faas-cli-plugin-fc/package.json b/packages/faas-cli-plugin-fc/package.json index ada3f8f2..cb10a13d 100644 --- a/packages/faas-cli-plugin-fc/package.json +++ b/packages/faas-cli-plugin-fc/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-fc", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@alicloud/fun": "^3.1.3", - "@midwayjs/fcli-command-core": "^0.2.95", - "@midwayjs/serverless-fc-starter": "^0.2.95", - "@midwayjs/serverless-spec-builder": "^0.2.95" + "@midwayjs/fcli-command-core": "^0.2.97", + "@midwayjs/serverless-fc-starter": "^0.2.97", + "@midwayjs/serverless-spec-builder": "^0.2.97" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^0.2.96", + "@midwayjs/fcli-plugin-package": "^0.2.97", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-invoke/CHANGELOG.md b/packages/faas-cli-plugin-invoke/CHANGELOG.md index aefde670..b6ce635f 100644 --- a/packages/faas-cli-plugin-invoke/CHANGELOG.md +++ b/packages/faas-cli-plugin-invoke/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/fcli-plugin-invoke diff --git a/packages/faas-cli-plugin-invoke/package.json b/packages/faas-cli-plugin-invoke/package.json index 2853fd93..34295ba0 100644 --- a/packages/faas-cli-plugin-invoke/package.json +++ b/packages/faas-cli-plugin-invoke/package.json @@ -1,26 +1,26 @@ { "name": "@midwayjs/fcli-plugin-invoke", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^0.0.3", - "@midwayjs/faas-util-ts-compile": "^0.2.95", - "@midwayjs/fcli-command-core": "^0.2.95", + "@midwayjs/faas-util-ts-compile": "^0.2.97", + "@midwayjs/fcli-command-core": "^0.2.97", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.2.2", - "@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", + "@midwayjs/runtime-engine": "^0.2.97", + "@midwayjs/runtime-mock": "^0.2.97", + "@midwayjs/serverless-fc-starter": "^0.2.97", + "@midwayjs/serverless-fc-trigger": "^0.2.97", + "@midwayjs/serverless-scf-starter": "^0.2.97", + "@midwayjs/serverless-scf-trigger": "^0.2.97", + "@midwayjs/serverless-spec-builder": "^0.2.97", "fs-extra": "^8.1.0", "globby": "^10.0.1" }, "devDependencies": { - "@midwayjs/faas": "^0.2.96", + "@midwayjs/faas": "^0.2.97", "midway-bin": "^2.0.0" }, "engines": { diff --git a/packages/faas-cli-plugin-package/CHANGELOG.md b/packages/faas-cli-plugin-package/CHANGELOG.md index 1af722e4..aa225c6e 100644 --- a/packages/faas-cli-plugin-package/CHANGELOG.md +++ b/packages/faas-cli-plugin-package/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/fcli-plugin-package diff --git a/packages/faas-cli-plugin-package/package.json b/packages/faas-cli-plugin-package/package.json index 2bdefa1f..fc35844e 100644 --- a/packages/faas-cli-plugin-package/package.json +++ b/packages/faas-cli-plugin-package/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/fcli-plugin-package", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/faas-util-ts-compile": "^0.2.95", - "@midwayjs/fcli-command-core": "^0.2.95", + "@midwayjs/faas-util-ts-compile": "^0.2.97", + "@midwayjs/fcli-command-core": "^0.2.97", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.2.2", "archiver": "^3.1.1", @@ -14,8 +14,8 @@ "micromatch": "^4.0.2" }, "devDependencies": { - "@midwayjs/faas": "^0.2.96", - "@midwayjs/serverless-spec-builder": "^0.2.95", + "@midwayjs/faas": "^0.2.97", + "@midwayjs/serverless-spec-builder": "^0.2.97", "midway-bin": "^2.0.0" }, "engines": { diff --git a/packages/faas-cli-plugin-scf/CHANGELOG.md b/packages/faas-cli-plugin-scf/CHANGELOG.md index c97e5d5d..32636267 100644 --- a/packages/faas-cli-plugin-scf/CHANGELOG.md +++ b/packages/faas-cli-plugin-scf/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/fcli-plugin-scf diff --git a/packages/faas-cli-plugin-scf/package.json b/packages/faas-cli-plugin-scf/package.json index 228eb8b0..8c2305ce 100644 --- a/packages/faas-cli-plugin-scf/package.json +++ b/packages/faas-cli-plugin-scf/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-scf", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.95", - "@midwayjs/serverless-scf-starter": "^0.2.95", - "@midwayjs/serverless-spec-builder": "^0.2.95", + "@midwayjs/fcli-command-core": "^0.2.97", + "@midwayjs/serverless-scf-starter": "^0.2.97", + "@midwayjs/serverless-spec-builder": "^0.2.97", "serverless-tencent-scf": "^0.1.36" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^0.2.96", + "@midwayjs/fcli-plugin-package": "^0.2.97", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-test/CHANGELOG.md b/packages/faas-cli-plugin-test/CHANGELOG.md index 9836b9e8..b57b827b 100644 --- a/packages/faas-cli-plugin-test/CHANGELOG.md +++ b/packages/faas-cli-plugin-test/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15) diff --git a/packages/faas-cli-plugin-test/package.json b/packages/faas-cli-plugin-test/package.json index c4191a60..4d79b3d6 100644 --- a/packages/faas-cli-plugin-test/package.json +++ b/packages/faas-cli-plugin-test/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-test", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.95", + "@midwayjs/fcli-command-core": "^0.2.97", "fs-extra": "^9.0.0", "globby": "^11.0.0", "mocha": "^7.1.2", diff --git a/packages/faas-cli/CHANGELOG.md b/packages/faas-cli/CHANGELOG.md index 5592acfe..db256276 100644 --- a/packages/faas-cli/CHANGELOG.md +++ b/packages/faas-cli/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/faas-cli diff --git a/packages/faas-cli/package.json b/packages/faas-cli/package.json index cdef56a8..8eab7cb0 100644 --- a/packages/faas-cli/package.json +++ b/packages/faas-cli/package.json @@ -1,20 +1,20 @@ { "name": "@midwayjs/faas-cli", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^0.0.3", - "@midwayjs/fcli-command-core": "^0.2.95", - "@midwayjs/fcli-plugin-create": "^0.2.95", - "@midwayjs/fcli-plugin-deploy": "^0.2.95", - "@midwayjs/fcli-plugin-dev-pack": "^0.2.96", - "@midwayjs/fcli-plugin-fc": "^0.2.96", - "@midwayjs/fcli-plugin-invoke": "^0.2.96", - "@midwayjs/fcli-plugin-package": "^0.2.96", - "@midwayjs/fcli-plugin-scf": "^0.2.96", - "@midwayjs/fcli-plugin-test": "^0.2.95", - "@midwayjs/serverless-spec-builder": "^0.2.95", + "@midwayjs/fcli-command-core": "^0.2.97", + "@midwayjs/fcli-plugin-create": "^0.2.97", + "@midwayjs/fcli-plugin-deploy": "^0.2.97", + "@midwayjs/fcli-plugin-dev-pack": "^0.2.97", + "@midwayjs/fcli-plugin-fc": "^0.2.97", + "@midwayjs/fcli-plugin-invoke": "^0.2.97", + "@midwayjs/fcli-plugin-package": "^0.2.97", + "@midwayjs/fcli-plugin-scf": "^0.2.97", + "@midwayjs/fcli-plugin-test": "^0.2.97", + "@midwayjs/serverless-spec-builder": "^0.2.97", "enquirer": "^2.3.4", "minimist": "^1.2.5", "source-map-support": "^0.5.19" diff --git a/packages/faas-dev-pack/CHANGELOG.md b/packages/faas-dev-pack/CHANGELOG.md index bce5097c..89183001 100644 --- a/packages/faas-dev-pack/CHANGELOG.md +++ b/packages/faas-dev-pack/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/faas-dev-pack diff --git a/packages/faas-dev-pack/package.json b/packages/faas-dev-pack/package.json index edec07f2..76d20e4f 100644 --- a/packages/faas-dev-pack/package.json +++ b/packages/faas-dev-pack/package.json @@ -1,19 +1,19 @@ { "name": "@midwayjs/faas-dev-pack", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^0.2.96", - "@midwayjs/gateway-common-http": "^0.2.96", - "@midwayjs/serverless-invoke": "^0.2.96", + "@midwayjs/gateway-common-core": "^0.2.97", + "@midwayjs/gateway-common-http": "^0.2.97", + "@midwayjs/serverless-invoke": "^0.2.97", "body-parser": "^1.19.0", "compose-middleware": "^5.0.1", "koa-bodyparser": "^4.2.1", "koa-compose": "^4.1.0" }, "devDependencies": { - "@midwayjs/faas": "^0.2.96", + "@midwayjs/faas": "^0.2.97", "@types/express": "^4.17.0", "@types/koa": "^2.0.49", "express": "^4.17.1", diff --git a/packages/faas-util-ts-compile/CHANGELOG.md b/packages/faas-util-ts-compile/CHANGELOG.md index 7a8d4d1c..12770073 100644 --- a/packages/faas-util-ts-compile/CHANGELOG.md +++ b/packages/faas-util-ts-compile/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/faas-util-ts-compile diff --git a/packages/faas-util-ts-compile/package.json b/packages/faas-util-ts-compile/package.json index a965f4da..102b1461 100644 --- a/packages/faas-util-ts-compile/package.json +++ b/packages/faas-util-ts-compile/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/faas-util-ts-compile", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { diff --git a/packages/faas/CHANGELOG.md b/packages/faas/CHANGELOG.md index 0c681cff..d70f5a3b 100644 --- a/packages/faas/CHANGELOG.md +++ b/packages/faas/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) diff --git a/packages/faas/package.json b/packages/faas/package.json index 86cc5686..1c046224 100644 --- a/packages/faas/package.json +++ b/packages/faas/package.json @@ -1,13 +1,13 @@ { "name": "@midwayjs/faas", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "index.d.ts", "dependencies": { "@midwayjs/core": "^2.0.0", "@midwayjs/decorator": "^2.0.8", "@midwayjs/faas-typings": "^0.2.95", - "@midwayjs/simple-lock": "^0.2.95", + "@midwayjs/simple-lock": "^0.2.97", "debug": "^4.1.1", "deep-eql": "^4.0.0", "is-type-of": "^1.2.1", diff --git a/packages/gateway-common-core/CHANGELOG.md b/packages/gateway-common-core/CHANGELOG.md index fbc5dace..939e26cf 100644 --- a/packages/gateway-common-core/CHANGELOG.md +++ b/packages/gateway-common-core/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/gateway-common-core diff --git a/packages/gateway-common-core/package.json b/packages/gateway-common-core/package.json index 6bf9114b..e147bcdf 100644 --- a/packages/gateway-common-core/package.json +++ b/packages/gateway-common-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/gateway-common-core", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/serverless-invoke": "^0.2.96", + "@midwayjs/serverless-invoke": "^0.2.97", "@types/express": "^4.17.0", "@types/koa": "^2.0.49", "body-parser": "^1.19.0", diff --git a/packages/gateway-common-http/CHANGELOG.md b/packages/gateway-common-http/CHANGELOG.md index 8eab7491..462ae333 100644 --- a/packages/gateway-common-http/CHANGELOG.md +++ b/packages/gateway-common-http/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/gateway-common-http diff --git a/packages/gateway-common-http/package.json b/packages/gateway-common-http/package.json index 193f54c8..70359fac 100644 --- a/packages/gateway-common-http/package.json +++ b/packages/gateway-common-http/package.json @@ -1,17 +1,17 @@ { "name": "@midwayjs/gateway-common-http", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^0.2.96", - "@midwayjs/serverless-invoke": "^0.2.96", - "@midwayjs/serverless-spec-builder": "^0.2.95", + "@midwayjs/gateway-common-core": "^0.2.97", + "@midwayjs/serverless-invoke": "^0.2.97", + "@midwayjs/serverless-spec-builder": "^0.2.97", "@types/express": "^4.17.0", "picomatch": "^2.2.1" }, "devDependencies": { - "@midwayjs/faas": "^0.2.96", + "@midwayjs/faas": "^0.2.97", "express": "^4.17.1", "koa": "^2.11.0", "micromatch": "^4.0.2", diff --git a/packages/runtime-engine/CHANGELOG.md b/packages/runtime-engine/CHANGELOG.md index bbc7b920..38b3fe47 100644 --- a/packages/runtime-engine/CHANGELOG.md +++ b/packages/runtime-engine/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/runtime-engine diff --git a/packages/runtime-engine/package.json b/packages/runtime-engine/package.json index b884f52d..66724021 100644 --- a/packages/runtime-engine/package.json +++ b/packages/runtime-engine/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/runtime-engine", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { diff --git a/packages/runtime-mock/CHANGELOG.md b/packages/runtime-mock/CHANGELOG.md index 58a055ed..45e4bef2 100644 --- a/packages/runtime-mock/CHANGELOG.md +++ b/packages/runtime-mock/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/runtime-mock diff --git a/packages/runtime-mock/package.json b/packages/runtime-mock/package.json index 1e3560e6..5107c08f 100644 --- a/packages/runtime-mock/package.json +++ b/packages/runtime-mock/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/runtime-mock", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/runtime-engine": "^0.2.95" + "@midwayjs/runtime-engine": "^0.2.97" }, "devDependencies": { "midway-bin": "^2.0.0" diff --git a/packages/serverless-aws-starter/CHANGELOG.md b/packages/serverless-aws-starter/CHANGELOG.md index 46fe42e6..4515c770 100644 --- a/packages/serverless-aws-starter/CHANGELOG.md +++ b/packages/serverless-aws-starter/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/serverless-aws-starter diff --git a/packages/serverless-aws-starter/package.json b/packages/serverless-aws-starter/package.json index fbbd31ca..a0727594 100644 --- a/packages/serverless-aws-starter/package.json +++ b/packages/serverless-aws-starter/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/serverless-aws-starter", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/runtime-engine": "^0.2.95" + "@midwayjs/runtime-engine": "^0.2.97" }, "devDependencies": { "midway-bin": "^2.0.0", diff --git a/packages/serverless-fc-starter/CHANGELOG.md b/packages/serverless-fc-starter/CHANGELOG.md index cee753ac..66375069 100644 --- a/packages/serverless-fc-starter/CHANGELOG.md +++ b/packages/serverless-fc-starter/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15) diff --git a/packages/serverless-fc-starter/package.json b/packages/serverless-fc-starter/package.json index 298fc4df..9053185d 100644 --- a/packages/serverless-fc-starter/package.json +++ b/packages/serverless-fc-starter/package.json @@ -1,14 +1,14 @@ { "name": "@midwayjs/serverless-fc-starter", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/runtime-engine": "^0.2.95", - "@midwayjs/serverless-http-parser": "^0.2.95" + "@midwayjs/runtime-engine": "^0.2.97", + "@midwayjs/serverless-http-parser": "^0.2.97" }, "devDependencies": { - "@midwayjs/runtime-mock": "^0.2.95", + "@midwayjs/runtime-mock": "^0.2.97", "midway-bin": "^2.0.0", "raw-body": "^2.4.1" }, diff --git a/packages/serverless-fc-trigger/CHANGELOG.md b/packages/serverless-fc-trigger/CHANGELOG.md index 343e89bf..7764ddad 100644 --- a/packages/serverless-fc-trigger/CHANGELOG.md +++ b/packages/serverless-fc-trigger/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/serverless-fc-trigger diff --git a/packages/serverless-fc-trigger/package.json b/packages/serverless-fc-trigger/package.json index 96c75697..2c357c3e 100644 --- a/packages/serverless-fc-trigger/package.json +++ b/packages/serverless-fc-trigger/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/serverless-fc-trigger", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/runtime-mock": "^0.2.95", - "@midwayjs/serverless-fc-starter": "^0.2.95", + "@midwayjs/runtime-mock": "^0.2.97", + "@midwayjs/serverless-fc-starter": "^0.2.97", "express": "^4.17.1" }, "devDependencies": { diff --git a/packages/serverless-http-parser/CHANGELOG.md b/packages/serverless-http-parser/CHANGELOG.md index 81d190c7..120b7801 100644 --- a/packages/serverless-http-parser/CHANGELOG.md +++ b/packages/serverless-http-parser/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15) diff --git a/packages/serverless-http-parser/package.json b/packages/serverless-http-parser/package.json index f0c662e9..db563db7 100644 --- a/packages/serverless-http-parser/package.json +++ b/packages/serverless-http-parser/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/serverless-http-parser", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { diff --git a/packages/serverless-invoke/CHANGELOG.md b/packages/serverless-invoke/CHANGELOG.md index ae8faaf7..fb0f9f6d 100644 --- a/packages/serverless-invoke/CHANGELOG.md +++ b/packages/serverless-invoke/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/serverless-invoke diff --git a/packages/serverless-invoke/package.json b/packages/serverless-invoke/package.json index e28e7ab2..8c291966 100644 --- a/packages/serverless-invoke/package.json +++ b/packages/serverless-invoke/package.json @@ -1,13 +1,13 @@ { "name": "@midwayjs/serverless-invoke", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-plugin-invoke": "^0.2.96" + "@midwayjs/fcli-plugin-invoke": "^0.2.97" }, "devDependencies": { - "@midwayjs/faas": "^0.2.96", + "@midwayjs/faas": "^0.2.97", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/serverless-meta-json/CHANGELOG.md b/packages/serverless-meta-json/CHANGELOG.md index 232e7f03..f7565a9e 100644 --- a/packages/serverless-meta-json/CHANGELOG.md +++ b/packages/serverless-meta-json/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.96](https://github.com/midwayjs/midway-faas/compare/v0.2.95...v0.2.96) (2020-05-16) **Note:** Version bump only for package @midwayjs/serverless-meta-json diff --git a/packages/serverless-meta-json/package.json b/packages/serverless-meta-json/package.json index 175d6fe9..7bd1c3f8 100644 --- a/packages/serverless-meta-json/package.json +++ b/packages/serverless-meta-json/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/serverless-meta-json", - "version": "0.2.96", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/faas": "^0.2.96", + "@midwayjs/faas": "^0.2.97", "midway-bin": "^2.0.0" }, "files": [ diff --git a/packages/serverless-scf-starter/CHANGELOG.md b/packages/serverless-scf-starter/CHANGELOG.md index 19679eb4..34478cd5 100644 --- a/packages/serverless-scf-starter/CHANGELOG.md +++ b/packages/serverless-scf-starter/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15) diff --git a/packages/serverless-scf-starter/package.json b/packages/serverless-scf-starter/package.json index 80e66bc6..e5aec419 100644 --- a/packages/serverless-scf-starter/package.json +++ b/packages/serverless-scf-starter/package.json @@ -1,15 +1,15 @@ { "name": "@midwayjs/serverless-scf-starter", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/runtime-engine": "^0.2.95", - "@midwayjs/serverless-http-parser": "^0.2.95" + "@midwayjs/runtime-engine": "^0.2.97", + "@midwayjs/serverless-http-parser": "^0.2.97" }, "devDependencies": { "@midwayjs/faas-typings": "^0.2.95", - "@midwayjs/runtime-mock": "^0.2.95", + "@midwayjs/runtime-mock": "^0.2.97", "midway-bin": "^2.0.0" }, "engines": { diff --git a/packages/serverless-scf-trigger/CHANGELOG.md b/packages/serverless-scf-trigger/CHANGELOG.md index 679dcf9c..f59985ac 100644 --- a/packages/serverless-scf-trigger/CHANGELOG.md +++ b/packages/serverless-scf-trigger/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/serverless-scf-trigger diff --git a/packages/serverless-scf-trigger/package.json b/packages/serverless-scf-trigger/package.json index e9a83d9d..42a67ae6 100644 --- a/packages/serverless-scf-trigger/package.json +++ b/packages/serverless-scf-trigger/package.json @@ -1,13 +1,13 @@ { "name": "@midwayjs/serverless-scf-trigger", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/faas-typings": "^0.2.95", - "@midwayjs/runtime-mock": "^0.2.95", - "@midwayjs/serverless-fc-starter": "^0.2.95", - "@midwayjs/serverless-scf-starter": "^0.2.95", + "@midwayjs/runtime-mock": "^0.2.97", + "@midwayjs/serverless-fc-starter": "^0.2.97", + "@midwayjs/serverless-scf-starter": "^0.2.97", "express": "^4.17.1" }, "devDependencies": { diff --git a/packages/serverless-spec-builder/CHANGELOG.md b/packages/serverless-spec-builder/CHANGELOG.md index e89759d9..9cfedbf2 100644 --- a/packages/serverless-spec-builder/CHANGELOG.md +++ b/packages/serverless-spec-builder/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [0.2.95](https://github.com/midwayjs/midway-faas/compare/v0.2.94...v0.2.95) (2020-05-15) diff --git a/packages/serverless-spec-builder/package.json b/packages/serverless-spec-builder/package.json index e196a29a..2a7d3397 100644 --- a/packages/serverless-spec-builder/package.json +++ b/packages/serverless-spec-builder/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/serverless-spec-builder", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { diff --git a/packages/simple-lock/CHANGELOG.md b/packages/simple-lock/CHANGELOG.md index 4afaf4db..225e45b1 100644 --- a/packages/simple-lock/CHANGELOG.md +++ b/packages/simple-lock/CHANGELOG.md @@ -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.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16) + + +### Bug Fixes + +* fix windows path when invoke ([#169](https://github.com/midwayjs/midway-faas/issues/169)) ([e637a0a](https://github.com/midwayjs/midway-faas/commit/e637a0ab05a769a3797e2dccf0612bbbf650d074)) + + + + + ## [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/simple-lock diff --git a/packages/simple-lock/package.json b/packages/simple-lock/package.json index 1a505b5e..77decd08 100644 --- a/packages/simple-lock/package.json +++ b/packages/simple-lock/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/simple-lock", - "version": "0.2.95", + "version": "0.2.97", "main": "dist/index", "typings": "dist/index.d.ts", "files": [