File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : express
2- version : 0.1.2
2+ version : 0.1.3
33author : Tencent Cloud, Inc.
44org : Tencent Cloud, Inc.
55description : Deploy a serverless Express.js application on Tencent SCF and API Gateway.
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jest.setTimeout(300000)
1010const 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}
You can’t perform that action at this time.
0 commit comments