vite 2.9.5 → 2.9.8
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 +55 -1
- package/dist/node/chunks/{dep-566e34ef.js → dep-5482f2f7.js} +2 -2
- package/dist/node/chunks/{dep-bcc0af00.js → dep-a9015192.js} +0 -0
- package/dist/node/chunks/{dep-e037a5fe.js → dep-d052c2a9.js} +1 -1
- package/dist/node/chunks/{dep-27bc1ab8.js → dep-e1fc1d62.js} +37105 -36800
- package/dist/node/chunks/{dep-17497ab4.js → dep-e72d45e1.js} +1 -1
- package/dist/node/cli.js +6 -6
- package/dist/node/index.d.ts +7 -6
- package/dist/node/index.js +2 -2
- package/dist/node/terser.js +7932 -6619
- package/package.json +19 -19
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-
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./dep-
|
|
3
|
+
var index = require('./dep-e1fc1d62.js');
|
|
4
4
|
var require$$1 = require('crypto');
|
|
5
5
|
require('fs');
|
|
6
6
|
require('path');
|
|
@@ -19,9 +19,9 @@ require('https');
|
|
|
19
19
|
require('zlib');
|
|
20
20
|
require('tls');
|
|
21
21
|
require('assert');
|
|
22
|
-
require('esbuild');
|
|
23
22
|
require('buffer');
|
|
24
23
|
require('querystring');
|
|
24
|
+
require('esbuild');
|
|
25
25
|
require('child_process');
|
|
26
26
|
require('worker_threads');
|
|
27
27
|
require('readline');
|
|
File without changes
|