File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @beekeeperstudio/plugin" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " A simple TypeScript wrapper to send messages from your Beekeeper Studio plugin to the main app." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export async function setTabTitle(title: string): Promise<SetTabTitleResponse['r
5656}
5757
5858export async function getViewState < T > ( ) : Promise < GetViewStateResponse < T > [ 'result' ] > {
59- return await request ( { name : "getViewState" , args : void } ) ;
59+ return await request ( { name : "getViewState" , args : void 0 } ) ;
6060}
6161
6262export async function setViewState < T > ( state : T ) : Promise < SetViewStateResponse [ 'result' ] > {
You can’t perform that action at this time.
0 commit comments