Skip to content

Commit 508301c

Browse files
committed
fix: update deps
1 parent 333ac02 commit 508301c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

serverless.component.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: vpc
2-
version: 0.0.2
2+
version: 0.0.3
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
5-
description: Create Vpc on Tencent Cloud.
5+
description: Create VPC on Tencent Cloud.
66
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
99
license: MIT
1010
main: ./src

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Tencent Cloud, Inc.",
1010
"license": "Apache",
1111
"dependencies": {
12-
"tencent-component-toolkit": "^1.11.4",
12+
"tencent-component-toolkit": "^1.15.7",
1313
"type": "^2.0.0"
1414
}
1515
}

src/serverless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ServerlessComponent extends Component {
2222
}
2323

2424
async deploy(inputs) {
25-
console.log(`Deploying Vpc...`)
25+
console.log(`Deploying vpc`)
2626

2727
const credentials = this.getCredentials()
2828

0 commit comments

Comments
 (0)