@adonisjs/inertia 4.0.0-next.7 → 4.0.0-next.8
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/build/{chunk-DTDPBZ2E.js → chunk-5QRJHXXQ.js} +1 -1
- package/build/factories/main.js +3 -3
- package/build/index.js +3 -3
- package/build/providers/inertia_provider.js +2 -2
- package/build/src/inertia_middleware.js +4 -4
- package/package.json +5 -5
- package/build/{chunk-DXRLHLCT.js → chunk-GLGCE7D6.js} +3 -3
|
@@ -12,7 +12,7 @@ type ExtractProps<T> = Omit<
|
|
|
12
12
|
keyof VNodeProps | keyof AllowedComponentProps
|
|
13
13
|
>`,
|
|
14
14
|
react: `import type React from 'react'
|
|
15
|
-
|
|
15
|
+
import type { Prettify } from '@adonisjs/core/types/common'
|
|
16
16
|
|
|
17
17
|
type ExtractProps<T> =
|
|
18
18
|
T extends React.FC<infer Props>
|
package/build/factories/main.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
defineConfig
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-5QRJHXXQ.js";
|
|
4
4
|
import {
|
|
5
5
|
Inertia,
|
|
6
6
|
ServerRenderer
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-4EZ2J6OA.js";
|
|
7
|
+
} from "../chunk-GLGCE7D6.js";
|
|
9
8
|
import {
|
|
10
9
|
InertiaHeaders
|
|
11
10
|
} from "../chunk-DISC5OYC.js";
|
|
11
|
+
import "../chunk-4EZ2J6OA.js";
|
|
12
12
|
import "../chunk-MLKGABMK.js";
|
|
13
13
|
|
|
14
14
|
// factories/inertia_factory.ts
|
package/build/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
defineConfig,
|
|
3
3
|
indexPages
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5QRJHXXQ.js";
|
|
5
5
|
import {
|
|
6
6
|
Inertia,
|
|
7
7
|
InertiaManager,
|
|
8
8
|
ServerRenderer,
|
|
9
9
|
symbols_exports
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-4EZ2J6OA.js";
|
|
10
|
+
} from "./chunk-GLGCE7D6.js";
|
|
12
11
|
import {
|
|
13
12
|
InertiaHeaders
|
|
14
13
|
} from "./chunk-DISC5OYC.js";
|
|
14
|
+
import "./chunk-4EZ2J6OA.js";
|
|
15
15
|
import "./chunk-MLKGABMK.js";
|
|
16
16
|
export {
|
|
17
17
|
Inertia,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
InertiaManager
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import {
|
|
5
|
-
debug_default
|
|
6
|
-
} from "../chunk-4EZ2J6OA.js";
|
|
3
|
+
} from "../chunk-GLGCE7D6.js";
|
|
7
4
|
import {
|
|
8
5
|
InertiaHeaders
|
|
9
6
|
} from "../chunk-DISC5OYC.js";
|
|
7
|
+
import {
|
|
8
|
+
debug_default
|
|
9
|
+
} from "../chunk-4EZ2J6OA.js";
|
|
10
10
|
import "../chunk-MLKGABMK.js";
|
|
11
11
|
|
|
12
12
|
// src/inertia_middleware.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/inertia",
|
|
3
3
|
"description": "Official Inertia.js adapter for AdonisJS",
|
|
4
|
-
"version": "4.0.0-next.
|
|
4
|
+
"version": "4.0.0-next.8",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=24.0.0"
|
|
7
7
|
},
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@adonisjs/assembler": "^8.0.0-next.14",
|
|
46
|
-
"@adonisjs/core": "^7.0.0-next.
|
|
46
|
+
"@adonisjs/core": "^7.0.0-next.8",
|
|
47
47
|
"@adonisjs/eslint-config": "^3.0.0-next.4",
|
|
48
48
|
"@adonisjs/prettier-config": "^1.4.5",
|
|
49
49
|
"@adonisjs/session": "^8.0.0-next.0",
|
|
50
|
-
"@adonisjs/tsconfig": "^2.0.0-next.
|
|
51
|
-
"@adonisjs/vite": "^5.0
|
|
50
|
+
"@adonisjs/tsconfig": "^2.0.0-next.3",
|
|
51
|
+
"@adonisjs/vite": "^5.1.0-next.0",
|
|
52
52
|
"@japa/api-client": "^3.1.0",
|
|
53
53
|
"@japa/assert": "4.1.1",
|
|
54
54
|
"@japa/expect-type": "^2.0.3",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@adonisjs/assembler": "^8.0.0-next.14",
|
|
84
84
|
"@adonisjs/core": "^7.0.0-next.6",
|
|
85
85
|
"@adonisjs/session": "^8.0.0-next.0",
|
|
86
|
-
"@adonisjs/vite": "^5.0
|
|
86
|
+
"@adonisjs/vite": "^5.1.0-next.0",
|
|
87
87
|
"@japa/api-client": "^3.1.0",
|
|
88
88
|
"@japa/plugin-adonisjs": "^5.0.0-next.0",
|
|
89
89
|
"edge.js": "^6.0.0"
|