vite 7.2.4 → 7.2.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 +22 -46
- package/dist/client/client.mjs +4 -4
- package/dist/node/chunks/build2.js +123 -123
- package/dist/node/chunks/chunk.js +26 -9
- package/dist/node/chunks/config.js +919 -1562
- package/dist/node/chunks/lib.js +11 -11
- package/dist/node/chunks/logger.js +3 -3
- package/dist/node/chunks/postcss-import.js +21 -21
- package/dist/node/cli.js +1 -1
- package/dist/node/index.d.ts +39 -2
- package/package.json +7 -7
package/LICENSE.md
CHANGED
|
@@ -534,33 +534,6 @@ Repository: https://github.com/mathiasbynens/cssesc
|
|
|
534
534
|
|
|
535
535
|
---------------------------------------
|
|
536
536
|
|
|
537
|
-
## debug
|
|
538
|
-
License: MIT
|
|
539
|
-
By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
|
|
540
|
-
Repository: https://github.com/debug-js/debug
|
|
541
|
-
|
|
542
|
-
> (The MIT License)
|
|
543
|
-
>
|
|
544
|
-
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
545
|
-
> Copyright (c) 2018-2021 Josh Junon
|
|
546
|
-
>
|
|
547
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
548
|
-
> and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
549
|
-
> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
550
|
-
> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
551
|
-
> subject to the following conditions:
|
|
552
|
-
>
|
|
553
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
554
|
-
> portions of the Software.
|
|
555
|
-
>
|
|
556
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
557
|
-
> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
558
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
559
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
560
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
561
|
-
|
|
562
|
-
---------------------------------------
|
|
563
|
-
|
|
564
537
|
## dotenv
|
|
565
538
|
License: BSD-2-Clause
|
|
566
539
|
Repository: https://github.com/motdotla/dotenv
|
|
@@ -1322,13 +1295,14 @@ Repository: https://github.com/lukeed/mrmime
|
|
|
1322
1295
|
|
|
1323
1296
|
---------------------------------------
|
|
1324
1297
|
|
|
1325
|
-
##
|
|
1298
|
+
## normalize-path
|
|
1326
1299
|
License: MIT
|
|
1327
|
-
|
|
1300
|
+
By: Jon Schlinkert, Blaine Bublitz
|
|
1301
|
+
Repository: https://github.com/jonschlinkert/normalize-path
|
|
1328
1302
|
|
|
1329
1303
|
> The MIT License (MIT)
|
|
1330
1304
|
>
|
|
1331
|
-
> Copyright (c)
|
|
1305
|
+
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
1332
1306
|
>
|
|
1333
1307
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1334
1308
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1337,27 +1311,27 @@ Repository: https://github.com/vercel/ms
|
|
|
1337
1311
|
> copies of the Software, and to permit persons to whom the Software is
|
|
1338
1312
|
> furnished to do so, subject to the following conditions:
|
|
1339
1313
|
>
|
|
1340
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1341
|
-
> copies or substantial portions of the Software.
|
|
1314
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1315
|
+
> all copies or substantial portions of the Software.
|
|
1342
1316
|
>
|
|
1343
1317
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1344
1318
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1345
1319
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1346
1320
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1347
1321
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1348
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1349
|
-
> SOFTWARE.
|
|
1322
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1323
|
+
> THE SOFTWARE.
|
|
1350
1324
|
|
|
1351
1325
|
---------------------------------------
|
|
1352
1326
|
|
|
1353
|
-
##
|
|
1327
|
+
## object-assign
|
|
1354
1328
|
License: MIT
|
|
1355
|
-
By:
|
|
1356
|
-
Repository: https://github.com/
|
|
1329
|
+
By: Sindre Sorhus
|
|
1330
|
+
Repository: https://github.com/sindresorhus/object-assign
|
|
1357
1331
|
|
|
1358
1332
|
> The MIT License (MIT)
|
|
1359
1333
|
>
|
|
1360
|
-
> Copyright (c)
|
|
1334
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1361
1335
|
>
|
|
1362
1336
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1363
1337
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1379,14 +1353,16 @@ Repository: https://github.com/jonschlinkert/normalize-path
|
|
|
1379
1353
|
|
|
1380
1354
|
---------------------------------------
|
|
1381
1355
|
|
|
1382
|
-
##
|
|
1356
|
+
## obug
|
|
1383
1357
|
License: MIT
|
|
1384
|
-
By:
|
|
1385
|
-
Repository: https://github.com/
|
|
1358
|
+
By: Kevin Deng
|
|
1359
|
+
Repository: https://github.com/sxzz/obug
|
|
1386
1360
|
|
|
1387
1361
|
> The MIT License (MIT)
|
|
1388
1362
|
>
|
|
1389
|
-
> Copyright
|
|
1363
|
+
> Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
|
|
1364
|
+
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
1365
|
+
> Copyright (c) 2018-2021 Josh Junon
|
|
1390
1366
|
>
|
|
1391
1367
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1392
1368
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1395,16 +1371,16 @@ Repository: https://github.com/sindresorhus/object-assign
|
|
|
1395
1371
|
> copies of the Software, and to permit persons to whom the Software is
|
|
1396
1372
|
> furnished to do so, subject to the following conditions:
|
|
1397
1373
|
>
|
|
1398
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1399
|
-
>
|
|
1374
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1375
|
+
> copies or substantial portions of the Software.
|
|
1400
1376
|
>
|
|
1401
1377
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1402
1378
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1403
1379
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1404
1380
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1405
1381
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1406
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1407
|
-
>
|
|
1382
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1383
|
+
> SOFTWARE.
|
|
1408
1384
|
|
|
1409
1385
|
---------------------------------------
|
|
1410
1386
|
|
package/dist/client/client.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "@vite/env";
|
|
2
2
|
|
|
3
|
-
//#region \0@oxc-project+runtime@0.
|
|
3
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
|
|
4
4
|
function _typeof(o) {
|
|
5
5
|
"@babel/helpers - typeof";
|
|
6
6
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -11,7 +11,7 @@ function _typeof(o) {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
//#endregion
|
|
14
|
-
//#region \0@oxc-project+runtime@0.
|
|
14
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
|
|
15
15
|
function toPrimitive(t, r) {
|
|
16
16
|
if ("object" != _typeof(t) || !t) return t;
|
|
17
17
|
var e = t[Symbol.toPrimitive];
|
|
@@ -24,14 +24,14 @@ function toPrimitive(t, r) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
//#endregion
|
|
27
|
-
//#region \0@oxc-project+runtime@0.
|
|
27
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
|
|
28
28
|
function toPropertyKey(t) {
|
|
29
29
|
var i = toPrimitive(t, "string");
|
|
30
30
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
|
-
//#region \0@oxc-project+runtime@0.
|
|
34
|
+
//#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
|
|
35
35
|
function _defineProperty(e, r, t) {
|
|
36
36
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
37
37
|
value: t,
|