Skip to content

Commit

Permalink
Merge pull request #6 from beclab/feat/update_TerminusEntrance
Browse files Browse the repository at this point in the history
feat: update TerminusEntrance
  • Loading branch information
wushuangs authored Oct 24, 2024
2 parents ac367ab + c608221 commit d299a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytetrade/core",
"version": "0.3.65",
"version": "0.3.66",
"description": "didvault core module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export interface TerminusEntrance {
authLevel: string;
invisible?: boolean;
openMethod: string;
state: string;
reason?: string;
message?: string;
}

export interface TerminusApp {
Expand Down

0 comments on commit d299a66

Please sign in to comment.