Skip to content

Commit

Permalink
feat: upgrade version from 0.0.39 to 0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
SquatsTonight committed Jul 29, 2021
1 parent 91cf473 commit 4de4852
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 77 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.

82 changes: 47 additions & 35 deletions dist/lib/fc/function.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/ignore.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare function isIgnored(baseDir: string, runtime: string, ignoreRelativePath?: string): Promise<Function>;
export declare function updateIgnore(baseDir: any, patterns: any): Promise<void>;
export declare function isIgnoredInCodeUri(actualCodeUri: string, runtime: string): Promise<Function>;
export declare function isIgnored(baseDir: string, runtime: string, actualCodeUri: string, ignoreRelativePath?: string): Promise<Function>;
55 changes: 28 additions & 27 deletions dist/lib/ignore.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/profile.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ export interface ServerlessProfile {
appName: string;
}
export declare function replaceProjectName(originProfile: ServerlessProfile, projectName: string): ServerlessProfile;
export declare function getFcEndpoint(): Promise<string | undefined>;
Loading

0 comments on commit 4de4852

Please sign in to comment.