Skip to content

Commit d053d81

Browse files
committed
fix: update deps
1 parent 2ab9609 commit d053d81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

serverless.component.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: layer
2-
version: 0.0.3
3-
author: Tencent Cloud, Inc
4-
org: Tencent Cloud, Inc
2+
version: 0.0.4
3+
author: 'Tencent Cloud, Inc'
4+
org: 'Tencent Cloud, Inc'
55
description: Easily publish code to Tencent Layer.
6-
keywords: tencent, serverless, layer
7-
repo: https://github.com/serverless-components/tencent-layer
8-
readme: https://github.com/serverless-components/tencent-layer/tree/master/README.md
6+
keywords: 'tencent, serverless, layer'
7+
repo: 'https://github.com/serverless-components/tencent-layer'
8+
readme: 'https://github.com/serverless-components/tencent-layer/tree/master/README.md'
99
license: MIT
1010
main: ./src

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"tencent-component-toolkit": "^1.12.15",
4-
"type": "^2.0.0"
3+
"tencent-component-toolkit": "^1.16.4",
4+
"type": "^2.1.0"
55
}
66
}

0 commit comments

Comments
 (0)