@tanstack/react-router 1.56.4 → 1.56.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-router",
3
- "version": "1.56.4",
3
+ "version": "1.56.5",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "@tanstack/router-generator": "1.56.4"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
- "@tanstack/react-router": {
72
+ "@tanstack/react-generator": {
73
73
  "optional": true
74
74
  }
75
75
  },
package/src/router.ts CHANGED
@@ -138,6 +138,7 @@ export type InferRouterContext<TRouteTree extends AnyRoute> =
138
138
  any,
139
139
  any,
140
140
  any,
141
+ any,
141
142
  any
142
143
  >
143
144
  ? TRouterContext