@apollo/client 3.4.16 → 3.4.17
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/apollo-client.cjs.js +1 -1
- package/apollo-client.cjs.js.map +1 -1
- package/apollo-client.cjs.min.js +1 -1
- package/cache/inmemory/policies.d.ts +5 -5
- package/cache/inmemory/policies.d.ts.map +1 -1
- package/cache/inmemory/policies.js.map +1 -1
- package/core/core.cjs.js +1 -1
- package/core/core.cjs.js.map +1 -1
- package/invariantErrorCodes.js +1 -1
- package/package.json +15 -16
- package/version.js +1 -1
package/apollo-client.cjs.js
CHANGED
|
@@ -1286,7 +1286,7 @@ var concat = ApolloLink.concat;
|
|
|
1286
1286
|
|
|
1287
1287
|
var execute = ApolloLink.execute;
|
|
1288
1288
|
|
|
1289
|
-
var version = '3.4.
|
|
1289
|
+
var version = '3.4.17';
|
|
1290
1290
|
|
|
1291
1291
|
var hasOwnProperty$2 = Object.prototype.hasOwnProperty;
|
|
1292
1292
|
function parseAndCheckHttpResponse(operations) {
|