Skip to content

Commit

Permalink
PRO-1861 - Error handling and apollo/client package fixes (#63)
Browse files Browse the repository at this point in the history
* added error handling

* fixes for apollo client package

* run e2e on this branch

* updated changelog

* reverting to run e2e to run only for master branch

* changes as per feedback

* removed unwanted lines
  • Loading branch information
vignesha22 authored Oct 31, 2023
1 parent 84c37f0 commit a01b6b4
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 101 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## [1.3.9] - 2023-10-28
### Bug Fixes
- Upgraded Apollo package dependencies
- Updated Error messages with optional possibleSolution parameter for common errors from bundler or Validation Errors on sdk

## [1.3.8] - 2023-10-25
### Bug Fixes
Expand Down
201 changes: 134 additions & 67 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"dependencies": {
"@apollo/client": "3.8.6",
"@lifi/sdk": "2.2.3",
"@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 All @@ -67,7 +66,7 @@
"commander": "10.0.1",
"cross-fetch": "3.1.5",
"ethers": "5.7.0",
"graphql-ws": "5.14.0",
"graphql-ws": "5.14.2",
"prettier": "2.8.8"
},
"devDependencies": {
Expand All @@ -82,7 +81,7 @@
"npm": "9.6.4",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"ts-node": "8.10.2",
"typescript": "4.5.2"
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit a01b6b4

Please sign in to comment.