Skip to content

Commit 00edb41

Browse files
authored
chore: bundle ViteTask client (#22604)
1 parent d58c470 commit 00edb41

3 files changed

Lines changed: 34 additions & 6 deletions

File tree

packages/vite/LICENSE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,34 @@ Repository: https://github.com/vitest-dev/vitest
369369
370370
---------------------------------------
371371

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+
372400
## anymatch
373401
License: ISC
374402
By: Elan Shanker

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
},
7474
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
7575
"dependencies": {
76-
"@voidzero-dev/vite-task-client": "^0.1.1",
7776
"lightningcss": "^1.32.0",
7877
"picomatch": "^4.0.4",
7978
"postcss": "^8.5.15",
@@ -91,11 +90,12 @@
9190
"@rollup/plugin-alias": "^6.0.0",
9291
"@rollup/plugin-dynamic-import-vars": "2.1.4",
9392
"@rollup/pluginutils": "^5.4.0",
94-
"@vercel/detect-agent": "^1.2.3",
9593
"@types/escape-html": "^1.0.4",
9694
"@types/pnpapi": "^0.0.5",
97-
"@vitest/utils": "4.1.7",
95+
"@vercel/detect-agent": "^1.2.3",
9896
"@vitejs/devtools": "^0.3.1",
97+
"@vitest/utils": "4.1.7",
98+
"@voidzero-dev/vite-task-client": "^0.1.1",
9999
"artichokie": "^0.4.3",
100100
"baseline-browser-mapping": "^2.10.33",
101101
"cac": "^7.0.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)