vite 6.0.0-alpha.19 → 6.0.0-alpha.20

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/client.d.ts CHANGED
@@ -246,3 +246,11 @@ declare module '*?inline' {
246
246
  const src: string
247
247
  export default src
248
248
  }
249
+
250
+ declare interface VitePreloadErrorEvent extends Event {
251
+ payload: Error
252
+ }
253
+
254
+ declare interface WindowEventMap {
255
+ 'vite:preloadError': VitePreloadErrorEvent
256
+ }
@@ -1,4 +1,4 @@
1
- import { J as getDefaultExportFromCjs } from './dep-BWEMV5Th.js';
1
+ import { J as getDefaultExportFromCjs } from './dep-CpuHsFvF.js';
2
2
  import require$$0 from 'path';
3
3
  import require$$0__default from 'fs';
4
4
  import { l as lib } from './dep-IQS-Za7F.js';