File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : vpc
2
- version : 0.0.2
2
+ version : 0.0.3
3
3
author : Tencent Cloud, Inc.
4
4
org : Tencent Cloud, Inc.
5
- description : Create Vpc on Tencent Cloud.
5
+ description : Create VPC on Tencent Cloud.
6
6
keywords : tencent, serverless, vpc
7
- repo : https://github.com/serverless-components/tencent-vpc/tree/v2
8
- readme : https://github.com/serverless-components/tencent-vpc/tree/v2
7
+ repo : https://github.com/serverless-components/tencent-vpc/
8
+ readme : https://github.com/serverless-components/tencent-vpc/tree/master/README.md
9
9
license : MIT
10
10
main : ./src
Original file line number Diff line number Diff line change 9
9
"author" : " Tencent Cloud, Inc." ,
10
10
"license" : " Apache" ,
11
11
"dependencies" : {
12
- "tencent-component-toolkit" : " ^1.11.4 " ,
12
+ "tencent-component-toolkit" : " ^1.15.7 " ,
13
13
"type" : " ^2.0.0"
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class ServerlessComponent extends Component {
22
22
}
23
23
24
24
async deploy ( inputs ) {
25
- console . log ( `Deploying Vpc... ` )
25
+ console . log ( `Deploying vpc ` )
26
26
27
27
const credentials = this . getCredentials ( )
28
28
You can’t perform that action at this time.
0 commit comments