Skip to content

Commit

Permalink
refactor: v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
wss-git committed Jul 22, 2021
1 parent 35e7509 commit 507df9f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions dist/common/logger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/constant.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface ICredentials {
}
export interface IFCTOKEN {
type: string;
user: number;
user: string;
region: string;
service: string;
function: string;
Expand All @@ -33,7 +33,7 @@ export interface IJamstack {
project: string;
region: string;
bucket?: string;
user?: number;
user?: string;
service?: string;
function?: string;
customDomain?: string;
Expand Down
6 changes: 3 additions & 3 deletions examples/fc/s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ access: default # 秘钥别名

services:
domain-test: # 服务名称
# component: ${path(../..)} # 组件名称
component: devsapp/domain
component: ${path(../..)} # 组件名称
# component: devsapp/domain
props: # 组件的属性值
type: fc
user: 1899690531354629
region: cn-shenzhen
service: authing
service: Defau_lt
function: test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "domain",
"main": "./dist/index.js",
"version": "0.0.16",
"version": "0.0.17",
"dependencies": {
"@alicloud/fc2": "^2.2.2",
"@alicloud/pop-core": "^1.7.10",
Expand Down
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: domain
Provider:
- 阿里云
Version: 0.0.16
Version: 0.0.17
Description: 下发Serverless Devs默认域名
HomePage: https://github.com/devsapp/domain
Tags: #标签详情
Expand Down

0 comments on commit 507df9f

Please sign in to comment.