Skip to content

Commit

Permalink
Merge pull request #55 from etherspot/fix_apollo
Browse files Browse the repository at this point in the history
Fix apollo
  • Loading branch information
ch4r10t33r authored Oct 28, 2023
2 parents 4f2fcc5 + 2d47f40 commit e0b5d95
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 82 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [1.3.9] - 2023-10-28
### Bug Fixes
- Upgraded Apollo package dependencies

## [1.3.8] - 2023-10-25
### Bug Fixes
- Added SimpleAccount execute fn in the batch itself and errored when adding more than one transaction if the first transaction is native transfer
Expand Down
150 changes: 71 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherspot/prime-sdk",
"version": "1.3.8",
"version": "1.3.9",
"description": "Etherspot Prime (Account Abstraction) SDK",
"keywords": [
"ether",
Expand Down Expand Up @@ -55,9 +55,9 @@
"url": "https://github.com/etherspot/etherspot-prime-sdk/issues"
},
"dependencies": {
"@apollo/client": "3.4.0",
"@apollo/client": "3.8.6",
"@lifi/sdk": "2.2.3",
"@nerdwallet/apollo-cache-policies": "1.2.1",
"@nerdwallet/apollo-cache-policies": "3.2.0",
"@thehubbleproject/bls": "0.5.1",
"@walletconnect/universal-provider": "2.10.0",
"apollo-link-ws": "1.0.20",
Expand Down

0 comments on commit e0b5d95

Please sign in to comment.