Skip to content

Commit 5f67d79

Browse files
Rong5180rongxwang
andauthored
fix: 修复文件夹上传 (#96)
Co-authored-by: rongxwang <[email protected]>
1 parent 5cf96c3 commit 5f67d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

serverless.component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: scf
2-
version: 0.9.6
2+
version: 0.9.7
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
55
description: 单函数组件,允许用户开发部署单个腾讯 SCF 函数实例。适合进行单一函数开发的场景。如:定时触发任务。
@@ -343,4 +343,4 @@ actions:
343343
log:
344344
definition: Get function logs in 1hour
345345
metric:
346-
definition: Get function metrics
346+
definition: Get function metrics

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"adm-zip": "^0.5.5",
44
"download": "^8.0.0",
5-
"tencent-component-toolkit": "^2.23.2",
5+
"tencent-component-toolkit": "^2.23.3",
66
"type": "^2.0.0"
77
}
88
}

0 commit comments

Comments
 (0)