vite 2.8.0-beta.4 → 2.8.0-beta.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [2.8.0-beta.5](https://github.com/vitejs/vite/compare/v2.8.0-beta.4...v2.8.0-beta.5) (2022-02-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * revert [#5342](https://github.com/vitejs/vite/issues/5342), only run build-html plugin on bundler inputs ([#6715](https://github.com/vitejs/vite/issues/6715)) ([59f8a63](https://github.com/vitejs/vite/commit/59f8a639bc6abd9e6c99bc77e155990c43e07ad9))
7
+
8
+
9
+
1
10
  # [2.8.0-beta.4](https://github.com/vitejs/vite/compare/v2.8.0-beta.3...v2.8.0-beta.4) (2022-01-31)
2
11
 
3
12
 
package/LICENSE.md CHANGED
@@ -237,6 +237,33 @@ Repository: git+https://github.com/ampproject/remapping.git
237
237
 
238
238
  ---------------------------------------
239
239
 
240
+ ## @jridgewell/resolve-uri
241
+ License: MIT
242
+ By: Justin Ridgewell
243
+ Repository: https://github.com/jridgewell/resolve-uri
244
+
245
+ > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
246
+ >
247
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
248
+ > of this software and associated documentation files (the "Software"), to deal
249
+ > in the Software without restriction, including without limitation the rights
250
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
251
+ > copies of the Software, and to permit persons to whom the Software is
252
+ > furnished to do so, subject to the following conditions:
253
+ >
254
+ > The above copyright notice and this permission notice shall be included in
255
+ > all copies or substantial portions of the Software.
256
+ >
257
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
258
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
259
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
260
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
261
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
262
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
263
+ > SOFTWARE.
264
+
265
+ ---------------------------------------
266
+
240
267
  ## @nodelib/fs.scandir
241
268
  License: MIT
242
269
  Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
@@ -403,7 +430,7 @@ Repository: rollup/plugins
403
430
  ## @vue/compiler-core
404
431
  License: MIT
405
432
  By: Evan You
406
- Repository: git+https://github.com/vuejs/vue-next.git
433
+ Repository: git+https://github.com/vuejs/core.git
407
434
 
408
435
  > The MIT License (MIT)
409
436
  >
@@ -432,7 +459,7 @@ Repository: git+https://github.com/vuejs/vue-next.git
432
459
  ## @vue/compiler-dom
433
460
  License: MIT
434
461
  By: Evan You
435
- Repository: git+https://github.com/vuejs/vue-next.git
462
+ Repository: git+https://github.com/vuejs/core.git
436
463
 
437
464
  > The MIT License (MIT)
438
465
  >
@@ -461,7 +488,7 @@ Repository: git+https://github.com/vuejs/vue-next.git
461
488
  ## @vue/shared
462
489
  License: MIT
463
490
  By: Evan You
464
- Repository: git+https://github.com/vuejs/vue-next.git
491
+ Repository: git+https://github.com/vuejs/core.git
465
492
 
466
493
  > The MIT License (MIT)
467
494
  >
@@ -1158,6 +1185,7 @@ Repository: git://github.com/motdotla/dotenv.git
1158
1185
  ## dotenv-expand
1159
1186
  License: BSD-2-Clause
1160
1187
  By: motdotla
1188
+ Repository: https://github.com/motdotla/dotenv-expand
1161
1189
 
1162
1190
  > Copyright (c) 2016, Scott Motte
1163
1191
  > All rights reserved.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var build = require('./dep-7b4d034a.js');
3
+ var build = require('./dep-aff09a4c.js');
4
4
  var require$$1 = require('crypto');
5
5
  require('fs');
6
6
  require('path');
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var require$$0 = require('postcss');
4
- var build$2 = require('./dep-7b4d034a.js');
4
+ var build$2 = require('./dep-aff09a4c.js');
5
5
  var path$2 = require('path');
6
6
  var require$$1 = require('crypto');
7
7
  var fs = require('fs');