Skip to content

Commit 8a8a8a2

Browse files
committed
build: 🛠️ version 0.0.115
Signed-off-by: wss <wssgryx@163.com>
1 parent dcfbe6e commit 8a8a8a2

File tree

6 files changed

+74
-73
lines changed

6 files changed

+74
-73
lines changed

dist/build/Release/cpufeatures.node

-9.39 KB
Binary file not shown.

dist/index.js

Lines changed: 72 additions & 71 deletions
Large diffs are not rendered by default.

dist/lib/fc/function.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export interface CustomContainerConfig {
8181
accelerationType?: 'Default' | 'None';
8282
}
8383
export declare function isCustomContainerRuntime(runtime: string): boolean;
84-
export declare function isCustomRuntime(runtime: string): boolean;
8584
export declare class FcFunction extends FcDeploy<FunctionConfig> {
8685
readonly serviceName: string;
8786
readonly name: string;
Binary file not shown.

dist/lib/utils/utils.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export declare function isCustomRuntime(runtime: string): boolean;
12
export declare function createProgressBar(format: any, options: any): any;
23
export declare function hasHttpPrefix(s: string): boolean;
34
export declare function capitalizeFirstLetter(s: string): string;

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Component
22
Name: fc-deploy
33
Provider:
44
- 阿里云
5-
Version: 0.0.114
5+
Version: 0.0.115
66
Description: 阿里云函数计算基础组件
77
HomePage: https://github.com/devsapp/fc-base
88
Tags:

0 commit comments

Comments
 (0)