vite 3.0.0-beta.4 → 3.0.0-beta.7

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/LICENSE.md CHANGED
@@ -975,7 +975,7 @@ Repository: http://github.com/bripkens/connect-history-api-fallback.git
975
975
 
976
976
  > The MIT License
977
977
  >
978
- > Copyright (c) 2012 Ben Ripkens http://bripkens.de
978
+ > Copyright (c) 2022 Ben Blackmore and contributors
979
979
  >
980
980
  > Permission is hereby granted, free of charge, to any person obtaining a copy
981
981
  > of this software and associated documentation files (the "Software"), to deal
@@ -1,4 +1,4 @@
1
- import path$3 from 'path';
1
+ import require$$0 from 'path';
2
2
  import resolve$2 from 'resolve';
3
3
  import require$$0__default from 'fs';
4
4
  import { l as lib } from './dep-07a79996.js';
@@ -160,7 +160,7 @@ var pify$1 = pify$2.exports = function (obj, P, opts) {
160
160
  pify$1.all = pify$1;
161
161
 
162
162
  var fs = require$$0__default;
163
- var path$2 = path$3;
163
+ var path$2 = require$$0;
164
164
  var pify = pify$2.exports;
165
165
 
166
166
  var stat = pify(fs.stat);
@@ -243,7 +243,7 @@ const readCache = readCache$1.exports;
243
243
  var loadContent$1 = filename => readCache(filename, "utf-8");
244
244
 
245
245
  // builtin tooling
246
- const path$1 = path$3;
246
+ const path$1 = require$$0;
247
247
 
248
248
  // placeholder tooling
249
249
  let sugarss;
@@ -472,7 +472,7 @@ function parseImport(result, atRule) {
472
472
  }
473
473
 
474
474
  // builtin tooling
475
- const path = path$3;
475
+ const path = require$$0;
476
476
 
477
477
  // internal tooling
478
478
  const joinMedia = joinMedia$1;
@@ -1,4 +1,4 @@
1
- import { z as getAugmentedNamespace, A as getDefaultExportFromCjs } from './dep-07df4e90.js';
1
+ import { A as getAugmentedNamespace, B as getDefaultExportFromCjs } from './dep-706f59ea.js';
2
2
 
3
3
  import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
4
4
  import { dirname as __cjs_dirname } from 'node:path';