@apollo/client 3.12.8 → 3.12.10

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/apollo-client.cjs +9 -5
  3. package/apollo-client.cjs.map +1 -1
  4. package/apollo-client.min.cjs +1 -1
  5. package/core/core.cjs +1 -1
  6. package/core/core.cjs.map +1 -1
  7. package/core/core.cjs.native.js +1 -1
  8. package/dev/dev.cjs +1 -1
  9. package/dev/dev.cjs.map +1 -1
  10. package/dev/dev.cjs.native.js +1 -1
  11. package/errors/index.d.ts +2 -8
  12. package/errors/index.js.map +1 -1
  13. package/link/error/index.d.ts +2 -5
  14. package/link/error/index.js.map +1 -1
  15. package/link/retry/retry.cjs +13 -1
  16. package/link/retry/retry.cjs.map +1 -1
  17. package/link/retry/retry.cjs.native.js +13 -1
  18. package/link/retry/retryLink.js +15 -1
  19. package/link/retry/retryLink.js.map +1 -1
  20. package/package.json +4 -4
  21. package/react/hooks/hooks.cjs +8 -4
  22. package/react/hooks/hooks.cjs.map +1 -1
  23. package/react/hooks/hooks.cjs.native.js +8 -4
  24. package/react/hooks/useQueryRefHandlers.js +7 -10
  25. package/react/hooks/useQueryRefHandlers.js.map +1 -1
  26. package/react/hooks/useReadQuery.js +7 -10
  27. package/react/hooks/useReadQuery.js.map +1 -1
  28. package/react/internal/internal.cjs +1 -1
  29. package/react/internal/internal.cjs.map +1 -1
  30. package/react/internal/internal.cjs.native.js +1 -1
  31. package/testing/matchers/index.js +6 -0
  32. package/testing/matchers/index.js.map +1 -1
  33. package/testing/matchers/toEmitApolloQueryResult.d.ts +8 -0
  34. package/testing/matchers/toEmitApolloQueryResult.js +51 -0
  35. package/testing/matchers/toEmitApolloQueryResult.js.map +1 -0
  36. package/testing/matchers/toEmitFetchResult.d.ts +8 -0
  37. package/testing/matchers/toEmitFetchResult.js +51 -0
  38. package/testing/matchers/toEmitFetchResult.js.map +1 -0
  39. package/testing/matchers/toEqualFetchResult.d.ts +4 -0
  40. package/testing/matchers/toEqualFetchResult.js +20 -0
  41. package/testing/matchers/toEqualFetchResult.js.map +1 -0
  42. package/utilities/globals/globals.cjs +1 -1
  43. package/utilities/globals/globals.cjs.map +1 -1
  44. package/utilities/globals/globals.cjs.native.js +1 -1
  45. package/version.js +1 -1
  46. package/testing/core/mocking/mockQueryManager.d.ts +0 -21
  47. package/testing/core/mocking/mockQueryManager.js +0 -19
  48. package/testing/core/mocking/mockQueryManager.js.map +0 -1
  49. package/testing/core/mocking/mockWatchQuery.d.ts +0 -5
  50. package/testing/core/mocking/mockWatchQuery.js +0 -15
  51. package/testing/core/mocking/mockWatchQuery.js.map +0 -1
package/core/core.cjs CHANGED
@@ -21,7 +21,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
21
21
 
22
22
  var equal__default = /*#__PURE__*/_interopDefaultLegacy(equal);
23
23
 
24
- var version = "3.12.8";
24
+ var version = "3.12.10";
25
25
 
26
26
  function isNonNullObject(obj) {
27
27
  return obj !== null && typeof obj === "object";