vite 2.9.7 → 2.9.10

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.

Potentially problematic release.


This version of vite might be problematic. Click here for more details.

package/LICENSE.md CHANGED
@@ -3465,6 +3465,35 @@ Repository: chalk/strip-ansi
3465
3465
 
3466
3466
  ---------------------------------------
3467
3467
 
3468
+ ## strip-literal
3469
+ License: MIT
3470
+ By: Anthony Fu
3471
+ Repository: git+https://github.com/antfu/strip-literal.git
3472
+
3473
+ > MIT License
3474
+ >
3475
+ > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
3476
+ >
3477
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3478
+ > of this software and associated documentation files (the "Software"), to deal
3479
+ > in the Software without restriction, including without limitation the rights
3480
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3481
+ > copies of the Software, and to permit persons to whom the Software is
3482
+ > furnished to do so, subject to the following conditions:
3483
+ >
3484
+ > The above copyright notice and this permission notice shall be included in all
3485
+ > copies or substantial portions of the Software.
3486
+ >
3487
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3488
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3489
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3490
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3491
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3492
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3493
+ > SOFTWARE.
3494
+
3495
+ ---------------------------------------
3496
+
3468
3497
  ## to-regex-range
3469
3498
  License: MIT
3470
3499
  By: Jon Schlinkert, Rouven Weßling
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var require$$0 = require('postcss');
4
- var index$1 = require('./dep-88bd5805.js');
4
+ var index$1 = require('./dep-9e5491c9.js');
5
5
  var path$2 = require('path');
6
6
  var require$$1 = require('crypto');
7
7
  var fs = require('fs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./dep-88bd5805.js');
3
+ var index = require('./dep-9e5491c9.js');
4
4
 
5
5
  function _mergeNamespaces(n, m) {
6
6
  for (var i = 0; i < m.length; i++) {
@@ -1,28 +1,28 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./dep-88bd5805.js');
3
+ var index = require('./dep-9e5491c9.js');
4
4
  var require$$1 = require('crypto');
5
5
  require('fs');
6
6
  require('path');
7
+ require('url');
8
+ require('perf_hooks');
7
9
  require('tty');
10
+ require('os');
11
+ require('esbuild');
12
+ require('events');
13
+ require('assert');
14
+ require('resolve');
8
15
  require('util');
16
+ require('stream');
9
17
  require('net');
10
- require('events');
11
- require('url');
12
18
  require('http');
13
- require('stream');
14
- require('os');
15
- require('resolve');
19
+ require('child_process');
16
20
  require('module');
17
- require('perf_hooks');
18
- require('https');
19
- require('zlib');
20
- require('tls');
21
- require('assert');
22
- require('esbuild');
23
21
  require('buffer');
24
22
  require('querystring');
25
- require('child_process');
23
+ require('zlib');
24
+ require('https');
25
+ require('tls');
26
26
  require('worker_threads');
27
27
  require('readline');
28
28