@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 +4 -5
- package/apollo-client.cjs +1 -1
- package/apollo-client.cjs.map +1 -1
- package/apollo-client.min.cjs +1 -1
- package/core/core.cjs +1 -1
- package/core/core.cjs.map +1 -1
- package/core/core.cjs.native.js +1 -1
- package/invariantErrorCodes.js +1 -1
- package/link/batch/batch.cjs +1 -2
- package/link/batch/batch.cjs.map +1 -1
- package/link/batch/batch.cjs.native.js +1 -2
- package/link/batch/batching.d.ts.map +1 -1
- package/link/batch/batching.js +1 -2
- package/link/batch/batching.js.map +1 -1
- package/package.json +6 -5
- package/version.js +1 -1
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)
|
|
25
|
-
- [@
|
|
26
|
-
- [@
|
|
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.
|
|
1303
|
+
var version = '3.6.7';
|
|
1304
1304
|
|
|
1305
1305
|
var hasOwnProperty$3 = Object.prototype.hasOwnProperty;
|
|
1306
1306
|
function parseAndCheckHttpResponse(operations) {
|