@tanstack/router-generator
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import path from "node:path"; | ||
import * as prettier from "prettier"; | ||
import { logging, multiSortBy, replaceBackslash, removeExt, writeIfDifferent, removeUnderscores, removeTrailingSlash, determineInitialRoutePath, resetRegex, trimPathLeft, routePathToVariable } from "./utils.js"; | ||
import { logging, multiSortBy, replaceBackslash, removeExt, writeIfDifferent, determineInitialRoutePath, resetRegex, trimPathLeft, removeUnderscores, routePathToVariable, removeTrailingSlash } from "./utils.js"; | ||
import { getRouteNodes as getRouteNodes$1 } from "./filesystem/physical/getRouteNodes.js"; | ||
@@ -8,0 +8,0 @@ import { getRouteNodes } from "./filesystem/virtual/getRouteNodes.js"; |
{ | ||
"name": "@tanstack/router-generator", | ||
"version": "1.99.0", | ||
"version": "1.99.6", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -58,3 +58,3 @@ "author": "Tanner Linsley", | ||
"peerDependencies": { | ||
"@tanstack/react-router": "^1.99.0" | ||
"@tanstack/react-router": "^1.99.6" | ||
}, | ||
@@ -61,0 +61,0 @@ "peerDependenciesMeta": { |