@apollo/client 3.7.0-beta.3 → 3.7.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,12 +19,11 @@ The Apollo Client API reference can be found at: <br/>
19
19
  Learn how to use Apollo Client with self-paced hands-on training on Odyssey, Apollo's official learning platform: <br/>
20
20
  [https://odyssey.apollographql.com/](https://odyssey.apollographql.com/)
21
21
 
22
- ## Maintainers
22
+ ## Apollo Maintainers
23
23
 
24
- - [@benjamn](https://github.com/benjamn) (Apollo)
25
- - [@brainkim](https://github.com/brainkim) (Apollo)
26
- - [@jcreighton](https://github.com/jcreighton) (Netflix)
27
- - [@hwillson](https://github.com/hwillson) (Apollo)
24
+ - [@benjamn](https://github.com/benjamn)
25
+ - [@hwillson](https://github.com/hwillson)
26
+ - [@jpvajda](https://github.com/jpvajda)
28
27
 
29
28
  ## Who is Apollo?
30
29
 
package/apollo-client.cjs CHANGED
@@ -1298,7 +1298,7 @@ var concat = ApolloLink.concat;
1298
1298
 
1299
1299
  var execute = ApolloLink.execute;
1300
1300
 
1301
- var version = '3.7.0-beta.3';
1301
+ var version = '3.7.0-beta.4';
1302
1302
 
1303
1303
  var hasOwnProperty$3 = Object.prototype.hasOwnProperty;
1304
1304
  function parseAndCheckHttpResponse(operations) {