@serwist/vite 9.0.0-preview.7 → 9.0.0-preview.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ const green = kolorist(32, 39);
62
62
  const yellow = kolorist(33, 39);
63
63
  const cyan = kolorist(36, 39);
64
64
 
65
- var version = "9.0.0-preview.7";
65
+ var version = "9.0.0-preview.8";
66
66
 
67
67
  const logSerwistResult = (buildResult, viteOptions)=>{
68
68
  const { logLevel = "info" } = viteOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/vite",
3
- "version": "9.0.0-preview.7",
3
+ "version": "9.0.0-preview.8",
4
4
  "type": "module",
5
5
  "description": "A module that integrates Serwist into your Vite application.",
6
6
  "files": [
@@ -65,10 +65,10 @@
65
65
  "debug": "4.3.4",
66
66
  "fast-glob": "3.3.2",
67
67
  "pretty-bytes": "6.1.1",
68
- "@serwist/build": "9.0.0-preview.7",
69
- "@serwist/expiration": "9.0.0-preview.7",
70
- "@serwist/strategies": "9.0.0-preview.7",
71
- "@serwist/window": "9.0.0-preview.7"
68
+ "@serwist/build": "9.0.0-preview.8",
69
+ "@serwist/expiration": "9.0.0-preview.8",
70
+ "@serwist/strategies": "9.0.0-preview.8",
71
+ "@serwist/window": "9.0.0-preview.8"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@playwright/test": "1.41.2",
@@ -89,8 +89,8 @@
89
89
  "typescript": "5.4.0-dev.20240206",
90
90
  "vite": "5.0.12",
91
91
  "vue": "3.4.15",
92
- "@serwist/constants": "9.0.0-preview.7",
93
- "@serwist/sw": "9.0.0-preview.7"
92
+ "@serwist/constants": "9.0.0-preview.8",
93
+ "@serwist/sw": "9.0.0-preview.8"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@sveltejs/kit": "^1.0.0 || ^2.0.0",
@@ -101,7 +101,7 @@
101
101
  "typescript": ">=5.0.0",
102
102
  "vite": "^5.0.0",
103
103
  "vue": "^3.0.0",
104
- "@serwist/sw": "9.0.0-preview.7"
104
+ "@serwist/sw": "9.0.0-preview.8"
105
105
  },
106
106
  "peerDependenciesMeta": {
107
107
  "@serwist/sw": {