We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec58024 commit bdd5062Copy full SHA for bdd5062
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@serverless/express",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"main": "src/serverless.js",
5
"publishConfig": {
6
"access": "public"
serverless.component.yml
@@ -1,5 +1,5 @@
name: express
-version: 0.0.17
+version: 0.0.18
author: Tencent Cloud, Inc.
org: Tencent Cloud, Inc.
description: Deploys a serverless Express.js application onto Tencent SCF and Tencent APIGateway.
src/package.json
@@ -1,7 +1,7 @@
"dependencies": {
"download": "^8.0.0",
- "tencent-component-toolkit": "^1.12.10",
+ "tencent-component-toolkit": "^1.12.13",
"type": "^2.0.0"
}
7
0 commit comments