react-router 7.9.0 → 7.9.1

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 (58) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/development/{chunk-S5YDGZLY.mjs → chunk-B7RQU5TL.mjs} +2 -2
  3. package/dist/development/{chunk-UGCJQSTX.js → chunk-LWNHKVDL.js} +131 -131
  4. package/dist/development/{chunk-VHEBI3C5.js → chunk-PW3F6ATG.js} +1 -1
  5. package/dist/development/{chunk-AKKEMMKB.mjs → chunk-SKNKB5VI.mjs} +2 -2
  6. package/dist/development/{context-BH6Jwdoy.d.mts → context-CIdFp11b.d.mts} +1 -1
  7. package/dist/development/dom-export.d.mts +1 -1
  8. package/dist/development/dom-export.js +3 -3
  9. package/dist/development/dom-export.mjs +3 -3
  10. package/dist/{production/index-react-server-client-CMC2eQAY.d.ts → development/index-react-server-client-BYr9g50r.d.ts} +1 -1
  11. package/dist/{production/index-react-server-client-1cWMpKk4.d.mts → development/index-react-server-client-BeVfPpWg.d.mts} +2 -2
  12. package/dist/development/index-react-server-client.d.mts +3 -3
  13. package/dist/development/index-react-server-client.d.ts +2 -2
  14. package/dist/development/index-react-server-client.js +4 -4
  15. package/dist/development/index-react-server-client.mjs +2 -2
  16. package/dist/development/index-react-server.d.mts +1 -1
  17. package/dist/development/index-react-server.d.ts +1 -1
  18. package/dist/development/index-react-server.js +1 -1
  19. package/dist/development/index-react-server.mjs +1 -1
  20. package/dist/development/index.d.mts +6 -6
  21. package/dist/development/index.d.ts +4 -4
  22. package/dist/development/index.js +96 -96
  23. package/dist/development/index.mjs +3 -3
  24. package/dist/development/lib/types/internal.d.mts +39 -14
  25. package/dist/development/lib/types/internal.d.ts +38 -13
  26. package/dist/development/lib/types/internal.js +1 -1
  27. package/dist/development/lib/types/internal.mjs +1 -1
  28. package/dist/development/{route-data-BQkq8Erj.d.mts → route-data-Bpm4liR_.d.mts} +1 -1
  29. package/dist/development/{routeModules-DSKAn01V.d.ts → routeModules-DnUHijGz.d.ts} +1 -1
  30. package/dist/production/{chunk-HDA5IKPB.js → chunk-3SXVZXGI.js} +131 -131
  31. package/dist/production/{chunk-VNPMQDPD.js → chunk-HMYSPRGR.js} +1 -1
  32. package/dist/production/{chunk-MOZTWV63.mjs → chunk-P25HWPOZ.mjs} +2 -2
  33. package/dist/production/{chunk-WOZJCBVO.mjs → chunk-RCAZODXZ.mjs} +2 -2
  34. package/dist/production/{context-BH6Jwdoy.d.mts → context-CIdFp11b.d.mts} +1 -1
  35. package/dist/production/dom-export.d.mts +1 -1
  36. package/dist/production/dom-export.js +3 -3
  37. package/dist/production/dom-export.mjs +3 -3
  38. package/dist/{development/index-react-server-client-CMC2eQAY.d.ts → production/index-react-server-client-BYr9g50r.d.ts} +1 -1
  39. package/dist/{development/index-react-server-client-1cWMpKk4.d.mts → production/index-react-server-client-BeVfPpWg.d.mts} +2 -2
  40. package/dist/production/index-react-server-client.d.mts +3 -3
  41. package/dist/production/index-react-server-client.d.ts +2 -2
  42. package/dist/production/index-react-server-client.js +4 -4
  43. package/dist/production/index-react-server-client.mjs +2 -2
  44. package/dist/production/index-react-server.d.mts +1 -1
  45. package/dist/production/index-react-server.d.ts +1 -1
  46. package/dist/production/index-react-server.js +1 -1
  47. package/dist/production/index-react-server.mjs +1 -1
  48. package/dist/production/index.d.mts +6 -6
  49. package/dist/production/index.d.ts +4 -4
  50. package/dist/production/index.js +96 -96
  51. package/dist/production/index.mjs +3 -3
  52. package/dist/production/lib/types/internal.d.mts +39 -14
  53. package/dist/production/lib/types/internal.d.ts +38 -13
  54. package/dist/production/lib/types/internal.js +1 -1
  55. package/dist/production/lib/types/internal.mjs +1 -1
  56. package/dist/production/{route-data-BQkq8Erj.d.mts → route-data-Bpm4liR_.d.mts} +1 -1
  57. package/dist/production/{routeModules-DSKAn01V.d.ts → routeModules-DnUHijGz.d.ts} +1 -1
  58. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # `react-router`
2
2
 
3
+ ## 7.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix internal `Future` interface naming from `middleware` -> `v8_middleware` ([#14327](https://github.com/remix-run/react-router/pull/14327))
8
+
3
9
  ## 7.9.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v7.9.0
2
+ * react-router v7.9.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -8964,7 +8964,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
8964
8964
  try {
8965
8965
  if (isBrowser) {
8966
8966
  window.__reactRouterVersion = // @ts-expect-error
8967
- "7.9.0";
8967
+ "7.9.1";
8968
8968
  }
8969
8969
  } catch (e) {
8970
8970
  }