litestar-vite-plugin 0.13.2 → 0.14.0

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
@@ -37,7 +37,7 @@ app = Litestar(plugins=[vite], template_config=template_config, route_handlers=[
37
37
 
38
38
  ```
39
39
 
40
- Create a template to serve the application in `./templates/index.html.h2`:
40
+ Create a template to serve the application in `./templates/index.html.j2`:
41
41
 
42
42
  ```html
43
43
  <!DOCTYPE html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "litestar-vite-plugin",
3
- "version": "0.13.2",
3
+ "version": "0.14.0",
4
4
  "type": "module",
5
5
  "description": "Litestar plugin for Vite.",
6
6
  "keywords": ["litestar", "vite", "vite-plugin"],
@@ -41,14 +41,14 @@
41
41
  "esbuild": "0.25.3",
42
42
  "happy-dom": "^17.4.6",
43
43
  "typescript": "^5.8.3",
44
- "vite": "^6.3.5",
44
+ "vite": "^7.1.2",
45
45
  "vitest": "^3.1.2"
46
46
  },
47
47
  "peerDependencies": {
48
- "vite": "^5.0.0 || ^6.0.0"
48
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
49
49
  },
50
50
  "engines": {
51
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
51
+ "node": "^20.19.0 || >=22.12.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "picocolors": "^1.1.1",
package/tools/clean.js CHANGED
File without changes