vite 2.9.6 → 2.9.9

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
@@ -237,6 +237,33 @@ Repository: git+https://github.com/ampproject/remapping.git
237
237
 
238
238
  ---------------------------------------
239
239
 
240
+ ## @jridgewell/gen-mapping
241
+ License: MIT
242
+ By: Justin Ridgewell
243
+ Repository: https://github.com/jridgewell/gen-mapping
244
+
245
+ > Copyright 2022 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
  ## @jridgewell/resolve-uri
241
268
  License: MIT
242
269
  By: Justin Ridgewell
@@ -264,6 +291,33 @@ Repository: https://github.com/jridgewell/resolve-uri
264
291
 
265
292
  ---------------------------------------
266
293
 
294
+ ## @jridgewell/set-array
295
+ License: MIT
296
+ By: Justin Ridgewell
297
+ Repository: https://github.com/jridgewell/set-array
298
+
299
+ > Copyright 2022 Justin Ridgewell <jridgewell@google.com>
300
+ >
301
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
302
+ > of this software and associated documentation files (the "Software"), to deal
303
+ > in the Software without restriction, including without limitation the rights
304
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
305
+ > copies of the Software, and to permit persons to whom the Software is
306
+ > furnished to do so, subject to the following conditions:
307
+ >
308
+ > The above copyright notice and this permission notice shall be included in
309
+ > all copies or substantial portions of the Software.
310
+ >
311
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
312
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
313
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
314
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
315
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
316
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
317
+ > SOFTWARE.
318
+
319
+ ---------------------------------------
320
+
267
321
  ## @jridgewell/sourcemap-codec
268
322
  License: MIT
269
323
  By: Rich Harris
@@ -577,7 +631,7 @@ Repository: https://github.com/acornjs/acorn.git
577
631
 
578
632
  > MIT License
579
633
  >
580
- > Copyright (C) 2012-2020 by various contributors (see AUTHORS)
634
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
581
635
  >
582
636
  > Permission is hereby granted, free of charge, to any person obtaining a copy
583
637
  > of this software and associated documentation files (the "Software"), to deal
@@ -3411,6 +3465,35 @@ Repository: chalk/strip-ansi
3411
3465
 
3412
3466
  ---------------------------------------
3413
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
+
3414
3497
  ## to-regex-range
3415
3498
  License: MIT
3416
3499
  By: Jon Schlinkert, Rouven Weßling