Skip to content

Commit 821f3e6

Browse files
committed
fix: update deps
1 parent fe034d1 commit 821f3e6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: serverless.component.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: flask
2-
version: 0.0.7
3-
author: Tencent Cloud, Inc
4-
org: Tencent Cloud, Inc
2+
version: 0.0.8
3+
author: 'Tencent Cloud, Inc'
4+
org: 'Tencent Cloud, Inc'
55
description: Deploy a serverless Flask application onto Tencent SCF and API Gateway.
6-
keywords: tencent, serverless, flask
7-
repo: https://github.com/serverless-components/tencent-flask
8-
readme: https://github.com/serverless-components/tencent-flask/tree/master/README.md
6+
keywords: 'tencent, serverless, flask'
7+
repo: 'https://github.com/serverless-components/tencent-flask'
8+
readme: 'https://github.com/serverless-components/tencent-flask/tree/master/README.md'
99
license: MIT
1010
main: ./src
1111
webDeployable: true

Diff for: src/package.json

+2-2
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.16.3",
5-
"type": "^2.0.0"
4+
"tencent-component-toolkit": "^1.16.4",
5+
"type": "^2.1.0"
66
}
77
}

0 commit comments

Comments
 (0)