Skip to content

Commit

Permalink
Fix for the Docs site Issue caused by Capsule Module (#2021)
Browse files Browse the repository at this point in the history
* change API Keys for blocknative demo and docs site

* logout capsule wallet on disconnect

* fix Fragment issue

* Update package.json

* Update package.json

* Update yarn.lock

* alpha tag

* Update yarn.lock

* Fix for the SyntaxError issue

* update alpha tag

* Update yarn.lock

---------

Co-authored-by: jjasonlan <[email protected]>
  • Loading branch information
vr2amesh and jjasonlan authored Dec 8, 2023
1 parent 405704e commit 00c7ef4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@web3-onboard/arcana-auth": "^2.0.0",
"@web3-onboard/bitget": "^2.0.0",
"@web3-onboard/blocto": "^2.0.0",
"@web3-onboard/capsule": "^2.0.1-alpha.1",
"@web3-onboard/capsule": "^2.0.1-alpha.2",
"@web3-onboard/coinbase": "^2.2.5",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/dcent": "^2.2.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/capsule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/capsule",
"version": "2.0.1-alpha.1",
"version": "2.0.1-alpha.2",
"description": "Capsule SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"module": "dist/index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -56,17 +56,17 @@
"Capsule"
],
"dependencies": {
"@usecapsule/web-sdk": "0.29.4-dev.14",
"@usecapsule/web-sdk": "0.29.4-dev.15",
"@wagmi/chains": "^1.8.0",
"@web3-onboard/common": "^2.3.3",
"react-dom" : "^18.2.0"
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": ">=18.2"
},
"devDependencies": {
"typescript": "^5.2.2",
"@types/react": "^18.0.2",
"react": "^18.2.0"
"react": "^18.2.0",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/capsule/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2283,10 +2283,10 @@
dependencies:
axios "^0.27.2"

"@usecapsule/web-sdk@^0.29.4-dev.14":
version "0.29.4"
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4.tgz#17e5e2604f97d59ccd2f4ba69b7b99a021f3dadd"
integrity sha512-0V2rknVTVdrz7Gt3K8BvfYqz/yXFWgfscrHM5S4NfOBhVITYdg/Sd3naCROyNBrbXRpmOBUA23AlF+7jo/GkMA==
"@usecapsule/[email protected].15":
version "0.29.4-dev.15"
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4-dev.15.tgz#33d3ec6d57c59baa469748d88719175b7722189a"
integrity sha512-lrnuohk7XbbDxlbJJiSHL+MMD50mGimkg6xWqdUFs6ucFZY2b4OBAiCvZQX9/WfQpB3qH5aP3hl3SRLFT5adMw==
dependencies:
"@celo/utils" "3.2.0"
"@chakra-ui/icons" "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@web3-onboard/arcana-auth": "^2.0.0",
"@web3-onboard/bitget": "2.0.1",
"@web3-onboard/blocto": "2.0.0",
"@web3-onboard/capsule": "2.0.1-alpha.1",
"@web3-onboard/capsule": "2.0.1-alpha.2",
"@web3-onboard/cede-store": "^2.2.0",
"@web3-onboard/coinbase": "^2.2.6",
"@web3-onboard/core": "^2.21.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5098,10 +5098,10 @@
dependencies:
axios "^0.27.2"

"@usecapsule/[email protected].14":
version "0.29.4-dev.14"
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4-dev.14.tgz#1148b96a0c1033a76ee966a3cab61bb35a104aa0"
integrity sha512-VMkoDb7/SDZUrid+E3rBNtO+6+vXVMbuvGhIv+hh67o3LPyU/te5xPu1UmqlvOTpZhu9a+fNNF/RvdqBXIiBMg==
"@usecapsule/[email protected].15":
version "0.29.4-dev.15"
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4-dev.15.tgz#33d3ec6d57c59baa469748d88719175b7722189a"
integrity sha512-lrnuohk7XbbDxlbJJiSHL+MMD50mGimkg6xWqdUFs6ucFZY2b4OBAiCvZQX9/WfQpB3qH5aP3hl3SRLFT5adMw==
dependencies:
"@celo/utils" "3.2.0"
"@chakra-ui/icons" "^2.1.1"
Expand Down

0 comments on commit 00c7ef4

Please sign in to comment.