Skip to content

Commit 380969c

Browse files
fix(#1032): update package version
1 parent bfddc56 commit 380969c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.2.10",
3+
"version": "2.2.11-alpha.1",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export type {
4242
} from './types'
4343

4444
export type { EIP1193Provider } from '@web3-onboard/common'
45-
export { connectWallet$ } from './streams'
4645

4746
function init(options: InitOptions): OnboardAPI {
4847
if (typeof window === 'undefined') return API

0 commit comments

Comments
 (0)