@hybridly/core
Advanced tools
Comparing version 0.7.14 to 0.7.15
@@ -503,2 +503,3 @@ import { RequestData } from '@hybridly/utils'; | ||
declare const EXTERNAL_NAVIGATION_HEADER = "x-hybrid-external"; | ||
declare const EXTERNAL_NAVIGATION_TARGET_HEADER = "x-hybrid-external-target"; | ||
declare const PARTIAL_COMPONENT_HEADER = "x-hybrid-partial-component"; | ||
@@ -518,2 +519,3 @@ declare const ONLY_DATA_HEADER = "x-hybrid-only-data"; | ||
declare const constants_EXTERNAL_NAVIGATION_HEADER: typeof EXTERNAL_NAVIGATION_HEADER; | ||
declare const constants_EXTERNAL_NAVIGATION_TARGET_HEADER: typeof EXTERNAL_NAVIGATION_TARGET_HEADER; | ||
declare const constants_HYBRIDLY_HEADER: typeof HYBRIDLY_HEADER; | ||
@@ -526,5 +528,5 @@ declare const constants_ONLY_DATA_HEADER: typeof ONLY_DATA_HEADER; | ||
declare namespace constants { | ||
export { constants_DIALOG_KEY_HEADER as DIALOG_KEY_HEADER, constants_DIALOG_REDIRECT_HEADER as DIALOG_REDIRECT_HEADER, constants_ERROR_BAG_HEADER as ERROR_BAG_HEADER, constants_EXCEPT_DATA_HEADER as EXCEPT_DATA_HEADER, constants_EXTERNAL_NAVIGATION_HEADER as EXTERNAL_NAVIGATION_HEADER, constants_HYBRIDLY_HEADER as HYBRIDLY_HEADER, constants_ONLY_DATA_HEADER as ONLY_DATA_HEADER, constants_PARTIAL_COMPONENT_HEADER as PARTIAL_COMPONENT_HEADER, constants_SCROLL_REGION_ATTRIBUTE as SCROLL_REGION_ATTRIBUTE, constants_STORAGE_EXTERNAL_KEY as STORAGE_EXTERNAL_KEY, constants_VERSION_HEADER as VERSION_HEADER }; | ||
export { constants_DIALOG_KEY_HEADER as DIALOG_KEY_HEADER, constants_DIALOG_REDIRECT_HEADER as DIALOG_REDIRECT_HEADER, constants_ERROR_BAG_HEADER as ERROR_BAG_HEADER, constants_EXCEPT_DATA_HEADER as EXCEPT_DATA_HEADER, constants_EXTERNAL_NAVIGATION_HEADER as EXTERNAL_NAVIGATION_HEADER, constants_EXTERNAL_NAVIGATION_TARGET_HEADER as EXTERNAL_NAVIGATION_TARGET_HEADER, constants_HYBRIDLY_HEADER as HYBRIDLY_HEADER, constants_ONLY_DATA_HEADER as ONLY_DATA_HEADER, constants_PARTIAL_COMPONENT_HEADER as PARTIAL_COMPONENT_HEADER, constants_SCROLL_REGION_ATTRIBUTE as SCROLL_REGION_ATTRIBUTE, constants_STORAGE_EXTERNAL_KEY as STORAGE_EXTERNAL_KEY, constants_VERSION_HEADER as VERSION_HEADER }; | ||
} | ||
export { type Authorizable, type DynamicConfiguration, type GlobalRouteCollection, type HybridPayload, type HybridRequestOptions, type MaybePromise, type Method, type NavigationResponse, type Plugin, type Progress, type ResolveComponent, type RouteDefinition, type RouteName, type RouteParameters, type Router, type RouterContext, type RouterContextOptions, type RoutingConfiguration, type UrlResolvable, can, constants, createRouter, definePlugin, getRouterContext, makeUrl, registerHook, route, router, sameUrls }; |
{ | ||
"name": "@hybridly/core", | ||
"type": "module", | ||
"version": "0.7.14", | ||
"version": "0.7.15", | ||
"description": "Core functionality of Hybridly", | ||
@@ -46,3 +46,3 @@ "author": "Enzo Innocenzi <enzo@innocenzi.dev>", | ||
"superjson": "^2.2.1", | ||
"@hybridly/utils": "0.7.14" | ||
"@hybridly/utils": "0.7.15" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
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
144649
2682
+ Added@hybridly/utils@0.7.15(transitive)
- Removed@hybridly/utils@0.7.14(transitive)
Updated@hybridly/utils@0.7.15