vite 3.0.3 → 3.0.6

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/bin/vite.js CHANGED
@@ -50,7 +50,7 @@ if (profileIndex > 0) {
50
50
  if (next && !next.startsWith('-')) {
51
51
  process.argv.splice(profileIndex, 1)
52
52
  }
53
- const inspector = await import('inspector').then((r) => r.default)
53
+ const inspector = await import('node:inspector').then((r) => r.default)
54
54
  const session = (global.__vite_profile_session = new inspector.Session())
55
55
  session.connect()
56
56
  session.post('Profiler.enable', () => {
@@ -1,5 +1,5 @@
1
1
  import require$$0$1 from 'postcss';
2
- import { z as commonjsGlobal } from './dep-c6273c7a.js';
2
+ import { z as commonjsGlobal } from './dep-88cc3a4f.js';
3
3
  import require$$0 from 'path';
4
4
  import require$$5 from 'crypto';
5
5
  import require$$0__default from 'fs';