Skip to content

Commit

Permalink
Merge pull request #101 from playground/oh-mesh
Browse files Browse the repository at this point in the history
build and update version
  • Loading branch information
playground authored Feb 21, 2024
2 parents 1b08cfc + 5664d7c commit a61d213
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 23 deletions.
3 changes: 2 additions & 1 deletion build/commands/deploy.js

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

2 changes: 1 addition & 1 deletion build/commands/deploy.js.map

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

2 changes: 1 addition & 1 deletion build/common/src/hzn.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export declare class Hzn {
param: IHznParam;
utils: Utils;
constructor(param: IHznParam);
init(): Observable<unknown>;
init(cliOptional?: boolean): Observable<unknown>;
test(): Observable<unknown>;
setup(): Observable<unknown>;
appendSupport(): Observable<unknown>;
Expand Down
29 changes: 17 additions & 12 deletions build/common/src/hzn.js

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

2 changes: 1 addition & 1 deletion build/common/src/hzn.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/common/src/interface/hzn-model.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export declare const justRun: string[];
export declare const justRunCliOptional: string[];
export declare const promptForUpdate: string[];
export declare const customRun: string[];
export declare const runDirectly: string[];
Expand Down
5 changes: 4 additions & 1 deletion build/common/src/interface/hzn-model.js

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

Loading

0 comments on commit a61d213

Please sign in to comment.