@tanstack/router-plugin 1.97.20 → 1.97.22

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.
@@ -40,7 +40,7 @@ declare const TanStackRouterGeneratorRspack: (options?: Partial<{
40
40
  experimental?: {
41
41
  enableCodeSplitting?: boolean | undefined;
42
42
  } | undefined;
43
- }> | undefined) => _rspack_core_dist_config_types.RspackPluginInstance;
43
+ }> | undefined) => import('unplugin').RspackPluginInstance;
44
44
  /**
45
45
  * @example
46
46
  * ```ts
@@ -82,7 +82,7 @@ declare const TanStackRouterCodeSplitterRspack: (options?: Partial<{
82
82
  experimental?: {
83
83
  enableCodeSplitting?: boolean | undefined;
84
84
  } | undefined;
85
- }> | undefined) => _rspack_core_dist_config_types.RspackPluginInstance;
85
+ }> | undefined) => import('unplugin').RspackPluginInstance;
86
86
  /**
87
87
  * @example
88
88
  * ```ts
@@ -124,7 +124,7 @@ declare const TanStackRouterRspack: (options?: Partial<{
124
124
  experimental?: {
125
125
  enableCodeSplitting?: boolean | undefined;
126
126
  } | undefined;
127
- }> | undefined) => _rspack_core_dist_config_types.RspackPluginInstance;
127
+ }> | undefined) => import('unplugin').RspackPluginInstance;
128
128
  export default TanStackRouterRspack;
129
129
  export { configSchema, TanStackRouterRspack, TanStackRouterGeneratorRspack, TanStackRouterCodeSplitterRspack, };
130
130
  export type { Config };
@@ -40,7 +40,7 @@ declare const TanStackRouterGeneratorRspack: (options?: Partial<{
40
40
  experimental?: {
41
41
  enableCodeSplitting?: boolean | undefined;
42
42
  } | undefined;
43
- }> | undefined) => _rspack_core_dist_config_types.RspackPluginInstance;
43
+ }> | undefined) => import('unplugin').RspackPluginInstance;
44
44
  /**
45
45
  * @example
46
46
  * ```ts
@@ -82,7 +82,7 @@ declare const TanStackRouterCodeSplitterRspack: (options?: Partial<{
82
82
  experimental?: {
83
83
  enableCodeSplitting?: boolean | undefined;
84
84
  } | undefined;
85
- }> | undefined) => _rspack_core_dist_config_types.RspackPluginInstance;
85
+ }> | undefined) => import('unplugin').RspackPluginInstance;
86
86
  /**
87
87
  * @example
88
88
  * ```ts
@@ -124,7 +124,7 @@ declare const TanStackRouterRspack: (options?: Partial<{
124
124
  experimental?: {
125
125
  enableCodeSplitting?: boolean | undefined;
126
126
  } | undefined;
127
- }> | undefined) => _rspack_core_dist_config_types.RspackPluginInstance;
127
+ }> | undefined) => import('unplugin').RspackPluginInstance;
128
128
  export default TanStackRouterRspack;
129
129
  export { configSchema, TanStackRouterRspack, TanStackRouterGeneratorRspack, TanStackRouterCodeSplitterRspack, };
130
130
  export type { Config };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/router-plugin",
3
- "version": "1.97.20",
3
+ "version": "1.97.22",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -103,10 +103,10 @@
103
103
  "chalk": "^5.4.1",
104
104
  "chokidar": "^3.6.0",
105
105
  "diff": "^7.0.0",
106
- "unplugin": "^1.16.0",
106
+ "unplugin": "^2.1.2",
107
107
  "zod": "^3.24.1",
108
- "@tanstack/virtual-file-routes": "^1.97.8",
109
- "@tanstack/router-generator": "^1.97.20"
108
+ "@tanstack/router-generator": "^1.97.21",
109
+ "@tanstack/virtual-file-routes": "^1.97.8"
110
110
  },
111
111
  "peerDependencies": {
112
112
  "@rsbuild/core": ">=1.0.2",