@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 +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 +2 -5
- package/link/batch/batch.cjs.map +1 -1
- package/link/batch/batch.cjs.native.js +2 -5
- package/link/batch/batching.d.ts.map +1 -1
- package/link/batch/batching.js +2 -5
- package/link/batch/batching.js.map +1 -1
- package/package.json +5 -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
|
@@ -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.
|
|
1301
|
+
var version = '3.7.0-beta.4';
|
|
1302
1302
|
|
|
1303
1303
|
var hasOwnProperty$3 = Object.prototype.hasOwnProperty;
|
|
1304
1304
|
function parseAndCheckHttpResponse(operations) {
|