@midwayjs/fc-starter 3.7.3 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -138,7 +138,7 @@ class BootstrapStarter extends faas_1.AbstractBootstrapStarter {
138
138
  }
139
139
  }
140
140
  try {
141
- const result = await this.framework.getTriggerFunction(ctx, handlerName, {
141
+ const result = await this.framework.invokeTriggerFunction(ctx, handlerName, {
142
142
  isHttpFunction: isHTTPMode || isApiGateway,
143
143
  originEvent: event,
144
144
  originContext: context,
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@midwayjs/fc-starter",
3
- "version": "3.7.3",
3
+ "version": "3.8.0",
4
4
  "main": "dist/index",
5
5
  "typings": "dist/index.d.ts",
6
6
  "dependencies": {
7
- "@midwayjs/async-hooks-context-manager": "^3.7.0",
8
- "@midwayjs/faas": "^3.7.3",
7
+ "@midwayjs/async-hooks-context-manager": "^3.8.0",
8
+ "@midwayjs/faas": "^3.8.0",
9
9
  "raw-body": "2.5.1"
10
10
  },
11
11
  "devDependencies": {
12
- "@midwayjs/core": "^3.7.0",
12
+ "@midwayjs/core": "^3.8.0",
13
13
  "@midwayjs/serverless-http-parser": "^3.6.0"
14
14
  },
15
15
  "engines": {
@@ -29,5 +29,5 @@
29
29
  "url": "git@github.com:midwayjs/midway.git"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "8e6c830bca52818e0086873b542423d16e609aef"
32
+ "gitHead": "5c640c7182923587139f9f9c0aecf50585798e1e"
33
33
  }