@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 CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  ## Description
6
6
 
7
- View engines (Rendu, Edge, Eta) + Inertia.js v2 adapter.
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 v2 adapter for React + Vue SPAs and SSR.
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
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Inertia.js v2/v3 server-side adapter types.
2
+ * Inertia.js v3/v3 server-side adapter types.
3
3
  *
4
4
  * The server speaks the Inertia protocol: it returns either a JSON
5
5
  * page object (for XHR requests) or a full HTML shell with the page
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexusts/view",
3
- "version": "0.7.3",
4
- "description": "View engines (Rendu, Edge, Eta) + Inertia.js v2 adapter",
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.3"
29
+ "@nexusts/core": "^0.7.4"
30
30
  }
31
31
  }