Skip to content

Commit

Permalink
v4.0.0: upgrade to @coinbase/wallet-sdk 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Nov 18, 2024
1 parent 7fb6f24 commit 63e369a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 763 deletions.
24 changes: 4 additions & 20 deletions dist/esm/index.js

Large diffs are not rendered by default.

24 changes: 4 additions & 20 deletions dist/umd/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@depay/coinbase-wallet-sdk",
"version": "3.8.4",
"version": "4.0.0",
"description": "Coinbase Wallet SDK browser pre-built usable in rollup bundles.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,6 +28,6 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@coinbase/wallet-sdk": "3.6.4"
"@coinbase/wallet-sdk": "4.2.3"
}
}
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CoinbaseWalletProvider, CoinbaseWalletSDK } from '@coinbase/wallet-sdk'
import { CoinbaseWalletSDK } from '@coinbase/wallet-sdk'

export {
CoinbaseWalletProvider,
CoinbaseWalletSDK
}
Loading

0 comments on commit 63e369a

Please sign in to comment.