Comparing version 4.3.8 to 4.3.9
@@ -5,3 +5,3 @@ import path from 'node:path'; | ||
import { EventEmitter } from 'events'; | ||
import { C as colors, D as bindShortcuts, x as createLogger, h as resolveConfig } from './chunks/dep-4d3eff22.js'; | ||
import { C as colors, D as bindShortcuts, x as createLogger, h as resolveConfig } from './chunks/dep-e8f070e8.js'; | ||
import { VERSION } from './constants.js'; | ||
@@ -732,3 +732,3 @@ import 'node:fs/promises'; | ||
// is ok here | ||
const { createServer } = await import('./chunks/dep-4d3eff22.js').then(function (n) { return n.I; }); | ||
const { createServer } = await import('./chunks/dep-e8f070e8.js').then(function (n) { return n.I; }); | ||
try { | ||
@@ -811,3 +811,3 @@ const server = await createServer({ | ||
filterDuplicateOptions(options); | ||
const { build } = await import('./chunks/dep-4d3eff22.js').then(function (n) { return n.H; }); | ||
const { build } = await import('./chunks/dep-e8f070e8.js').then(function (n) { return n.H; }); | ||
const buildOptions = cleanOptions(options); | ||
@@ -840,3 +840,3 @@ try { | ||
filterDuplicateOptions(options); | ||
const { optimizeDeps } = await import('./chunks/dep-4d3eff22.js').then(function (n) { return n.G; }); | ||
const { optimizeDeps } = await import('./chunks/dep-e8f070e8.js').then(function (n) { return n.G; }); | ||
try { | ||
@@ -867,3 +867,3 @@ const config = await resolveConfig({ | ||
filterDuplicateOptions(options); | ||
const { preview } = await import('./chunks/dep-4d3eff22.js').then(function (n) { return n.J; }); | ||
const { preview } = await import('./chunks/dep-e8f070e8.js').then(function (n) { return n.J; }); | ||
try { | ||
@@ -870,0 +870,0 @@ const server = await preview({ |
@@ -1,3 +0,3 @@ | ||
import { i as isInNodeModules } from './chunks/dep-4d3eff22.js'; | ||
export { b as build, e as buildErrorMessage, v as createFilter, x as createLogger, c as createServer, g as defineConfig, f as formatPostcssSourceMap, k as getDepOptimizationConfig, m as isDepsOptimizerEnabled, z as isFileServingAllowed, l as loadConfigFromFile, A as loadEnv, u as mergeAlias, q as mergeConfig, n as normalizePath, o as optimizeDeps, a as preprocessCSS, p as preview, j as resolveBaseUrl, h as resolveConfig, B as resolveEnvPrefix, d as resolvePackageData, r as resolvePackageEntry, y as searchForWorkspaceRoot, w as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-4d3eff22.js'; | ||
import { i as isInNodeModules } from './chunks/dep-e8f070e8.js'; | ||
export { b as build, e as buildErrorMessage, v as createFilter, x as createLogger, c as createServer, g as defineConfig, f as formatPostcssSourceMap, k as getDepOptimizationConfig, m as isDepsOptimizerEnabled, z as isFileServingAllowed, l as loadConfigFromFile, A as loadEnv, u as mergeAlias, q as mergeConfig, n as normalizePath, o as optimizeDeps, a as preprocessCSS, p as preview, j as resolveBaseUrl, h as resolveConfig, B as resolveEnvPrefix, d as resolvePackageData, r as resolvePackageEntry, y as searchForWorkspaceRoot, w as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-e8f070e8.js'; | ||
export { VERSION as version } from './constants.js'; | ||
@@ -4,0 +4,0 @@ export { version as esbuildVersion } from 'esbuild'; |
{ | ||
"name": "vite", | ||
"version": "4.3.8", | ||
"version": "4.3.9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3253717