vite 7.1.3 → 7.1.4
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 -1
- package/dist/node/chunks/{dep-TDFDwW_9.js → dep-BHlaQtHS.js} +2 -3
- package/dist/node/chunks/{dep-03SfmTdk.js → dep-BkmSwcUW.js} +2 -3
- package/dist/node/chunks/{dep-Bj7gA1-0.js → dep-C6pp_iVS.js} +212 -107
- package/dist/node/chunks/{dep-XdVlHtXy.js → dep-DCVhRpiz.js} +1 -1
- package/dist/node/chunks/{dep-C9NktISv.js → dep-DDbTn5rw.js} +1 -1
- package/dist/node/chunks/{dep-CPnzVSwg.js → dep-DMXKBGET.js} +2 -3
- package/dist/node/chunks/dep-DPV9_aqi.js +4 -0
- package/dist/node/chunks/{dep-D5MCzjWT.js → dep-SmwnYDP9.js} +149 -1
- package/dist/node/chunks/{dep-6-jTB_1O.js → dep-t6m959kc.js} +2 -3
- package/dist/node/cli.js +9 -10
- package/dist/node/index.d.ts +28 -28
- package/dist/node/index.js +2 -3
- package/package.json +9 -9
- package/dist/node/chunks/dep-CcFMbzqu.js +0 -150
- package/dist/node/chunks/dep-SeJl6gzM.js +0 -5
- package/dist/node/constants.js +0 -3
- /package/dist/node/chunks/{dep-CA7ICgyJ.js → dep-BuoK8Wda.js} +0 -0
- /package/dist/node/chunks/{dep-UEPspf5j.js → dep-sDKrrA4S.js} +0 -0
package/LICENSE.md
CHANGED
@@ -1282,7 +1282,7 @@ Repository: lodash/lodash
|
|
1282
1282
|
## magic-string
|
1283
1283
|
License: MIT
|
1284
1284
|
By: Rich Harris
|
1285
|
-
Repository: https://github.com/rich-harris/magic-string
|
1285
|
+
Repository: https://github.com/rich-harris/magic-string.git
|
1286
1286
|
|
1287
1287
|
> Copyright 2018 Rich Harris
|
1288
1288
|
>
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import "./dep-
|
2
|
-
import { BuildEnvironment, build, buildEnvironmentOptionsDefaults, builderOptionsDefaults, createBuilder, createToImportMetaURLBasedRelativeRuntime, injectEnvironmentToHooks, onRollupLog, resolveBuildEnvironmentOptions, resolveBuildOutputs, resolveBuildPlugins, resolveBuilderOptions, resolveLibFilename, resolveUserExternal, toOutputFilePathInCss, toOutputFilePathInHtml, toOutputFilePathInJS, toOutputFilePathWithoutRuntime } from "./dep-
|
3
|
-
import "./dep-CcFMbzqu.js";
|
1
|
+
import "./dep-SmwnYDP9.js";
|
2
|
+
import { BuildEnvironment, build, buildEnvironmentOptionsDefaults, builderOptionsDefaults, createBuilder, createToImportMetaURLBasedRelativeRuntime, injectEnvironmentToHooks, onRollupLog, resolveBuildEnvironmentOptions, resolveBuildOutputs, resolveBuildPlugins, resolveBuilderOptions, resolveLibFilename, resolveUserExternal, toOutputFilePathInCss, toOutputFilePathInHtml, toOutputFilePathInJS, toOutputFilePathWithoutRuntime } from "./dep-C6pp_iVS.js";
|
4
3
|
|
5
4
|
export { createBuilder, resolveBuildPlugins };
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import "./dep-
|
2
|
-
import { addManuallyIncludedOptimizeDeps, addOptimizedDepInfo, cleanupDepsCacheStaleDirs, createIsOptimizedDepFile, createIsOptimizedDepUrl, depsFromOptimizedDepInfo, depsLogString, discoverProjectDependencies, extractExportsData, getDepsCacheDir, getOptimizedDepPath, initDepsOptimizerMetadata, isDepOptimizationDisabled, loadCachedDepOptimizationMetadata, optimizeDeps, optimizeExplicitEnvironmentDeps, optimizedDepInfoFromFile, optimizedDepInfoFromId, optimizedDepNeedsInterop, runOptimizeDeps, toDiscoveredDependencies } from "./dep-
|
3
|
-
import "./dep-CcFMbzqu.js";
|
1
|
+
import "./dep-SmwnYDP9.js";
|
2
|
+
import { addManuallyIncludedOptimizeDeps, addOptimizedDepInfo, cleanupDepsCacheStaleDirs, createIsOptimizedDepFile, createIsOptimizedDepUrl, depsFromOptimizedDepInfo, depsLogString, discoverProjectDependencies, extractExportsData, getDepsCacheDir, getOptimizedDepPath, initDepsOptimizerMetadata, isDepOptimizationDisabled, loadCachedDepOptimizationMetadata, optimizeDeps, optimizeExplicitEnvironmentDeps, optimizedDepInfoFromFile, optimizedDepInfoFromId, optimizedDepNeedsInterop, runOptimizeDeps, toDiscoveredDependencies } from "./dep-C6pp_iVS.js";
|
4
3
|
|
5
4
|
export { optimizeDeps };
|