@tanstack/router-core 1.131.18 → 1.131.21

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/router-core",
3
- "version": "1.131.18",
3
+ "version": "1.131.21",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
package/src/index.ts CHANGED
@@ -39,6 +39,8 @@ export type {
39
39
  RequiredToOptions,
40
40
  } from './link'
41
41
 
42
+ export { componentTypes } from './load-matches'
43
+
42
44
  export type {
43
45
  RouteToPath,
44
46
  TrailingSlashOptionByRouter,
@@ -197,7 +199,6 @@ export {
197
199
  defaultSerializeError,
198
200
  getLocationChangeInfo,
199
201
  RouterCore,
200
- componentTypes,
201
202
  lazyFn,
202
203
  SearchParamError,
203
204
  PathParamError,