@apollo/client 3.12.0 → 3.12.2

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 (45) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/apollo-client.cjs +1 -1
  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/masking/types.d.ts +1 -1
  12. package/masking/types.js.map +1 -1
  13. package/package.json +5 -5
  14. package/react/internal/internal.cjs +1 -1
  15. package/react/internal/internal.cjs.map +1 -1
  16. package/react/internal/internal.cjs.native.js +1 -1
  17. package/testing/internal/ObservableStream.d.ts +1 -2
  18. package/testing/internal/ObservableStream.js.map +1 -1
  19. package/testing/matchers/index.js +14 -0
  20. package/testing/matchers/index.js.map +1 -1
  21. package/testing/matchers/toComplete.d.ts +4 -0
  22. package/testing/matchers/toComplete.js +42 -0
  23. package/testing/matchers/toComplete.js.map +1 -0
  24. package/testing/matchers/toEmitAnything.d.ts +4 -0
  25. package/testing/matchers/toEmitAnything.js +46 -0
  26. package/testing/matchers/toEmitAnything.js.map +1 -0
  27. package/testing/matchers/toEmitError.d.ts +7 -0
  28. package/testing/matchers/toEmitError.js +53 -0
  29. package/testing/matchers/toEmitError.js.map +1 -0
  30. package/testing/matchers/toEmitMatchedValue.d.ts +7 -0
  31. package/testing/matchers/toEmitMatchedValue.js +51 -0
  32. package/testing/matchers/toEmitMatchedValue.js.map +1 -0
  33. package/testing/matchers/toEmitNext.d.ts +4 -0
  34. package/testing/matchers/toEmitNext.js +42 -0
  35. package/testing/matchers/toEmitNext.js.map +1 -0
  36. package/testing/matchers/toEmitValue.d.ts +4 -0
  37. package/testing/matchers/toEmitValue.js +53 -0
  38. package/testing/matchers/toEmitValue.js.map +1 -0
  39. package/testing/matchers/toEmitValueStrict.d.ts +7 -0
  40. package/testing/matchers/toEmitValueStrict.js +56 -0
  41. package/testing/matchers/toEmitValueStrict.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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @apollo/client
2
2
 
3
+ ## 3.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#12175](https://github.com/apollographql/apollo-client/pull/12175) [`84af347`](https://github.com/apollographql/apollo-client/commit/84af347d53bc31df4a6a90a55e7c98413144376a) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Update peer deps to allow for React 19 stable release.
8
+
9
+ ## 3.12.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#12171](https://github.com/apollographql/apollo-client/pull/12171) [`e1efe74`](https://github.com/apollographql/apollo-client/commit/e1efe74c61b5f31fdd122ff8f4ce01012d0f5398) Thanks [@phryneas](https://github.com/phryneas)! - Fix import extension in masking entry point.
14
+
3
15
  ## 3.12.0
4
16
 
5
17
  ### Minor Changes
package/apollo-client.cjs CHANGED
@@ -31,7 +31,7 @@ function _interopNamespace(e) {
31
31
  var equal__default = /*#__PURE__*/_interopDefaultLegacy(equal);
32
32
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
33
33
 
34
- var version = "3.12.0";
34
+ var version = "3.12.2";
35
35
 
36
36
  function maybe(thunk) {
37
37
  try {