@hybridly/core
Advanced tools
Comparing version 0.0.1-alpha.4 to 0.0.1-alpha.5
@@ -36,3 +36,3 @@ import { RequestData } from '@hybridly/utils'; | ||
/** | ||
* Called when a response to a request is not a valid Hybridly response. | ||
* Called when a response to a request is not a valid hybrid response. | ||
*/ | ||
@@ -314,3 +314,3 @@ invalid: (response: AxiosResponse) => MaybePromise<void>; | ||
* your application. Make sure the routes you call return a | ||
* hybridly response, otherwise you need to call `external`. | ||
* hybrid response, otherwise you need to call `external`. | ||
* | ||
@@ -334,3 +334,3 @@ * @example | ||
declare const STORAGE_EXTERNAL_KEY = "hybridly:external"; | ||
declare const HYBRIDLY_HEADER = "x-hybridly"; | ||
declare const HYBRIDLY_HEADER = "x-hybrid"; | ||
declare const EXTERNAL_VISIT_HEADER: string; | ||
@@ -337,0 +337,0 @@ declare const PARTIAL_COMPONENT_HEADER: string; |
{ | ||
"name": "@hybridly/core", | ||
"version": "0.0.1-alpha.4", | ||
"version": "0.0.1-alpha.5", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -39,7 +39,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@hybridly/utils": "0.0.1-alpha.4", | ||
"@hybridly/utils": "0.0.1-alpha.5", | ||
"qs": "^6.11.0" | ||
}, | ||
"devDependencies": { | ||
"axios": "^1.1.2", | ||
"axios": "^1.1.3", | ||
"defu": "^6.1.0" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60275
+ Added@hybridly/utils@0.0.1-alpha.5(transitive)
- Removed@hybridly/utils@0.0.1-alpha.4(transitive)