Skip to content

Commit f0a8f89

Browse files
committed
fix: update deps for error message
1 parent 153a5ae commit f0a8f89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.1.2
2+
version: 0.1.3
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
55
description: Deploy a serverless Express.js application on Tencent SCF and API Gateway.

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.15.4",
4+
"tencent-component-toolkit": "^1.15.7",
55
"type": "^2.0.0"
66
}
77
}

tests/integration.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jest.setTimeout(300000)
1010
const instanceYaml = {
1111
org: 'orgDemo',
1212
app: 'appDemo',
13-
component: 'express@dev',
13+
component: 'express',
1414
name: `express-integration-tests-${generateId()}`,
1515
stage: 'dev',
1616
inputs: {
1717
region: 'ap-guangzhou',
18-
runtime: 'Nodejs8.9',
18+
runtime: 'Nodejs10.15',
1919
apigatewayConf: { environment: 'test' }
2020
}
2121
}

0 commit comments

Comments
 (0)