@hybridly/core 0.0.1-alpha.11 → 0.0.1-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -227,6 +227,10 @@ interface HybridRequestOptions extends Omit<NavigationOptions, 'payload'> {
|
|
|
227
227
|
* @see https://laravel.com/docs/9.x/routing#form-method-spoofing
|
|
228
228
|
*/
|
|
229
229
|
spoof?: boolean;
|
|
230
|
+
/**
|
|
231
|
+
* If `false`, does not trigger the progress bar for this request.
|
|
232
|
+
*/
|
|
233
|
+
progress?: boolean;
|
|
230
234
|
}
|
|
231
235
|
interface NavigationResponse {
|
|
232
236
|
response?: AxiosResponse;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridly/core",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.12",
|
|
4
4
|
"description": "A solution to develop server-driven, client-rendered applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hybridly",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"axios": "^1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@hybridly/utils": "0.0.1-alpha.
|
|
39
|
+
"@hybridly/utils": "0.0.1-alpha.12",
|
|
40
40
|
"qs": "^6.11.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|