@nexusts/view 0.7.3 → 0.7.4
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/README.md +2 -2
- package/dist/inertia/types.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
## Description
|
|
6
6
|
|
|
7
|
-
View engines (Rendu, Edge, Eta) + Inertia.js
|
|
7
|
+
View engines (Rendu, Edge, Eta) + Inertia.js v3 adapter.
|
|
8
8
|
|
|
9
|
-
3 engines: Rendu (default, every runtime), Edge (Adonis-style .edge), Eta (EJS-style .eta). Inertia
|
|
9
|
+
3 engines: Rendu (default, every runtime), Edge (Adonis-style .edge), Eta (EJS-style .eta). Inertia v3 adapter for React + Vue SPAs and SSR.
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
package/dist/inertia/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexusts/view",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "View engines (Rendu, Edge, Eta) + Inertia.js
|
|
3
|
+
"version": "0.7.4",
|
|
4
|
+
"description": "View engines (Rendu, Edge, Eta) + Inertia.js v3 adapter",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
],
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nexusts/core": "^0.7.
|
|
29
|
+
"@nexusts/core": "^0.7.4"
|
|
30
30
|
}
|
|
31
31
|
}
|