@tanstack/virtual-file-routes
Advanced tools
Comparing version 1.54.0 to 1.56.0
export { rootRoute, index, route, layout, physical } from './api.js'; | ||
export type { LayoutRoute, Route, IndexRoute, PhysicalSubtree, VirtualRootRoute, VirtualRouteNode, } from './types.js'; | ||
export { defineVirtualSubtreeConfig } from './defineConfig.js'; | ||
export type { ConfigExport, ConfigFn, ConfigFnObject, ConfigFnPromise, VirtualRouteSubtreeConfig, } from './defineConfig.js'; |
import { index, layout, physical, rootRoute, route } from "./api.js"; | ||
import { defineVirtualSubtreeConfig } from "./defineConfig.js"; | ||
export { | ||
defineVirtualSubtreeConfig, | ||
index, | ||
@@ -4,0 +6,0 @@ layout, |
{ | ||
"name": "@tanstack/virtual-file-routes", | ||
"version": "1.54.0", | ||
"version": "1.56.0", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -26,8 +26,2 @@ "author": "Tanner Linsley", | ||
], | ||
"scripts": { | ||
"clean": "rimraf ./dist && rimraf ./coverage", | ||
"test:eslint": "eslint ./src", | ||
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .", | ||
"build": "vite build" | ||
}, | ||
"type": "module", | ||
@@ -57,3 +51,4 @@ "types": "dist/esm/index.d.ts", | ||
"node": ">=12" | ||
} | ||
} | ||
}, | ||
"scripts": {} | ||
} |
@@ -10,1 +10,10 @@ export { rootRoute, index, route, layout, physical } from './api' | ||
} from './types' | ||
export { defineVirtualSubtreeConfig } from './defineConfig' | ||
export type { | ||
ConfigExport, | ||
ConfigFn, | ||
ConfigFnObject, | ||
ConfigFnPromise, | ||
VirtualRouteSubtreeConfig, | ||
} from './defineConfig' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21687
26
348