@hybridly/core
Advanced tools
Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6
@@ -184,3 +184,3 @@ import { RequestData } from '@hybridly/utils'; | ||
*/ | ||
transformUrl?: UrlTransformable; | ||
transformUrl?: UrlTransformable | ((url: string) => UrlTransformable); | ||
/** | ||
@@ -368,2 +368,2 @@ * Defines whether the history state should be updated. | ||
export { Authorizable, MaybePromise, Method, Plugin, ResolveComponent, Router, RouterContext, RouterContextOptions, UrlResolvable, VisitOptions, VisitPayload, VisitResponse, can, constants, createRouter, definePlugin, getRouterContext, makeUrl, registerHook, registerHookOnce, router, sameUrls }; | ||
export { Authorizable, MaybePromise, Method, Plugin, Progress, ResolveComponent, Router, RouterContext, RouterContextOptions, UrlResolvable, VisitOptions, VisitPayload, VisitResponse, can, constants, createRouter, definePlugin, getRouterContext, makeUrl, registerHook, registerHookOnce, router, sameUrls }; |
{ | ||
"name": "@hybridly/core", | ||
"version": "0.0.1-alpha.5", | ||
"version": "0.0.1-alpha.6", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hybridly/utils": "0.0.1-alpha.5", | ||
"@hybridly/utils": "0.0.1-alpha.6", | ||
"qs": "^6.11.0" | ||
@@ -42,0 +42,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60603
1599
+ Added@hybridly/utils@0.0.1-alpha.6(transitive)
- Removed@hybridly/utils@0.0.1-alpha.5(transitive)