diff --git a/nuxt/package.json b/nuxt/package.json index aad4812..b49facd 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@instadapp/vue-web3-nuxt", - "version": "0.9.5", + "version": "0.9.6", "license": "MIT", "type": "module", "exports": { diff --git a/package.json b/package.json index 3c8af44..e0604f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instadapp/vue-web3", - "version": "0.9.5", + "version": "0.9.6", "description": "Vue web3 composition api", "license": "MIT", "main": "index.js", diff --git a/src/index.ts b/src/index.ts index 8cd7b76..ac38463 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,7 @@ export const setWeb3LibraryCallback = ( export type VueWeb3Library = any -export const useWeb3 = () => { +export const useWeb3 = () => { const onErrorCb = ref<(error: Error) => void>() const activate = async ( @@ -191,7 +191,7 @@ export const useWeb3 = () => { }) return { - library: library as Ref, + library: library as Ref, active, activate, deactivate,