File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export declare function createWeb3Auth(options: Options): Plugin_2;
3939
4040declare type DecodedEvent = {
4141 eventName : string ;
42- args : [ ] | { } ;
42+ args : any ;
4343} ;
4444
4545export declare function disconnect ( ) : Promise < void > ;
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export type ParseEvents = {
111111
112112export type DecodedEvent = {
113113 eventName : string
114- args : [ ] | { }
114+ args : any
115115}
116116
117117export type WatchContractEvent = {
Original file line number Diff line number Diff line change 11{
22 "name" : " @kolirt/vue-web3-auth" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Web3 authentication for Vue3 apps based on WalletConnect v2" ,
55 "author" : " kolirt" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments