Skip to content

Commit

Permalink
build: 🛠️ version 0.0.115
Browse files Browse the repository at this point in the history
Signed-off-by: wss <[email protected]>
  • Loading branch information
wss-git committed Mar 28, 2023
1 parent dcfbe6e commit 8a8a8a2
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 73 deletions.
Binary file modified dist/build/Release/cpufeatures.node
Binary file not shown.
143 changes: 72 additions & 71 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/lib/fc/function.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export interface CustomContainerConfig {
accelerationType?: 'Default' | 'None';
}
export declare function isCustomContainerRuntime(runtime: string): boolean;
export declare function isCustomRuntime(runtime: string): boolean;
export declare class FcFunction extends FcDeploy<FunctionConfig> {
readonly serviceName: string;
readonly name: string;
Expand Down
Binary file modified dist/lib/protocol/crypto/build/Release/sshcrypto.node
Binary file not shown.
1 change: 1 addition & 0 deletions dist/lib/utils/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export declare function isCustomRuntime(runtime: string): boolean;
export declare function createProgressBar(format: any, options: any): any;
export declare function hasHttpPrefix(s: string): boolean;
export declare function capitalizeFirstLetter(s: string): string;
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.114
Version: 0.0.115
Description: 阿里云函数计算基础组件
HomePage: https://github.com/devsapp/fc-base
Tags:
Expand Down

0 comments on commit 8a8a8a2

Please sign in to comment.