@tanstack/history
Advanced tools
Comparing version 1.99.0 to 1.99.13
@@ -5,3 +5,3 @@ export interface NavigateOptions { | ||
type SubscriberHistoryAction = { | ||
type: HistoryAction; | ||
type: Exclude<HistoryAction, 'GO'>; | ||
} | { | ||
@@ -8,0 +8,0 @@ type: 'GO'; |
{ | ||
"name": "@tanstack/history", | ||
"version": "1.99.0", | ||
"version": "1.99.13", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
@@ -11,3 +11,3 @@ // While the public API was clearly inspired by the "history" npm package, | ||
| { | ||
type: HistoryAction | ||
type: Exclude<HistoryAction, 'GO'> | ||
} | ||
@@ -14,0 +14,0 @@ | { |
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
106558