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 ef8d10f commit 05ce942Copy full SHA for 05ce942
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@serverless/koa",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"main": "src/serverless.js",
5
"publishConfig": {
6
"access": "public"
serverless.component.yml
@@ -1,5 +1,5 @@
name: koa
-version: 0.0.2
+version: 0.0.3
author: Tencent Cloud Inc.
org: Tencent Cloud Inc.
description: Deploys a serverless Koa.js application onto Tencent SCF and Tencent APIGateway.
src/package.json
@@ -13,7 +13,7 @@
13
"dependencies": {
14
"download": "^8.0.0",
15
"fs-extra": "^8.1.0",
16
- "tencent-component-toolkit": "^1.4.5",
+ "tencent-component-toolkit": "^1.5.5",
17
"type": "^2.0.0"
18
}
19
0 commit comments