Skip to content

Commit 3531b7d

Browse files
committed
minor update
1 parent 3e7dcee commit 3531b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export { $on, $off } from './event'
1414

1515
export { createWeb3Auth } from './plugin'
1616

17-
export type { Chain, Options } from './types'
17+
export type { Chain, Options, MulticallArgs, MulticallContract } from './types'
1818

1919
export { init } from './wc'
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kolirt/vue-web3-auth",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Web3 authentication for Vue3 apps based on WalletConnect v2",
55
"author": "kolirt",
66
"license": "MIT",

0 commit comments

Comments
 (0)