@apollo/client 3.6.6 → 3.6.7

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
@@ -1300,7 +1300,7 @@ var concat = ApolloLink.concat;
1300
1300
 
1301
1301
  var execute = ApolloLink.execute;
1302
1302
 
1303
- var version = '3.6.6';
1303
+ var version = '3.6.7';
1304
1304
 
1305
1305
  var hasOwnProperty$3 = Object.prototype.hasOwnProperty;
1306
1306
  function parseAndCheckHttpResponse(operations) {