@serwist/vite 9.3.0 → 9.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import { z } from 'zod';
8
8
  import { normalizePath } from 'vite';
9
9
  import process from 'node:process';
10
10
 
11
- var version = "9.3.0";
11
+ var version = "9.4.0";
12
12
  var packageJson = {
13
13
  version: version};
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/vite",
3
- "version": "9.3.0",
3
+ "version": "9.4.0",
4
4
  "type": "module",
5
5
  "description": "A module that integrates Serwist into your Vite application.",
6
6
  "files": [
@@ -75,18 +75,18 @@
75
75
  "glob": "10.5.0",
76
76
  "kolorist": "1.8.0",
77
77
  "zod": "4.2.1",
78
- "@serwist/build": "9.3.0",
79
- "serwist": "9.3.0"
78
+ "@serwist/build": "9.4.0",
79
+ "serwist": "9.4.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/node": "25.0.3",
83
83
  "rollup": "4.54.0",
84
84
  "typescript": "5.9.3",
85
85
  "vite": "7.3.0",
86
- "@serwist/configs": "9.3.0",
87
- "serwist": "9.3.0",
88
- "@serwist/utils": "9.3.0",
89
- "@serwist/window": "9.3.0"
86
+ "@serwist/configs": "9.4.0",
87
+ "serwist": "9.4.0",
88
+ "@serwist/utils": "9.4.0",
89
+ "@serwist/window": "9.4.0"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "typescript": ">=5.0.0",