@tanstack/react-router 1.157.15 → 1.157.17

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.
@@ -2642,8 +2642,8 @@ This pattern relies exclusively on TanStack Router features. It is suitable when
2642
2642
 
2643
2643
  Optional path parameters are ideal for implementing locale-aware routing without duplicating routes.
2644
2644
 
2645
- \`\`\`ts
2646
- ;/{-$locale}/abotu
2645
+ \`\`\`
2646
+ /{-$locale}/about
2647
2647
  \`\`\`
2648
2648
 
2649
2649
  This single route matches:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-router",
3
- "version": "1.157.15",
3
+ "version": "1.157.17",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -82,7 +82,7 @@
82
82
  "tiny-invariant": "^1.3.3",
83
83
  "tiny-warning": "^1.0.3",
84
84
  "@tanstack/history": "1.154.14",
85
- "@tanstack/router-core": "1.157.15"
85
+ "@tanstack/router-core": "1.157.16"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@testing-library/jest-dom": "^6.6.3",
package/src/index.tsx CHANGED
@@ -105,6 +105,7 @@ export type {
105
105
  CreateFileRoute,
106
106
  SerializationAdapter,
107
107
  AnySerializationAdapter,
108
+ SerializableExtensions,
108
109
  } from '@tanstack/router-core'
109
110
 
110
111
  export {