Skip to content

Commit fa215bf

Browse files
committed
fix: upgrade tencent-component-toolkit for deleting compatibility
1 parent f1d6ed6 commit fa215bf

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

example/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "express-demo",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "app.js",
5+
"main": "sls.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/express",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "src/serverless.js",
55
"publishConfig": {
66
"access": "public"

serverless.component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: express
2-
version: 0.0.10
2+
version: 0.0.11
33
author: Tencent Cloud Inc.
44
org: Tencent Cloud Inc.
55
description: Deploys a serverless Express.js application onto Tencent SCF and Tencent APIGateway.

src/_shims/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@serverless/express",
3-
"version": "1.0.0",
43
"main": "./handler.js",
54
"publishConfig": {
65
"access": "public"

src/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@serverless/express",
3-
"version": "0.0.8",
43
"main": "./serverless.js",
54
"publishConfig": {
65
"access": "public"
@@ -16,7 +15,7 @@
1615
"fs-extra": "^8.1.0",
1716
"moment": "^2.24.0",
1817
"tencent-cloud-sdk": "^0.1.4",
19-
"tencent-component-toolkit": "^1.4.5",
18+
"tencent-component-toolkit": "^1.5.5",
2019
"type": "^2.0.0"
2120
}
2221
}

0 commit comments

Comments
 (0)