Skip to content

Commit 4ba2edf

Browse files
committed
fix: upgrade tencent-component-toolkit
1 parent 7d4fcc3 commit 4ba2edf

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const CONFIGS = {
99
timeout: 3,
1010
memorySize: 128,
1111
namespace: 'default',
12-
description: 'This is a function created by serverless component'
12+
description: 'Created by Serverless Component'
1313
}
1414

1515
module.exports = CONFIGS

src/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
{
2-
"name": "@serverless/express",
3-
"main": "./serverless.js",
4-
"publishConfig": {
5-
"access": "public"
6-
},
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1",
9-
"lint": "eslint . --fix --cache"
10-
},
11-
"author": "Tencent Cloud, Inc.",
12-
"license": "MIT",
132
"dependencies": {
143
"download": "^8.0.0",
15-
"tencent-component-toolkit": "^1.12.7",
4+
"tencent-component-toolkit": "^1.12.9",
165
"type": "^2.0.0"
176
}
187
}

0 commit comments

Comments
 (0)