vite 6.0.11 → 6.1.0-beta.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/client.d.ts CHANGED
@@ -106,6 +106,10 @@ declare module '*.cur' {
106
106
  const src: string
107
107
  export default src
108
108
  }
109
+ declare module '*.jxl' {
110
+ const src: string
111
+ export default src
112
+ }
109
113
 
110
114
  // media
111
115
  declare module '*.mp4' {
@@ -1,4 +1,4 @@
1
- import { O as commonjsGlobal, N as getDefaultExportFromCjs } from './dep-M1IYMR16.js';
1
+ import { Q as commonjsGlobal, P as getDefaultExportFromCjs } from './dep-B8FkPgo5.js';
2
2
  import require$$0$2 from 'fs';
3
3
  import require$$0 from 'postcss';
4
4
  import require$$0$1 from 'path';