@tanstack/router-plugin 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.
- package/dist/cjs/core/config.d.cts +0 -6
- package/dist/cjs/esbuild.d.cts +0 -4
- package/dist/cjs/rspack.d.cts +0 -4
- package/dist/cjs/vite.d.cts +0 -5
- package/dist/cjs/webpack.d.cts +0 -4
- package/dist/esm/core/config.d.ts +0 -6
- package/dist/esm/esbuild.d.ts +0 -4
- package/dist/esm/rspack.d.ts +0 -4
- package/dist/esm/vite.d.ts +0 -5
- package/dist/esm/webpack.d.ts +0 -4
- package/package.json +2 -2
|
@@ -64,13 +64,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
64
64
|
}>>;
|
|
65
65
|
experimental: z.ZodOptional<z.ZodObject<{
|
|
66
66
|
enableCodeSplitting: z.ZodOptional<z.ZodBoolean>;
|
|
67
|
-
nonNestedRoutes: z.ZodOptional<z.ZodBoolean>;
|
|
68
67
|
}, "strip", z.ZodTypeAny, {
|
|
69
68
|
enableCodeSplitting?: boolean | undefined;
|
|
70
|
-
nonNestedRoutes?: boolean | undefined;
|
|
71
69
|
}, {
|
|
72
70
|
enableCodeSplitting?: boolean | undefined;
|
|
73
|
-
nonNestedRoutes?: boolean | undefined;
|
|
74
71
|
}>>;
|
|
75
72
|
plugins: z.ZodOptional<z.ZodArray<z.ZodType<import('@tanstack/router-generator').GeneratorPlugin, z.ZodTypeDef, import('@tanstack/router-generator').GeneratorPlugin>, "many">>;
|
|
76
73
|
tmpDir: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -131,7 +128,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
131
128
|
} | undefined;
|
|
132
129
|
experimental?: {
|
|
133
130
|
enableCodeSplitting?: boolean | undefined;
|
|
134
|
-
nonNestedRoutes?: boolean | undefined;
|
|
135
131
|
} | undefined;
|
|
136
132
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
137
133
|
}, {
|
|
@@ -168,7 +164,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
168
164
|
} | undefined;
|
|
169
165
|
experimental?: {
|
|
170
166
|
enableCodeSplitting?: boolean | undefined;
|
|
171
|
-
nonNestedRoutes?: boolean | undefined;
|
|
172
167
|
} | undefined;
|
|
173
168
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
174
169
|
tmpDir?: string | undefined;
|
|
@@ -210,7 +205,6 @@ export declare const getConfig: (inlineConfig: Partial<Config>, root: string) =>
|
|
|
210
205
|
} | undefined;
|
|
211
206
|
experimental?: {
|
|
212
207
|
enableCodeSplitting?: boolean | undefined;
|
|
213
|
-
nonNestedRoutes?: boolean | undefined;
|
|
214
208
|
} | undefined;
|
|
215
209
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
216
210
|
};
|
package/dist/cjs/esbuild.d.cts
CHANGED
|
@@ -44,7 +44,6 @@ declare const TanStackRouterGeneratorEsbuild: (options?: Partial<{
|
|
|
44
44
|
} | undefined;
|
|
45
45
|
experimental?: {
|
|
46
46
|
enableCodeSplitting?: boolean | undefined;
|
|
47
|
-
nonNestedRoutes?: boolean | undefined;
|
|
48
47
|
} | undefined;
|
|
49
48
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
50
49
|
} | (() => Config)> | undefined) => import('unplugin').EsbuildPlugin;
|
|
@@ -93,7 +92,6 @@ declare const TanStackRouterCodeSplitterEsbuild: (options?: Partial<{
|
|
|
93
92
|
} | undefined;
|
|
94
93
|
experimental?: {
|
|
95
94
|
enableCodeSplitting?: boolean | undefined;
|
|
96
|
-
nonNestedRoutes?: boolean | undefined;
|
|
97
95
|
} | undefined;
|
|
98
96
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
99
97
|
} | (() => Config)> | undefined) => import('unplugin').EsbuildPlugin;
|
|
@@ -142,7 +140,6 @@ declare const TanStackRouterEsbuild: (options?: Partial<{
|
|
|
142
140
|
} | undefined;
|
|
143
141
|
experimental?: {
|
|
144
142
|
enableCodeSplitting?: boolean | undefined;
|
|
145
|
-
nonNestedRoutes?: boolean | undefined;
|
|
146
143
|
} | undefined;
|
|
147
144
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
148
145
|
}> | undefined) => import('unplugin').EsbuildPlugin;
|
|
@@ -182,7 +179,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
182
179
|
} | undefined;
|
|
183
180
|
experimental?: {
|
|
184
181
|
enableCodeSplitting?: boolean | undefined;
|
|
185
|
-
nonNestedRoutes?: boolean | undefined;
|
|
186
182
|
} | undefined;
|
|
187
183
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
188
184
|
}> | undefined) => import('unplugin').EsbuildPlugin;
|
package/dist/cjs/rspack.d.cts
CHANGED
|
@@ -48,7 +48,6 @@ declare const TanStackRouterGeneratorRspack: (options?: Partial<{
|
|
|
48
48
|
} | undefined;
|
|
49
49
|
experimental?: {
|
|
50
50
|
enableCodeSplitting?: boolean | undefined;
|
|
51
|
-
nonNestedRoutes?: boolean | undefined;
|
|
52
51
|
} | undefined;
|
|
53
52
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
54
53
|
} | (() => Config)> | undefined) => import('unplugin').RspackPluginInstance;
|
|
@@ -101,7 +100,6 @@ declare const TanStackRouterCodeSplitterRspack: (options?: Partial<{
|
|
|
101
100
|
} | undefined;
|
|
102
101
|
experimental?: {
|
|
103
102
|
enableCodeSplitting?: boolean | undefined;
|
|
104
|
-
nonNestedRoutes?: boolean | undefined;
|
|
105
103
|
} | undefined;
|
|
106
104
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
107
105
|
} | (() => Config)> | undefined) => import('unplugin').RspackPluginInstance;
|
|
@@ -154,7 +152,6 @@ declare const TanStackRouterRspack: (options?: Partial<{
|
|
|
154
152
|
} | undefined;
|
|
155
153
|
experimental?: {
|
|
156
154
|
enableCodeSplitting?: boolean | undefined;
|
|
157
|
-
nonNestedRoutes?: boolean | undefined;
|
|
158
155
|
} | undefined;
|
|
159
156
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
160
157
|
}> | undefined) => import('unplugin').RspackPluginInstance;
|
|
@@ -194,7 +191,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
194
191
|
} | undefined;
|
|
195
192
|
experimental?: {
|
|
196
193
|
enableCodeSplitting?: boolean | undefined;
|
|
197
|
-
nonNestedRoutes?: boolean | undefined;
|
|
198
194
|
} | undefined;
|
|
199
195
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
200
196
|
}> | undefined) => import('unplugin').RspackPluginInstance;
|
package/dist/cjs/vite.d.cts
CHANGED
|
@@ -35,7 +35,6 @@ declare const tanstackRouterAutoImport: (options?: Partial<{
|
|
|
35
35
|
} | undefined;
|
|
36
36
|
experimental?: {
|
|
37
37
|
enableCodeSplitting?: boolean | undefined;
|
|
38
|
-
nonNestedRoutes?: boolean | undefined;
|
|
39
38
|
} | undefined;
|
|
40
39
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
41
40
|
} | (() => Config)> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -84,7 +83,6 @@ declare const tanstackRouterGenerator: (options?: Partial<{
|
|
|
84
83
|
} | undefined;
|
|
85
84
|
experimental?: {
|
|
86
85
|
enableCodeSplitting?: boolean | undefined;
|
|
87
|
-
nonNestedRoutes?: boolean | undefined;
|
|
88
86
|
} | undefined;
|
|
89
87
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
90
88
|
} | (() => Config)> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -133,7 +131,6 @@ declare const tanStackRouterCodeSplitter: (options?: Partial<{
|
|
|
133
131
|
} | undefined;
|
|
134
132
|
experimental?: {
|
|
135
133
|
enableCodeSplitting?: boolean | undefined;
|
|
136
|
-
nonNestedRoutes?: boolean | undefined;
|
|
137
134
|
} | undefined;
|
|
138
135
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
139
136
|
} | (() => Config)> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -182,7 +179,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
182
179
|
} | undefined;
|
|
183
180
|
experimental?: {
|
|
184
181
|
enableCodeSplitting?: boolean | undefined;
|
|
185
|
-
nonNestedRoutes?: boolean | undefined;
|
|
186
182
|
} | undefined;
|
|
187
183
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
188
184
|
}> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -225,7 +221,6 @@ declare const TanStackRouterVite: (options?: Partial<{
|
|
|
225
221
|
} | undefined;
|
|
226
222
|
experimental?: {
|
|
227
223
|
enableCodeSplitting?: boolean | undefined;
|
|
228
|
-
nonNestedRoutes?: boolean | undefined;
|
|
229
224
|
} | undefined;
|
|
230
225
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
231
226
|
}> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
package/dist/cjs/webpack.d.cts
CHANGED
|
@@ -44,7 +44,6 @@ declare const TanStackRouterGeneratorWebpack: (options?: Partial<{
|
|
|
44
44
|
} | undefined;
|
|
45
45
|
experimental?: {
|
|
46
46
|
enableCodeSplitting?: boolean | undefined;
|
|
47
|
-
nonNestedRoutes?: boolean | undefined;
|
|
48
47
|
} | undefined;
|
|
49
48
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
50
49
|
} | (() => Config)> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -93,7 +92,6 @@ declare const TanStackRouterCodeSplitterWebpack: (options?: Partial<{
|
|
|
93
92
|
} | undefined;
|
|
94
93
|
experimental?: {
|
|
95
94
|
enableCodeSplitting?: boolean | undefined;
|
|
96
|
-
nonNestedRoutes?: boolean | undefined;
|
|
97
95
|
} | undefined;
|
|
98
96
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
99
97
|
} | (() => Config)> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -142,7 +140,6 @@ declare const TanStackRouterWebpack: (options?: Partial<{
|
|
|
142
140
|
} | undefined;
|
|
143
141
|
experimental?: {
|
|
144
142
|
enableCodeSplitting?: boolean | undefined;
|
|
145
|
-
nonNestedRoutes?: boolean | undefined;
|
|
146
143
|
} | undefined;
|
|
147
144
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
148
145
|
}> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -182,7 +179,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
182
179
|
} | undefined;
|
|
183
180
|
experimental?: {
|
|
184
181
|
enableCodeSplitting?: boolean | undefined;
|
|
185
|
-
nonNestedRoutes?: boolean | undefined;
|
|
186
182
|
} | undefined;
|
|
187
183
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
188
184
|
}> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -64,13 +64,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
64
64
|
}>>;
|
|
65
65
|
experimental: z.ZodOptional<z.ZodObject<{
|
|
66
66
|
enableCodeSplitting: z.ZodOptional<z.ZodBoolean>;
|
|
67
|
-
nonNestedRoutes: z.ZodOptional<z.ZodBoolean>;
|
|
68
67
|
}, "strip", z.ZodTypeAny, {
|
|
69
68
|
enableCodeSplitting?: boolean | undefined;
|
|
70
|
-
nonNestedRoutes?: boolean | undefined;
|
|
71
69
|
}, {
|
|
72
70
|
enableCodeSplitting?: boolean | undefined;
|
|
73
|
-
nonNestedRoutes?: boolean | undefined;
|
|
74
71
|
}>>;
|
|
75
72
|
plugins: z.ZodOptional<z.ZodArray<z.ZodType<import('@tanstack/router-generator').GeneratorPlugin, z.ZodTypeDef, import('@tanstack/router-generator').GeneratorPlugin>, "many">>;
|
|
76
73
|
tmpDir: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -131,7 +128,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
131
128
|
} | undefined;
|
|
132
129
|
experimental?: {
|
|
133
130
|
enableCodeSplitting?: boolean | undefined;
|
|
134
|
-
nonNestedRoutes?: boolean | undefined;
|
|
135
131
|
} | undefined;
|
|
136
132
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
137
133
|
}, {
|
|
@@ -168,7 +164,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
168
164
|
} | undefined;
|
|
169
165
|
experimental?: {
|
|
170
166
|
enableCodeSplitting?: boolean | undefined;
|
|
171
|
-
nonNestedRoutes?: boolean | undefined;
|
|
172
167
|
} | undefined;
|
|
173
168
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
174
169
|
tmpDir?: string | undefined;
|
|
@@ -210,7 +205,6 @@ export declare const getConfig: (inlineConfig: Partial<Config>, root: string) =>
|
|
|
210
205
|
} | undefined;
|
|
211
206
|
experimental?: {
|
|
212
207
|
enableCodeSplitting?: boolean | undefined;
|
|
213
|
-
nonNestedRoutes?: boolean | undefined;
|
|
214
208
|
} | undefined;
|
|
215
209
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
216
210
|
};
|
package/dist/esm/esbuild.d.ts
CHANGED
|
@@ -44,7 +44,6 @@ declare const TanStackRouterGeneratorEsbuild: (options?: Partial<{
|
|
|
44
44
|
} | undefined;
|
|
45
45
|
experimental?: {
|
|
46
46
|
enableCodeSplitting?: boolean | undefined;
|
|
47
|
-
nonNestedRoutes?: boolean | undefined;
|
|
48
47
|
} | undefined;
|
|
49
48
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
50
49
|
} | (() => Config)> | undefined) => import('unplugin').EsbuildPlugin;
|
|
@@ -93,7 +92,6 @@ declare const TanStackRouterCodeSplitterEsbuild: (options?: Partial<{
|
|
|
93
92
|
} | undefined;
|
|
94
93
|
experimental?: {
|
|
95
94
|
enableCodeSplitting?: boolean | undefined;
|
|
96
|
-
nonNestedRoutes?: boolean | undefined;
|
|
97
95
|
} | undefined;
|
|
98
96
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
99
97
|
} | (() => Config)> | undefined) => import('unplugin').EsbuildPlugin;
|
|
@@ -142,7 +140,6 @@ declare const TanStackRouterEsbuild: (options?: Partial<{
|
|
|
142
140
|
} | undefined;
|
|
143
141
|
experimental?: {
|
|
144
142
|
enableCodeSplitting?: boolean | undefined;
|
|
145
|
-
nonNestedRoutes?: boolean | undefined;
|
|
146
143
|
} | undefined;
|
|
147
144
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
148
145
|
}> | undefined) => import('unplugin').EsbuildPlugin;
|
|
@@ -182,7 +179,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
182
179
|
} | undefined;
|
|
183
180
|
experimental?: {
|
|
184
181
|
enableCodeSplitting?: boolean | undefined;
|
|
185
|
-
nonNestedRoutes?: boolean | undefined;
|
|
186
182
|
} | undefined;
|
|
187
183
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
188
184
|
}> | undefined) => import('unplugin').EsbuildPlugin;
|
package/dist/esm/rspack.d.ts
CHANGED
|
@@ -48,7 +48,6 @@ declare const TanStackRouterGeneratorRspack: (options?: Partial<{
|
|
|
48
48
|
} | undefined;
|
|
49
49
|
experimental?: {
|
|
50
50
|
enableCodeSplitting?: boolean | undefined;
|
|
51
|
-
nonNestedRoutes?: boolean | undefined;
|
|
52
51
|
} | undefined;
|
|
53
52
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
54
53
|
} | (() => Config)> | undefined) => import('unplugin').RspackPluginInstance;
|
|
@@ -101,7 +100,6 @@ declare const TanStackRouterCodeSplitterRspack: (options?: Partial<{
|
|
|
101
100
|
} | undefined;
|
|
102
101
|
experimental?: {
|
|
103
102
|
enableCodeSplitting?: boolean | undefined;
|
|
104
|
-
nonNestedRoutes?: boolean | undefined;
|
|
105
103
|
} | undefined;
|
|
106
104
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
107
105
|
} | (() => Config)> | undefined) => import('unplugin').RspackPluginInstance;
|
|
@@ -154,7 +152,6 @@ declare const TanStackRouterRspack: (options?: Partial<{
|
|
|
154
152
|
} | undefined;
|
|
155
153
|
experimental?: {
|
|
156
154
|
enableCodeSplitting?: boolean | undefined;
|
|
157
|
-
nonNestedRoutes?: boolean | undefined;
|
|
158
155
|
} | undefined;
|
|
159
156
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
160
157
|
}> | undefined) => import('unplugin').RspackPluginInstance;
|
|
@@ -194,7 +191,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
194
191
|
} | undefined;
|
|
195
192
|
experimental?: {
|
|
196
193
|
enableCodeSplitting?: boolean | undefined;
|
|
197
|
-
nonNestedRoutes?: boolean | undefined;
|
|
198
194
|
} | undefined;
|
|
199
195
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
200
196
|
}> | undefined) => import('unplugin').RspackPluginInstance;
|
package/dist/esm/vite.d.ts
CHANGED
|
@@ -35,7 +35,6 @@ declare const tanstackRouterAutoImport: (options?: Partial<{
|
|
|
35
35
|
} | undefined;
|
|
36
36
|
experimental?: {
|
|
37
37
|
enableCodeSplitting?: boolean | undefined;
|
|
38
|
-
nonNestedRoutes?: boolean | undefined;
|
|
39
38
|
} | undefined;
|
|
40
39
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
41
40
|
} | (() => Config)> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -84,7 +83,6 @@ declare const tanstackRouterGenerator: (options?: Partial<{
|
|
|
84
83
|
} | undefined;
|
|
85
84
|
experimental?: {
|
|
86
85
|
enableCodeSplitting?: boolean | undefined;
|
|
87
|
-
nonNestedRoutes?: boolean | undefined;
|
|
88
86
|
} | undefined;
|
|
89
87
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
90
88
|
} | (() => Config)> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -133,7 +131,6 @@ declare const tanStackRouterCodeSplitter: (options?: Partial<{
|
|
|
133
131
|
} | undefined;
|
|
134
132
|
experimental?: {
|
|
135
133
|
enableCodeSplitting?: boolean | undefined;
|
|
136
|
-
nonNestedRoutes?: boolean | undefined;
|
|
137
134
|
} | undefined;
|
|
138
135
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
139
136
|
} | (() => Config)> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -182,7 +179,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
182
179
|
} | undefined;
|
|
183
180
|
experimental?: {
|
|
184
181
|
enableCodeSplitting?: boolean | undefined;
|
|
185
|
-
nonNestedRoutes?: boolean | undefined;
|
|
186
182
|
} | undefined;
|
|
187
183
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
188
184
|
}> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
|
@@ -225,7 +221,6 @@ declare const TanStackRouterVite: (options?: Partial<{
|
|
|
225
221
|
} | undefined;
|
|
226
222
|
experimental?: {
|
|
227
223
|
enableCodeSplitting?: boolean | undefined;
|
|
228
|
-
nonNestedRoutes?: boolean | undefined;
|
|
229
224
|
} | undefined;
|
|
230
225
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
231
226
|
}> | undefined) => import('vite').Plugin<any> | import('vite').Plugin<any>[];
|
package/dist/esm/webpack.d.ts
CHANGED
|
@@ -44,7 +44,6 @@ declare const TanStackRouterGeneratorWebpack: (options?: Partial<{
|
|
|
44
44
|
} | undefined;
|
|
45
45
|
experimental?: {
|
|
46
46
|
enableCodeSplitting?: boolean | undefined;
|
|
47
|
-
nonNestedRoutes?: boolean | undefined;
|
|
48
47
|
} | undefined;
|
|
49
48
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
50
49
|
} | (() => Config)> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -93,7 +92,6 @@ declare const TanStackRouterCodeSplitterWebpack: (options?: Partial<{
|
|
|
93
92
|
} | undefined;
|
|
94
93
|
experimental?: {
|
|
95
94
|
enableCodeSplitting?: boolean | undefined;
|
|
96
|
-
nonNestedRoutes?: boolean | undefined;
|
|
97
95
|
} | undefined;
|
|
98
96
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
99
97
|
} | (() => Config)> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -142,7 +140,6 @@ declare const TanStackRouterWebpack: (options?: Partial<{
|
|
|
142
140
|
} | undefined;
|
|
143
141
|
experimental?: {
|
|
144
142
|
enableCodeSplitting?: boolean | undefined;
|
|
145
|
-
nonNestedRoutes?: boolean | undefined;
|
|
146
143
|
} | undefined;
|
|
147
144
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
148
145
|
}> | undefined) => import('unplugin').WebpackPluginInstance;
|
|
@@ -182,7 +179,6 @@ declare const tanstackRouter: (options?: Partial<{
|
|
|
182
179
|
} | undefined;
|
|
183
180
|
experimental?: {
|
|
184
181
|
enableCodeSplitting?: boolean | undefined;
|
|
185
|
-
nonNestedRoutes?: boolean | undefined;
|
|
186
182
|
} | undefined;
|
|
187
183
|
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
188
184
|
}> | undefined) => import('unplugin').WebpackPluginInstance;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/router-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.142.0",
|
|
4
4
|
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"chokidar": "^3.6.0",
|
|
98
98
|
"unplugin": "^2.1.2",
|
|
99
99
|
"zod": "^3.24.2",
|
|
100
|
-
"@tanstack/router-generator": "1.141.8",
|
|
101
100
|
"@tanstack/router-core": "1.141.8",
|
|
101
|
+
"@tanstack/router-generator": "1.142.0",
|
|
102
102
|
"@tanstack/router-utils": "1.141.0",
|
|
103
103
|
"@tanstack/virtual-file-routes": "1.141.0"
|
|
104
104
|
},
|