Skip to content

Commit

Permalink
[chore] add error codes for new Apollo Client version (#1573)
Browse files Browse the repository at this point in the history
Co-authored-by: apollogithubactionsbot[bot] <159198662+apollogithubactionsbot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e1eaca1 commit 8a57f17
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/errorcodes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"apollo-client-devtools": patch
---

add error codes for new Apollo Client version
4 changes: 3 additions & 1 deletion all-clients/errorcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@
"3.11.11-rc.0": "18",
"3.12.0-alpha.0": "19",
"3.12.0-rc.0": "18",
"3.12.0-rc.1": "18"
"3.12.0-rc.1": "18",
"3.12.0-rc.2": "18",
"3.12.0-rc.3": "18"
},
"errors": {
"1": "AQEBAgICAwMDBAMEBQMEBgMEBwQECAQFCQUECgUEBwUECwUEDAYEDQYEDgYGDwYEEAcHBwgIBwgIEQkEEgkEEwkJFAkEFQkEFgoEFwoKGAoLGQoMGgoNGwoOHAoPHQoEHgoEHwoEIAsEIQsEIgwEIw0EJA4EJQ8QJg8RJxAEKBEEKRISKhMTKxQULBUVLBYWLRcXLhgYLxkEMBoEMRoEMhoEMxoENBsZNRwaNhwENx0EOB4bOR4cOh4dOx4ePB4fPR8gPiAhPyAiQCAjQSAkQiEEQyElByEIRCImRSIERiInRyIoRCIpSCIqSSIrSiIESyMETCQETSQE",
Expand Down
174 changes: 174 additions & 0 deletions all-clients/package-lock.json

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

4 changes: 3 additions & 1 deletion all-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
"@apollo-client/3.11.11-rc.0": "npm:@apollo/[email protected]",
"@apollo-client/3.12.0-alpha.0": "npm:@apollo/[email protected]",
"@apollo-client/3.12.0-rc.0": "npm:@apollo/[email protected]",
"@apollo-client/3.12.0-rc.1": "npm:@apollo/[email protected]"
"@apollo-client/3.12.0-rc.1": "npm:@apollo/[email protected]",
"@apollo-client/3.12.0-rc.2": "npm:@apollo/[email protected]",
"@apollo-client/3.12.0-rc.3": "npm:@apollo/[email protected]"
},
"devDependencies": {
"semver": "7.6.0"
Expand Down

0 comments on commit 8a57f17

Please sign in to comment.