Comparing version 0.9.0 to 0.9.1
@@ -27,3 +27,3 @@ import { NavMeta, NavOpts, PathOrHref, StrictNavMeta } from "./nav-opts"; | ||
*/ | ||
go(target: StrictNavMeta | ((prev: NavOpts) => StrictNavMeta)): Promise<void>; | ||
go(target: StrictNavMeta | ((prev: NavOpts) => NavMeta)): Promise<void>; | ||
go(target: PathOrHref, opts?: NavMeta): Promise<void>; | ||
@@ -30,0 +30,0 @@ /** |
{ | ||
"name": "esroute", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A small efficient framework-agnostic client-side routing library, written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
36066