vite 4.0.1 → 4.0.3
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 +1 -30
- package/dist/node/chunks/{dep-2285ba4f.js → dep-0bae2027.js} +1157 -2151
- package/dist/node/chunks/{dep-a1fa0d33.js → dep-53dc1ef4.js} +15 -7
- package/dist/node/chunks/{dep-ec9f7a0d.js → dep-80491704.js} +216 -108
- package/dist/node/cli.js +13 -13
- package/dist/node/index.d.ts +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node-cjs/publicUtils.cjs +46 -22
- package/package.json +7 -5
package/LICENSE.md
CHANGED
|
@@ -2933,35 +2933,6 @@ Repository: lukeed/sirv
|
|
|
2933
2933
|
|
|
2934
2934
|
---------------------------------------
|
|
2935
2935
|
|
|
2936
|
-
## sourcemap-codec
|
|
2937
|
-
License: MIT
|
|
2938
|
-
By: Rich Harris
|
|
2939
|
-
Repository: https://github.com/Rich-Harris/sourcemap-codec
|
|
2940
|
-
|
|
2941
|
-
> The MIT License
|
|
2942
|
-
>
|
|
2943
|
-
> Copyright (c) 2015 Rich Harris
|
|
2944
|
-
>
|
|
2945
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2946
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2947
|
-
> in the Software without restriction, including without limitation the rights
|
|
2948
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2949
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2950
|
-
> furnished to do so, subject to the following conditions:
|
|
2951
|
-
>
|
|
2952
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2953
|
-
> all copies or substantial portions of the Software.
|
|
2954
|
-
>
|
|
2955
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2956
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2957
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2958
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2959
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2960
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2961
|
-
> THE SOFTWARE.
|
|
2962
|
-
|
|
2963
|
-
---------------------------------------
|
|
2964
|
-
|
|
2965
2936
|
## statuses
|
|
2966
2937
|
License: MIT
|
|
2967
2938
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
@@ -3163,7 +3134,7 @@ Repository: unjs/ufo
|
|
|
3163
3134
|
|
|
3164
3135
|
> MIT License
|
|
3165
3136
|
>
|
|
3166
|
-
> Copyright (c)
|
|
3137
|
+
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
3167
3138
|
>
|
|
3168
3139
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3169
3140
|
> of this software and associated documentation files (the "Software"), to deal
|