@tanstack/router-generator 1.51.0 → 1.51.6

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.
@@ -1,5 +1,4 @@
1
1
  import { z } from 'zod';
2
-
3
2
  export declare const configSchema: z.ZodObject<{
4
3
  routeFilePrefix: z.ZodOptional<z.ZodString>;
5
4
  routeFileIgnorePrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1,5 +1,4 @@
1
1
  import { Config } from './config.cjs';
2
-
3
2
  export declare const rootPathId = "__root";
4
3
  export type RouteNode = {
5
4
  filePath: string;
@@ -1,5 +1,4 @@
1
1
  import { z } from 'zod';
2
-
3
2
  export declare const configSchema: z.ZodObject<{
4
3
  routeFilePrefix: z.ZodOptional<z.ZodString>;
5
4
  routeFileIgnorePrefix: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -1,5 +1,4 @@
1
1
  import { Config } from './config.js';
2
-
3
2
  export declare const rootPathId = "__root";
4
3
  export type RouteNode = {
5
4
  filePath: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/router-generator",
3
- "version": "1.51.0",
3
+ "version": "1.51.6",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",