vite 8.0.15 → 8.1.0-beta.0

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 CHANGED
@@ -369,6 +369,34 @@ Repository: https://github.com/vitest-dev/vitest
369
369
 
370
370
  ---------------------------------------
371
371
 
372
+ ## @voidzero-dev/vite-task-client
373
+ License: MIT
374
+ Repository: https://github.com/voidzero-dev/vite-task
375
+
376
+ > MIT License
377
+ >
378
+ > Copyright (c) 2026-present, VoidZero Inc.
379
+ >
380
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
381
+ > of this software and associated documentation files (the "Software"), to deal
382
+ > in the Software without restriction, including without limitation the rights
383
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
384
+ > copies of the Software, and to permit persons to whom the Software is
385
+ > furnished to do so, subject to the following conditions:
386
+ >
387
+ > The above copyright notice and this permission notice shall be included in all
388
+ > copies or substantial portions of the Software.
389
+ >
390
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
391
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
392
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
393
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
394
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
395
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
396
+ > SOFTWARE.
397
+
398
+ ---------------------------------------
399
+
372
400
  ## anymatch
373
401
  License: ISC
374
402
  By: Elan Shanker
@@ -962,6 +990,35 @@ Repository: https://github.com/follow-redirects/follow-redirects
962
990
 
963
991
  ---------------------------------------
964
992
 
993
+ ## fresh-import
994
+ License: MIT
995
+ By: sapphi-red
996
+ Repository: https://github.com/sapphi-red/fresh-import
997
+
998
+ > MIT License
999
+ >
1000
+ > Copyright (c) 2026 sapphi-red
1001
+ >
1002
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1003
+ > of this software and associated documentation files (the "Software"), to deal
1004
+ > in the Software without restriction, including without limitation the rights
1005
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1006
+ > copies of the Software, and to permit persons to whom the Software is
1007
+ > furnished to do so, subject to the following conditions:
1008
+ >
1009
+ > The above copyright notice and this permission notice shall be included in all
1010
+ > copies or substantial portions of the Software.
1011
+ >
1012
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1013
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1014
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1015
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1016
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1017
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1018
+ > SOFTWARE.
1019
+
1020
+ ---------------------------------------
1021
+
965
1022
  ## generic-names
966
1023
  License: MIT
967
1024
  By: Alexey Litvinov
package/bin/openChrome.js CHANGED
@@ -3,7 +3,7 @@ Copyright (c) 2015-present, Facebook, Inc.
3
3
 
4
4
  This source code is licensed under the MIT license found in the
5
5
  LICENSE file at
6
- https://github.com/facebook/create-react-app/blob/main/LICENSE
6
+ https://github.com/react/create-react-app/blob/main/LICENSE
7
7
  */
8
8
 
9
9
  /* global Application */
package/client.d.ts CHANGED
@@ -204,6 +204,9 @@ declare module '*.wasm?init' {
204
204
  export default initWasm
205
205
  }
206
206
 
207
+ // wasm (ESM integration)
208
+ declare module '*.wasm' {}
209
+
207
210
  // web worker
208
211
  declare module '*?worker' {
209
212
  const workerConstructor: {
@@ -8,7 +8,7 @@ let nanoid = (size = 21) => {
8
8
  return id;
9
9
  };
10
10
  //#endregion
11
- //#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
11
+ //#region \0@oxc-project+runtime@0.135.0/helpers/esm/typeof.js
12
12
  function _typeof(o) {
13
13
  "@babel/helpers - typeof";
14
14
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -18,7 +18,7 @@ function _typeof(o) {
18
18
  }, _typeof(o);
19
19
  }
20
20
  //#endregion
21
- //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
21
+ //#region \0@oxc-project+runtime@0.135.0/helpers/esm/toPrimitive.js
22
22
  function toPrimitive(t, r) {
23
23
  if ("object" != _typeof(t) || !t) return t;
24
24
  var e = t[Symbol.toPrimitive];
@@ -30,13 +30,13 @@ function toPrimitive(t, r) {
30
30
  return ("string" === r ? String : Number)(t);
31
31
  }
32
32
  //#endregion
33
- //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
33
+ //#region \0@oxc-project+runtime@0.135.0/helpers/esm/toPropertyKey.js
34
34
  function toPropertyKey(t) {
35
35
  var i = toPrimitive(t, "string");
36
36
  return "symbol" == _typeof(i) ? i : i + "";
37
37
  }
38
38
  //#endregion
39
- //#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
39
+ //#region \0@oxc-project+runtime@0.135.0/helpers/esm/defineProperty.js
40
40
  function _defineProperty(e, r, t) {
41
41
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
42
42
  value: t,