@tanstack/router-generator 1.97.23 → 1.97.24
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,3 +1,3 @@
|
|
|
1
|
-
import { GetRouteNodesResult } from '../../types';
|
|
2
|
-
import { Config } from '../../config';
|
|
1
|
+
import { GetRouteNodesResult } from '../../types.cjs';
|
|
2
|
+
import { Config } from '../../config.cjs';
|
|
3
3
|
export declare function getRouteNodes(config: Config, root: string): Promise<GetRouteNodesResult>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VirtualRouteNode } from '@tanstack/virtual-file-routes';
|
|
2
|
-
import { GetRouteNodesResult, RouteNode } from '../../types';
|
|
3
|
-
import { Config } from '../../config';
|
|
2
|
+
import { GetRouteNodesResult, RouteNode } from '../../types.cjs';
|
|
3
|
+
import { Config } from '../../config.cjs';
|
|
4
4
|
export declare function getRouteNodes(tsrConfig: Config, root: string): Promise<GetRouteNodesResult>;
|
|
5
5
|
export declare function getRouteNodesRecursive(tsrConfig: Config, root: string, fullDir: string, nodes?: Array<VirtualRouteNode>, parent?: RouteNode): Promise<Array<RouteNode>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { GetRouteNodesResult } from '../../types';
|
|
2
|
-
import { Config } from '../../config';
|
|
1
|
+
import { GetRouteNodesResult } from '../../types.js';
|
|
2
|
+
import { Config } from '../../config.js';
|
|
3
3
|
export declare function getRouteNodes(config: Config, root: string): Promise<GetRouteNodesResult>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VirtualRouteNode } from '@tanstack/virtual-file-routes';
|
|
2
|
-
import { GetRouteNodesResult, RouteNode } from '../../types';
|
|
3
|
-
import { Config } from '../../config';
|
|
2
|
+
import { GetRouteNodesResult, RouteNode } from '../../types.js';
|
|
3
|
+
import { Config } from '../../config.js';
|
|
4
4
|
export declare function getRouteNodes(tsrConfig: Config, root: string): Promise<GetRouteNodesResult>;
|
|
5
5
|
export declare function getRouteNodesRecursive(tsrConfig: Config, root: string, fullDir: string, nodes?: Array<VirtualRouteNode>, parent?: RouteNode): Promise<Array<RouteNode>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/router-generator",
|
|
3
|
-
"version": "1.97.
|
|
3
|
+
"version": "1.97.24",
|
|
4
4
|
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@tanstack/virtual-file-routes": "^1.97.8"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@tanstack/react-router": "^1.97.
|
|
58
|
+
"@tanstack/react-router": "^1.97.24"
|
|
59
59
|
},
|
|
60
60
|
"peerDependenciesMeta": {
|
|
61
61
|
"@tanstack/react-router": {
|