Skip to content

Commit c828925

Browse files
authored
Merge pull request #101 from devsapp/bump-0.1.1
chore: bump version to 0.1.1 and update dependencies
2 parents 9821559 + 89ea7b6 commit c828925

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@alicloud/devs20230714": "^2.4.6-alpha.2",
2626
"@alicloud/fc2": "^2.6.6",
27-
"@alicloud/fc20230330": "4.6.2",
27+
"@alicloud/fc20230330": "4.6.3",
2828
"@alicloud/pop-core": "^1.8.0",
2929
"@serverless-cd/srm-aliyun-pop-core": "^0.0.8-beta.1",
3030
"@serverless-cd/srm-aliyun-ram20150501": "^0.0.2-beta.9",

publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Component
33
Name: fc3
44
Provider:
55
- 阿里云
6-
Version: 0.1.0
6+
Version: 0.1.1
77
Description: 阿里云函数计算全生命周期管理
88
HomePage: https://github.com/devsapp/fc3
99
Organization: 阿里云函数计算(FC)
@@ -15,10 +15,10 @@ Category: 基础云服务
1515

1616
Service:
1717
函数计算:
18-
Authorities:
18+
Authorities:
1919
- AliyunFCFullAccess
2020

21-
Commands:
21+
Commands:
2222
deploy: 部署函数
2323
build: 构建函数
2424
remove: 删除函数

src/commands-help/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import build from './build';
1414
import local from './local';
1515
import s2tos3 from './s2tos3';
1616
import logs from './logs';
17+
import scaling from './scaling';
1718

1819
export default {
1920
deploy,
@@ -32,4 +33,5 @@ export default {
3233
local,
3334
s2tos3,
3435
logs,
36+
scaling,
3537
};

0 commit comments

Comments
 (0)