@inertiajs/core
Advanced tools
| /** | ||
| * Inertia v3 exposes a configurable HTTP client as `http`, but v2 has none. | ||
| * Exported as `undefined` here so libraries supporting both majors can | ||
| * feature-detect it with a truthy check: `if (http) http.getClient()`. | ||
| */ | ||
| export declare const http: undefined; |
+2
-2
| { | ||
| "name": "@inertiajs/core", | ||
| "version": "2.3.25", | ||
| "version": "2.3.26", | ||
| "license": "MIT", | ||
@@ -48,3 +48,3 @@ "description": "A framework for creating server-driven single page apps.", | ||
| "@types/lodash-es": "^4.17.12", | ||
| "axios": "^1.13.5", | ||
| "axios": "^1.16.0", | ||
| "laravel-precognition": "^1.0.2", | ||
@@ -51,0 +51,0 @@ "lodash-es": "^4.18.1", |
+1
-0
@@ -9,2 +9,3 @@ import { Config } from './config'; | ||
| export { default as createHeadManager } from './head'; | ||
| export { http } from './http'; | ||
| export { default as useInfiniteScroll } from './infiniteScroll'; | ||
@@ -11,0 +12,0 @@ export { shouldIntercept, shouldNavigate } from './navigationEvents'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
893210
0.12%57
1.79%9814
0.13%Updated