diff --git a/nuxt/package.json b/nuxt/package.json index 3e2ed3f..a3e655c 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@instadapp/vue-web3-nuxt", - "version": "0.9.4", + "version": "0.9.5", "license": "MIT", "type": "module", "exports": { @@ -23,7 +23,7 @@ "dependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", - "@instadapp/vue-web3": "^0.9.1", + "@instadapp/vue-web3": "^0.9.5", "@nuxt/kit": "^3.0.0-rc.11", "events": "^3.3.0", "mkdirp-promise": "4", diff --git a/package.json b/package.json index 2f25d67..3c8af44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instadapp/vue-web3", - "version": "0.9.4", + "version": "0.9.5", "description": "Vue web3 composition api", "license": "MIT", "main": "index.js", diff --git a/src/index.ts b/src/index.ts index 67a64b6..8cd7b76 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,