Skip to content

Commit eae66b2

Browse files
committed
fix: upgrade deps
1 parent 064a4d8 commit eae66b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5",
3+
"version": "0.0.6",
44
"main": "src/serverless.js",
55
"publishConfig": {
66
"access": "public"

serverless.component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: koa
2-
version: 0.0.5
2+
version: 0.0.6
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
5-
description: Deploys a serverless Koa.js application onto Tencent SCF and Tencent APIGateway.
5+
description: Deploy a serverless Koa.js application onto Tencent SCF and APIGateway.
66
keywords: tencent, serverless, koa
77
repo: https://github.com/serverless-components/tencent-koa/
88
readme: https://github.com/serverless-components/tencent-koa/tree/master/README.md

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)