@tanstack/start-plugin-core 1.141.8 → 1.142.0

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.
@@ -37,7 +37,6 @@ export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptio
37
37
  } | undefined;
38
38
  experimental?: {
39
39
  enableCodeSplitting?: boolean | undefined;
40
- nonNestedRoutes?: boolean | undefined;
41
40
  } | undefined;
42
41
  plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
43
42
  entry?: string | undefined;
@@ -851,13 +850,10 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
851
850
  plugins: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodType<import('@tanstack/router-generator').GeneratorPlugin, z.ZodTypeDef, import('@tanstack/router-generator').GeneratorPlugin>, "many">>>;
852
851
  experimental: z.ZodOptional<z.ZodOptional<z.ZodObject<{
853
852
  enableCodeSplitting: z.ZodOptional<z.ZodBoolean>;
854
- nonNestedRoutes: z.ZodOptional<z.ZodBoolean>;
855
853
  }, "strip", z.ZodTypeAny, {
856
854
  enableCodeSplitting?: boolean | undefined;
857
- nonNestedRoutes?: boolean | undefined;
858
855
  }, {
859
856
  enableCodeSplitting?: boolean | undefined;
860
- nonNestedRoutes?: boolean | undefined;
861
857
  }>>>;
862
858
  virtualRouteConfig: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodType<import('@tanstack/virtual-file-routes').VirtualRootRoute, z.ZodTypeDef, import('@tanstack/virtual-file-routes').VirtualRootRoute>, z.ZodString]>>>;
863
859
  routeFilePrefix: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -911,7 +907,6 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
911
907
  plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
912
908
  experimental?: {
913
909
  enableCodeSplitting?: boolean | undefined;
914
- nonNestedRoutes?: boolean | undefined;
915
910
  } | undefined;
916
911
  virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
917
912
  routeFilePrefix?: string | undefined;
@@ -947,7 +942,6 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
947
942
  plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
948
943
  experimental?: {
949
944
  enableCodeSplitting?: boolean | undefined;
950
- nonNestedRoutes?: boolean | undefined;
951
945
  } | undefined;
952
946
  virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
953
947
  routeFilePrefix?: string | undefined;
@@ -3059,7 +3053,6 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
3059
3053
  plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
3060
3054
  experimental?: {
3061
3055
  enableCodeSplitting?: boolean | undefined;
3062
- nonNestedRoutes?: boolean | undefined;
3063
3056
  } | undefined;
3064
3057
  virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
3065
3058
  routeFilePrefix?: string | undefined;
@@ -3389,7 +3382,6 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
3389
3382
  plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
3390
3383
  experimental?: {
3391
3384
  enableCodeSplitting?: boolean | undefined;
3392
- nonNestedRoutes?: boolean | undefined;
3393
3385
  } | undefined;
3394
3386
  virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
3395
3387
  routeFilePrefix?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/start-plugin-core",
3
- "version": "1.141.8",
3
+ "version": "1.142.0",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -60,12 +60,12 @@
60
60
  "xmlbuilder2": "^4.0.0",
61
61
  "zod": "^3.24.2",
62
62
  "@tanstack/router-core": "1.141.8",
63
- "@tanstack/router-generator": "1.141.8",
64
- "@tanstack/router-plugin": "1.141.8",
65
- "@tanstack/router-utils": "1.141.0",
63
+ "@tanstack/router-generator": "1.142.0",
66
64
  "@tanstack/server-functions-plugin": "1.141.3",
67
- "@tanstack/start-server-core": "1.141.8",
68
- "@tanstack/start-client-core": "1.141.8"
65
+ "@tanstack/router-utils": "1.141.0",
66
+ "@tanstack/router-plugin": "1.142.0",
67
+ "@tanstack/start-client-core": "1.141.8",
68
+ "@tanstack/start-server-core": "1.141.8"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/babel__code-frame": "^7.0.6",