@hybridly/core
Advanced tools
Comparing version 0.0.1-alpha.11 to 0.0.1-alpha.12
@@ -230,2 +230,6 @@ import { RequestData } from '@hybridly/utils'; | ||
spoof?: boolean; | ||
/** | ||
* If `false`, does not trigger the progress bar for this request. | ||
*/ | ||
progress?: boolean; | ||
} | ||
@@ -232,0 +236,0 @@ interface NavigationResponse { |
{ | ||
"name": "@hybridly/core", | ||
"version": "0.0.1-alpha.11", | ||
"version": "0.0.1-alpha.12", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hybridly/utils": "0.0.1-alpha.11", | ||
"@hybridly/utils": "0.0.1-alpha.12", | ||
"qs": "^6.11.0" | ||
@@ -42,0 +42,0 @@ }, |
65842
1706
+ Added@hybridly/utils@0.0.1-alpha.12(transitive)
- Removed@hybridly/utils@0.0.1-alpha.11(transitive)