Skip to content

Commit bdd5062

Browse files
committed
fix: upgrade tencent-component-toolkit
1 parent ec58024 commit bdd5062

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/express",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"main": "src/serverless.js",
55
"publishConfig": {
66
"access": "public"

serverless.component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: express
2-
version: 0.0.17
2+
version: 0.0.18
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
55
description: Deploys a serverless Express.js application onto Tencent SCF and Tencent APIGateway.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"download": "^8.0.0",
4-
"tencent-component-toolkit": "^1.12.10",
4+
"tencent-component-toolkit": "^1.12.13",
55
"type": "^2.0.0"
66
}
77
}

0 commit comments

Comments
 (0)