Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Dec 25, 2023
1 parent 3e7dcee commit 3531b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export { $on, $off } from './event'

export { createWeb3Auth } from './plugin'

export type { Chain, Options } from './types'
export type { Chain, Options, MulticallArgs, MulticallContract } from './types'

export { init } from './wc'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolirt/vue-web3-auth",
"version": "0.1.4",
"version": "0.1.5",
"description": "Web3 authentication for Vue3 apps based on WalletConnect v2",
"author": "kolirt",
"license": "MIT",
Expand Down

0 comments on commit 3531b7d

Please sign in to comment.