@hybridly/core
Advanced tools
Comparing version 0.0.1-alpha.7 to 0.0.1-alpha.8
import { RequestData } from '@hybridly/utils'; | ||
import { AxiosResponse, AxiosProgressEvent } from 'axios'; | ||
import { AxiosResponse, Axios, AxiosProgressEvent } from 'axios'; | ||
@@ -81,2 +81,4 @@ declare type MaybePromise<T> = T | Promise<T>; | ||
plugins?: Plugin[]; | ||
/** The Axios instance. */ | ||
axios?: Axios; | ||
} | ||
@@ -107,2 +109,4 @@ /** Router context. */ | ||
hooks: Partial<Record<keyof Hooks, Array<Function>>>; | ||
/** The Axios instance. */ | ||
axios: Axios; | ||
} | ||
@@ -217,2 +221,7 @@ /** Router context. */ | ||
useFormData?: boolean; | ||
/** | ||
* If `false`, disable automatic form spoofing. | ||
* @see https://laravel.com/docs/9.x/routing#form-method-spoofing | ||
*/ | ||
spoof?: boolean; | ||
} | ||
@@ -219,0 +228,0 @@ interface NavigationResponse { |
{ | ||
"name": "@hybridly/core", | ||
"version": "0.0.1-alpha.7", | ||
"version": "0.0.1-alpha.8", | ||
"description": "A solution to develop server-driven, client-rendered applications", | ||
@@ -39,7 +39,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@hybridly/utils": "0.0.1-alpha.7", | ||
"@hybridly/utils": "0.0.1-alpha.8", | ||
"qs": "^6.11.0" | ||
}, | ||
"devDependencies": { | ||
"axios": "^1.1.3", | ||
"defu": "^6.1.0" | ||
@@ -46,0 +45,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63549
1
1652
+ Added@hybridly/utils@0.0.1-alpha.8(transitive)
- Removed@hybridly/utils@0.0.1-alpha.7(transitive)