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 5cf96c3 commit 5f67d79Copy full SHA for 5f67d79
serverless.component.yml
@@ -1,5 +1,5 @@
1
name: scf
2
-version: 0.9.6
+version: 0.9.7
3
author: Tencent Cloud, Inc.
4
org: Tencent Cloud, Inc.
5
description: 单函数组件,允许用户开发部署单个腾讯 SCF 函数实例。适合进行单一函数开发的场景。如:定时触发任务。
@@ -343,4 +343,4 @@ actions:
343
log:
344
definition: Get function logs in 1hour
345
metric:
346
- definition: Get function metrics
+ definition: Get function metrics
src/package.json
@@ -2,7 +2,7 @@
"dependencies": {
"adm-zip": "^0.5.5",
"download": "^8.0.0",
- "tencent-component-toolkit": "^2.23.2",
+ "tencent-component-toolkit": "^2.23.3",
6
"type": "^2.0.0"
7
}
8
0 commit comments