Skip to content

Commit

Permalink
feat: upgrade version from 0.0.28 to 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
SquatsTonight committed Jun 16, 2021
1 parent 7c03916 commit 6ef4cf2
Show file tree
Hide file tree
Showing 16 changed files with 241 additions and 132 deletions.
108 changes: 50 additions & 58 deletions dist/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/lib/component/stdout-formatter.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default class StdoutFormatter {
static stdoutFormatter: any;
static initStdout(): Promise<void>;
}
61 changes: 61 additions & 0 deletions dist/lib/component/stdout-formatter.js

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

10 changes: 7 additions & 3 deletions dist/lib/fc/custom-domain.js

Large diffs are not rendered by default.

34 changes: 18 additions & 16 deletions dist/lib/fc/fc-deploy.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/fc/function.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ export declare class FcFunction extends FcDeploy<FunctionConfig> {
static readonly DEFAULT_SYNC_CODE_PATH: string;
constructor(functionConf: FunctionConfig, serviceName: string, serverlessProfile: ServerlessProfile, region: string, credentials: ICredentials, curPath?: string, args?: string);
initLocal(assumeYes?: boolean): Promise<void>;
getCodeUriWithBuildPath(): any;
getCodeUriWithBuildPath(): Promise<any>;
initLocalConfig(assumeYes?: boolean): Promise<void>;
syncRemoteCode(): Promise<string>;
genStateID(): string;
validateConfig(): void;
makeFunctionConfig(): FunctionConfig;
generateCodeIngore(baseDir: string): Promise<Function>;
generateCodeIngore(baseDir: string): Promise<Function | null>;
zipCode(baseDir: any): Promise<string>;
removeZipCode(codeZipPath: string): Promise<void>;
packRemoteCode(): Promise<string>;
Expand Down
65 changes: 37 additions & 28 deletions dist/lib/fc/function.js

Large diffs are not rendered by default.

44 changes: 33 additions & 11 deletions dist/lib/fc/service.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/lib/fc/trigger.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions dist/lib/resource/acr.js

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

1 change: 1 addition & 0 deletions dist/lib/resource/ram.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export declare class AlicloudRam extends AlicloudClient {
makeRole(roleName: string, args?: string, description?: string, resourceName?: string, assumeRolePolicy?: any, attachedPolicies?: Array<string | CustomPolicyConfig>): Promise<string>;
}
export declare function extractRoleNameFromArn(roleArn: string): string;
export declare function checkRoleArnFormat(roleArn: string): void;
14 changes: 9 additions & 5 deletions dist/lib/resource/ram.js

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

1 change: 1 addition & 0 deletions dist/lib/utils/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export declare function createProgressBar(format: any, options: any): any;
export declare function hasHttpPrefix(s: string): boolean;
export declare function capitalizeFirstLetter(s: string): string;
Loading

0 comments on commit 6ef4cf2

Please sign in to comment.