@tanstack/react-router
Advanced tools
Comparing version 0.0.1-beta.19 to 0.0.1-beta.20
@@ -10,3 +10,3 @@ { | ||
{ | ||
"uid": "5c4d-67", | ||
"uid": "877b-67", | ||
"name": "\u0000rollupPluginBabelHelpers.js" | ||
@@ -19,7 +19,7 @@ }, | ||
"name": "router-core/build/esm/index.js", | ||
"uid": "5c4d-69" | ||
"uid": "877b-69" | ||
}, | ||
{ | ||
"name": "react-router/src/index.tsx", | ||
"uid": "5c4d-71" | ||
"uid": "877b-71" | ||
} | ||
@@ -34,26 +34,26 @@ ] | ||
"nodeParts": { | ||
"5c4d-67": { | ||
"877b-67": { | ||
"renderedLength": 798, | ||
"gzipLength": 366, | ||
"brotliLength": 0, | ||
"mainUid": "5c4d-66" | ||
"mainUid": "877b-66" | ||
}, | ||
"5c4d-69": { | ||
"877b-69": { | ||
"renderedLength": 75162, | ||
"gzipLength": 15777, | ||
"brotliLength": 0, | ||
"mainUid": "5c4d-68" | ||
"mainUid": "877b-68" | ||
}, | ||
"5c4d-71": { | ||
"877b-71": { | ||
"renderedLength": 12237, | ||
"gzipLength": 3143, | ||
"brotliLength": 0, | ||
"mainUid": "5c4d-70" | ||
"mainUid": "877b-70" | ||
} | ||
}, | ||
"nodeMetas": { | ||
"5c4d-66": { | ||
"877b-66": { | ||
"id": "\u0000rollupPluginBabelHelpers.js", | ||
"moduleParts": { | ||
"index.production.js": "5c4d-67" | ||
"index.production.js": "877b-67" | ||
}, | ||
@@ -63,10 +63,10 @@ "imported": [], | ||
{ | ||
"uid": "5c4d-70" | ||
"uid": "877b-70" | ||
} | ||
] | ||
}, | ||
"5c4d-68": { | ||
"877b-68": { | ||
"id": "/packages/router-core/build/esm/index.js", | ||
"moduleParts": { | ||
"index.production.js": "5c4d-69" | ||
"index.production.js": "877b-69" | ||
}, | ||
@@ -76,23 +76,23 @@ "imported": [], | ||
{ | ||
"uid": "5c4d-70" | ||
"uid": "877b-70" | ||
} | ||
] | ||
}, | ||
"5c4d-70": { | ||
"877b-70": { | ||
"id": "/packages/react-router/src/index.tsx", | ||
"moduleParts": { | ||
"index.production.js": "5c4d-71" | ||
"index.production.js": "877b-71" | ||
}, | ||
"imported": [ | ||
{ | ||
"uid": "5c4d-66" | ||
"uid": "877b-66" | ||
}, | ||
{ | ||
"uid": "5c4d-72" | ||
"uid": "877b-72" | ||
}, | ||
{ | ||
"uid": "5c4d-73" | ||
"uid": "877b-73" | ||
}, | ||
{ | ||
"uid": "5c4d-68" | ||
"uid": "877b-68" | ||
} | ||
@@ -103,3 +103,3 @@ ], | ||
}, | ||
"5c4d-72": { | ||
"877b-72": { | ||
"id": "react", | ||
@@ -110,3 +110,3 @@ "moduleParts": {}, | ||
{ | ||
"uid": "5c4d-70" | ||
"uid": "877b-70" | ||
} | ||
@@ -116,3 +116,3 @@ ], | ||
}, | ||
"5c4d-73": { | ||
"877b-73": { | ||
"id": "use-sync-external-store/shim", | ||
@@ -123,3 +123,3 @@ "moduleParts": {}, | ||
{ | ||
"uid": "5c4d-70" | ||
"uid": "877b-70" | ||
} | ||
@@ -126,0 +126,0 @@ ], |
@@ -15,8 +15,8 @@ /** | ||
interface ResolveRouter { | ||
interface RegisterRouter { | ||
} | ||
type ResolvedRouter = ResolveRouter extends { | ||
type ResolvedRouter = RegisterRouter extends { | ||
router: Router<infer TRouteConfig, infer TAllRouteInfo>; | ||
} ? Router<TRouteConfig, TAllRouteInfo> : Router; | ||
type ResolvedAllRouteInfo = ResolveRouter extends { | ||
type ResolvedAllRouteInfo = RegisterRouter extends { | ||
router: Router<infer TRouteConfig, infer TAllRouteInfo>; | ||
@@ -107,2 +107,2 @@ } ? TAllRouteInfo : AnyAllRouteInfo; | ||
export { DefaultErrorBoundary, Link, MatchesProvider, MatchesProviderProps, Outlet, Prompt, PromptProps, ResolveRouter, ResolvedAllRouteInfo, ResolvedRouter, RouteComponent, RouterProps, RouterProvider, SyncRouteComponent, createReactRouter, lazy, matchesContext, routerContext, useMatch, useMatches, usePrompt, useRouter }; | ||
export { DefaultErrorBoundary, Link, MatchesProvider, MatchesProviderProps, Outlet, Prompt, PromptProps, RegisterRouter, ResolvedAllRouteInfo, ResolvedRouter, RouteComponent, RouterProps, RouterProvider, SyncRouteComponent, createReactRouter, lazy, matchesContext, routerContext, useMatch, useMatches, usePrompt, useRouter }; |
{ | ||
"name": "@tanstack/react-router", | ||
"author": "Tanner Linsley", | ||
"version": "0.0.1-beta.19", | ||
"version": "0.0.1-beta.20", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "tanstack/router", |
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
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
1196243