This commit is contained in:
Georges KABBOUCHI 2023-09-28 20:07:04 +03:00
parent ddfdab416c
commit 382192068b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@instadapp/vue-web3", "name": "@instadapp/vue-web3",
"version": "0.11.0", "version": "0.11.1",
"description": "Vue web3 composition api", "description": "Vue web3 composition api",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",

View File

@ -42,7 +42,7 @@ let getLibrary: any =
null null
export const setWeb3LibraryCallback = ( export const setWeb3LibraryCallback = (
cb: (provider?: any, connector?: any) => any, cb: (provider: any, connector: any, account: `0x${string}`) => any,
) => { ) => {
getLibrary = cb getLibrary = cb
} }