Skip to content

Commit 05ce942

Browse files
committed
fix: upgrade tencent-component-toolkit for delete compatibility
1 parent ef8d10f commit 05ce942

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/koa",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
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: koa
2-
version: 0.0.2
2+
version: 0.0.3
33
author: Tencent Cloud Inc.
44
org: Tencent Cloud Inc.
55
description: Deploys a serverless Koa.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
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"download": "^8.0.0",
1515
"fs-extra": "^8.1.0",
16-
"tencent-component-toolkit": "^1.4.5",
16+
"tencent-component-toolkit": "^1.5.5",
1717
"type": "^2.0.0"
1818
}
1919
}

0 commit comments

Comments
 (0)