Skip to content

Commit

Permalink
version 0.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
SquatsTonight committed Sep 9, 2021
1 parent ee42263 commit 4290403
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/component/nas.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export declare class NasComponent extends Component {
readonly storageType: string;
readonly assistServiceName: string;
readonly mountPointDomain: string;
readonly vswitchId: string;
constructor(serverlessProfile: ServerlessProfile, { nasName, nasUid, nasGid, nasDir, vpcConfig, role, zoneId, storageType, assistServiceName, mountPointDomain, vswitchId }: {
readonly vSwitchId: string;
constructor(serverlessProfile: ServerlessProfile, { nasName, nasUid, nasGid, nasDir, vpcConfig, role, zoneId, storageType, assistServiceName, mountPointDomain, vSwitchId }: {
nasName: any;
nasUid: any;
nasGid: any;
Expand All @@ -24,7 +24,7 @@ export declare class NasComponent extends Component {
storageType: any;
assistServiceName: any;
mountPointDomain: any;
vswitchId: any;
vSwitchId: any;
}, region: string, credentials: ICredentials, curPath?: string);
genComponentProp(): {
[key: string]: any;
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/resource/vpc.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AlicloudClient } from './client';
export interface VpcConfig {
securityGroupId: string;
vswitchIds: string[];
vSwitchIds?: string[];
vpcId?: string;
}
export declare class AlicloudVpc extends AlicloudClient {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fc-delpoy",
"main": "./dist/index.js",
"version": "0.0.46",
"version": "0.0.47",
"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: fc-deploy
Provider:
- 阿里云
Version: 0.0.46
Version: 0.0.47
Description: 阿里云函数计算基础组件
HomePage: https://github.com/devsapp/fc-base
Tags:
Expand Down

0 comments on commit 4290403

Please sign in to comment.