@tanstack/router-generator 1.12.8 → 1.12.16

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,4 +1,4 @@
1
- import { Config } from './config';
1
+ import { Config } from './config.cjs';
2
2
  export declare const rootPathId = "__root";
3
3
  export type RouteNode = {
4
4
  filePath: string;
@@ -1,2 +1,2 @@
1
- export { type Config, configSchema, getConfig } from './config';
2
- export { generator } from './generator';
1
+ export { type Config, configSchema, getConfig } from './config.cjs';
2
+ export { generator } from './generator.cjs';
@@ -1,4 +1,4 @@
1
- import { Config } from './config';
1
+ import { Config } from './config.js';
2
2
  export declare const rootPathId = "__root";
3
3
  export type RouteNode = {
4
4
  filePath: string;
@@ -1,2 +1,2 @@
1
- export { type Config, configSchema, getConfig } from './config';
2
- export { generator } from './generator';
1
+ export { type Config, configSchema, getConfig } from './config.js';
2
+ export { generator } from './generator.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/router-generator",
3
- "version": "1.12.8",
3
+ "version": "1.12.16",
4
4
  "description": "",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",