vite 7.0.1 → 7.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.
- package/dist/client/client.mjs +5 -5
- package/dist/node/chunks/{dep-BVsfzsUS.js → dep-B-ryHkZW.js} +1 -1
- package/dist/node/chunks/{dep-BTLup-s1.js → dep-BT17fY0B.js} +1 -1
- package/dist/node/chunks/{dep-DJGyAxkV.js → dep-DPTTEEJb.js} +76 -65
- package/dist/node/chunks/{dep-fMAWSKNW.js → dep-KrYKmVjB.js} +1 -1
- package/dist/node/chunks/{dep-BQABeiGC.js → dep-jWBpl9SM.js} +1 -1
- package/dist/node/cli.js +5 -5
- package/dist/node/index.js +1 -1
- package/package.json +8 -8
package/dist/client/client.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import "@vite/env";
|
2
2
|
|
3
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.
|
3
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.1/node_modules/@oxc-project/runtime/src/helpers/esm/typeof.js
|
4
4
|
function _typeof(o) {
|
5
5
|
"@babel/helpers - typeof";
|
6
6
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
@@ -11,7 +11,7 @@ function _typeof(o) {
|
|
11
11
|
}
|
12
12
|
|
13
13
|
//#endregion
|
14
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.
|
14
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.1/node_modules/@oxc-project/runtime/src/helpers/esm/toPrimitive.js
|
15
15
|
function toPrimitive(t, r) {
|
16
16
|
if ("object" != _typeof(t) || !t) return t;
|
17
17
|
var e = t[Symbol.toPrimitive];
|
@@ -24,14 +24,14 @@ function toPrimitive(t, r) {
|
|
24
24
|
}
|
25
25
|
|
26
26
|
//#endregion
|
27
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.
|
27
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.1/node_modules/@oxc-project/runtime/src/helpers/esm/toPropertyKey.js
|
28
28
|
function toPropertyKey(t) {
|
29
29
|
var i = toPrimitive(t, "string");
|
30
30
|
return "symbol" == _typeof(i) ? i : i + "";
|
31
31
|
}
|
32
32
|
|
33
33
|
//#endregion
|
34
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.
|
34
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.75.1/node_modules/@oxc-project/runtime/src/helpers/esm/defineProperty.js
|
35
35
|
function _defineProperty(e, r, t) {
|
36
36
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
37
37
|
value: t,
|
@@ -782,7 +782,7 @@ your current setup:
|
|
782
782
|
};
|
783
783
|
})());
|
784
784
|
let willUnload = false;
|
785
|
-
if (typeof window !== "undefined") window.addEventListener("beforeunload", () => {
|
785
|
+
if (typeof window !== "undefined") window.addEventListener?.("beforeunload", () => {
|
786
786
|
willUnload = true;
|
787
787
|
});
|
788
788
|
function cleanUrl(pathname) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { _createServer, createServer, createServerCloseFn, resolveServerOptions, restartServerWithUrls, serverConfigDefaults } from "./dep-
|
2
|
+
import { _createServer, createServer, createServerCloseFn, resolveServerOptions, restartServerWithUrls, serverConfigDefaults } from "./dep-DPTTEEJb.js";
|
3
3
|
import "./dep-Ctugieod.js";
|
4
4
|
|
5
5
|
export { createServer };
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { BuildEnvironment, build, buildEnvironmentOptionsDefaults, builderOptionsDefaults, createBuilder, createToImportMetaURLBasedRelativeRuntime, injectEnvironmentToHooks, onRollupLog, resolveBuildEnvironmentOptions, resolveBuildOutputs, resolveBuildPlugins, resolveBuilderOptions, resolveLibFilename, resolveUserExternal, toOutputFilePathInCss, toOutputFilePathInHtml, toOutputFilePathInJS, toOutputFilePathWithoutRuntime } from "./dep-
|
2
|
+
import { BuildEnvironment, build, buildEnvironmentOptionsDefaults, builderOptionsDefaults, createBuilder, createToImportMetaURLBasedRelativeRuntime, injectEnvironmentToHooks, onRollupLog, resolveBuildEnvironmentOptions, resolveBuildOutputs, resolveBuildPlugins, resolveBuilderOptions, resolveLibFilename, resolveUserExternal, toOutputFilePathInCss, toOutputFilePathInHtml, toOutputFilePathInJS, toOutputFilePathWithoutRuntime } from "./dep-DPTTEEJb.js";
|
3
3
|
import "./dep-Ctugieod.js";
|
4
4
|
|
5
5
|
export { createBuilder, resolveBuildPlugins };
|
@@ -512,7 +512,7 @@ function resolve$3(input, base) {
|
|
512
512
|
}
|
513
513
|
|
514
514
|
//#endregion
|
515
|
-
//#region ../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.
|
515
|
+
//#region ../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.29/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs
|
516
516
|
function stripFilename(path$13) {
|
517
517
|
if (!path$13) return "";
|
518
518
|
const index = path$13.lastIndexOf("/");
|
@@ -5675,7 +5675,7 @@ function throttle(fn) {
|
|
5675
5675
|
}
|
5676
5676
|
|
5677
5677
|
//#endregion
|
5678
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
5678
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/util.js
|
5679
5679
|
const POSIX_SEP_RE = new RegExp("\\" + path.posix.sep, "g");
|
5680
5680
|
const NATIVE_SEP_RE = new RegExp("\\" + path.sep, "g");
|
5681
5681
|
/** @type {Map<string,RegExp>}*/
|
@@ -5907,7 +5907,7 @@ function replaceTokens(result) {
|
|
5907
5907
|
}
|
5908
5908
|
|
5909
5909
|
//#endregion
|
5910
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
5910
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/find.js
|
5911
5911
|
/**
|
5912
5912
|
* find the closest tsconfig.json file
|
5913
5913
|
*
|
@@ -5966,7 +5966,7 @@ function findUp(dir, { resolve: resolve$4, reject, promise }, options$1) {
|
|
5966
5966
|
}
|
5967
5967
|
|
5968
5968
|
//#endregion
|
5969
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
5969
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/find-all.js
|
5970
5970
|
/**
|
5971
5971
|
* @typedef WalkState
|
5972
5972
|
* @interface
|
@@ -5979,7 +5979,7 @@ function findUp(dir, { resolve: resolve$4, reject, promise }, options$1) {
|
|
5979
5979
|
const sep$2 = path.sep;
|
5980
5980
|
|
5981
5981
|
//#endregion
|
5982
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
5982
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/to-json.js
|
5983
5983
|
/**
|
5984
5984
|
* convert content of tsconfig.json to regular json
|
5985
5985
|
*
|
@@ -6109,7 +6109,7 @@ function stripBom(string) {
|
|
6109
6109
|
}
|
6110
6110
|
|
6111
6111
|
//#endregion
|
6112
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
6112
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/parse.js
|
6113
6113
|
const not_found_result = {
|
6114
6114
|
tsconfigFile: null,
|
6115
6115
|
tsconfig: {}
|
@@ -6401,7 +6401,7 @@ function isJSConfig(configFileName) {
|
|
6401
6401
|
}
|
6402
6402
|
|
6403
6403
|
//#endregion
|
6404
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
6404
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/parse-native.js
|
6405
6405
|
/** @typedef TSDiagnosticError {
|
6406
6406
|
code: number;
|
6407
6407
|
category: number;
|
@@ -6410,7 +6410,7 @@ start?: number;
|
|
6410
6410
|
} TSDiagnosticError */
|
6411
6411
|
|
6412
6412
|
//#endregion
|
6413
|
-
//#region ../../node_modules/.pnpm/tsconfck@3.1.
|
6413
|
+
//#region ../../node_modules/.pnpm/tsconfck@3.1.6_typescript@5.7.3/node_modules/tsconfck/src/cache.js
|
6414
6414
|
/** @template T */
|
6415
6415
|
var TSConfckCache = class {
|
6416
6416
|
/**
|
@@ -6780,10 +6780,10 @@ async function reloadOnTsconfigChange(server, changedFile) {
|
|
6780
6780
|
}
|
6781
6781
|
|
6782
6782
|
//#endregion
|
6783
|
-
//#region ../../node_modules/.pnpm/artichokie@0.3.
|
6784
|
-
|
6785
|
-
|
6786
|
-
|
6783
|
+
//#region ../../node_modules/.pnpm/artichokie@0.3.2/node_modules/artichokie/dist/index.js
|
6784
|
+
const AsyncFunction = async function() {}.constructor;
|
6785
|
+
const codeToDataUrl = (code) => `data:application/javascript,${encodeURIComponent(code + "\n//# sourceURL=[worker-eval(artichokie)]")}`;
|
6786
|
+
const viteSsrDynamicImport = "__vite_ssr_dynamic_import__";
|
6787
6787
|
var Worker$1 = class {
|
6788
6788
|
/** @internal */
|
6789
6789
|
_isModule;
|
@@ -6996,10 +6996,10 @@ function genWorkerCode(fn, isModule, parentFunctions) {
|
|
6996
6996
|
else return resArgs.result;
|
6997
6997
|
};
|
6998
6998
|
asyncPort.on("message", (args) => {
|
6999
|
-
const
|
7000
|
-
if (resolvers.has(
|
7001
|
-
const { resolve: resolve$4, reject } = resolvers.get(
|
7002
|
-
resolvers.delete(
|
6999
|
+
const id$1 = args.id;
|
7000
|
+
if (resolvers.has(id$1)) {
|
7001
|
+
const { resolve: resolve$4, reject } = resolvers.get(id$1);
|
7002
|
+
resolvers.delete(id$1);
|
7003
7003
|
if ("result" in args) resolve$4(args.result);
|
7004
7004
|
else reject(args.error);
|
7005
7005
|
}
|
@@ -7036,8 +7036,8 @@ parentPort.on('message', async (args) => {
|
|
7036
7036
|
})
|
7037
7037
|
`;
|
7038
7038
|
}
|
7039
|
-
|
7040
|
-
|
7039
|
+
const importRe = /\bimport\s*\(/;
|
7040
|
+
const internalImportName = "__artichokie_local_import__";
|
7041
7041
|
var FakeWorker = class {
|
7042
7042
|
/** @internal */
|
7043
7043
|
_fn;
|
@@ -8302,7 +8302,7 @@ function applySourcemapIgnoreList(map$1, sourcemapPath, sourcemapIgnoreList, log
|
|
8302
8302
|
async function extractSourcemapFromFile(code, filePath) {
|
8303
8303
|
const map$1 = (import_convert_source_map$2.fromSource(code) || await import_convert_source_map$2.fromMapFileSource(code, createConvertSourceMapReadMap(filePath)))?.toObject();
|
8304
8304
|
if (map$1) return {
|
8305
|
-
code: code.replace(import_convert_source_map$2.mapFileCommentRegex, blankReplacer),
|
8305
|
+
code: code.replace(import_convert_source_map$2.default.mapFileCommentRegex, blankReplacer),
|
8306
8306
|
map: map$1
|
8307
8307
|
};
|
8308
8308
|
}
|
@@ -8661,8 +8661,8 @@ var require_src$1 = __commonJS({ "../../node_modules/.pnpm/lilconfig@3.1.3/node_
|
|
8661
8661
|
} });
|
8662
8662
|
|
8663
8663
|
//#endregion
|
8664
|
-
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.
|
8665
|
-
var require_req = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.
|
8664
|
+
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/req.js
|
8665
|
+
var require_req = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/req.js"(exports, module) {
|
8666
8666
|
const { createRequire: createRequire$2 } = require("node:module");
|
8667
8667
|
const { fileURLToPath: fileURLToPath$1, pathToFileURL: pathToFileURL$1 } = require("node:url");
|
8668
8668
|
const TS_EXT_RE = /\.[mc]?ts$/;
|
@@ -8704,8 +8704,8 @@ var require_req = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0
|
|
8704
8704
|
} });
|
8705
8705
|
|
8706
8706
|
//#endregion
|
8707
|
-
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.
|
8708
|
-
var require_options = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.
|
8707
|
+
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/options.js
|
8708
|
+
var require_options = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/options.js"(exports, module) {
|
8709
8709
|
const req$2 = require_req();
|
8710
8710
|
/**
|
8711
8711
|
* Load Options
|
@@ -8739,8 +8739,8 @@ var require_options = __commonJS({ "../../node_modules/.pnpm/postcss-load-config
|
|
8739
8739
|
} });
|
8740
8740
|
|
8741
8741
|
//#endregion
|
8742
|
-
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.
|
8743
|
-
var require_plugins = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.
|
8742
|
+
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/plugins.js
|
8743
|
+
var require_plugins = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/plugins.js"(exports, module) {
|
8744
8744
|
const req$1 = require_req();
|
8745
8745
|
/**
|
8746
8746
|
* Plugin Loader
|
@@ -8794,8 +8794,8 @@ var require_plugins = __commonJS({ "../../node_modules/.pnpm/postcss-load-config
|
|
8794
8794
|
} });
|
8795
8795
|
|
8796
8796
|
//#endregion
|
8797
|
-
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.
|
8798
|
-
var require_src = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.
|
8797
|
+
//#region ../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/index.js
|
8798
|
+
var require_src = __commonJS({ "../../node_modules/.pnpm/postcss-load-config@6.0.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_yaml@2.8.0/node_modules/postcss-load-config/src/index.js"(exports, module) {
|
8799
8799
|
const { resolve: resolve$2 } = require("node:path");
|
8800
8800
|
const config$1 = require_src$1();
|
8801
8801
|
const loadOptions = require_options();
|
@@ -12366,11 +12366,11 @@ function throwFileNotFoundInOptimizedDep(id) {
|
|
12366
12366
|
}
|
12367
12367
|
|
12368
12368
|
//#endregion
|
12369
|
-
//#region ../../node_modules/.pnpm/dotenv@
|
12370
|
-
var require_package = __commonJS({ "../../node_modules/.pnpm/dotenv@
|
12369
|
+
//#region ../../node_modules/.pnpm/dotenv@17.0.1/node_modules/dotenv/package.json
|
12370
|
+
var require_package = __commonJS({ "../../node_modules/.pnpm/dotenv@17.0.1/node_modules/dotenv/package.json"(exports, module) {
|
12371
12371
|
module.exports = {
|
12372
12372
|
"name": "dotenv",
|
12373
|
-
"version": "
|
12373
|
+
"version": "17.0.1",
|
12374
12374
|
"description": "Loads environment variables from .env file",
|
12375
12375
|
"main": "lib/main.js",
|
12376
12376
|
"types": "lib/main.d.ts",
|
@@ -12429,8 +12429,8 @@ var require_package = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_
|
|
12429
12429
|
} });
|
12430
12430
|
|
12431
12431
|
//#endregion
|
12432
|
-
//#region ../../node_modules/.pnpm/dotenv@
|
12433
|
-
var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@
|
12432
|
+
//#region ../../node_modules/.pnpm/dotenv@17.0.1/node_modules/dotenv/lib/main.js
|
12433
|
+
var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@17.0.1/node_modules/dotenv/lib/main.js"(exports, module) {
|
12434
12434
|
const fs$11 = require("fs");
|
12435
12435
|
const path$10 = require("path");
|
12436
12436
|
const os$3 = require("os");
|
@@ -12481,7 +12481,7 @@ var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_m
|
|
12481
12481
|
return DotenvModule.parse(decrypted);
|
12482
12482
|
}
|
12483
12483
|
function _warn(message) {
|
12484
|
-
console.
|
12484
|
+
console.error(`[dotenv@${version}][WARN] ${message}`);
|
12485
12485
|
}
|
12486
12486
|
function _debug(message) {
|
12487
12487
|
console.log(`[dotenv@${version}][DEBUG] ${message}`);
|
@@ -12544,7 +12544,7 @@ var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_m
|
|
12544
12544
|
}
|
12545
12545
|
function _configVault(options$1) {
|
12546
12546
|
const debug$19 = Boolean(options$1 && options$1.debug);
|
12547
|
-
const quiet = options$1 &&
|
12547
|
+
const quiet = Boolean(options$1 && options$1.quiet);
|
12548
12548
|
if (debug$19 || !quiet) _log("Loading env from encrypted .env.vault");
|
12549
12549
|
const parsed = DotenvModule._parseVault(options$1);
|
12550
12550
|
let processEnv = process.env;
|
@@ -12556,7 +12556,7 @@ var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_m
|
|
12556
12556
|
const dotenvPath = path$10.resolve(process.cwd(), ".env");
|
12557
12557
|
let encoding = "utf8";
|
12558
12558
|
const debug$19 = Boolean(options$1 && options$1.debug);
|
12559
|
-
const quiet = options$1 &&
|
12559
|
+
const quiet = Boolean(options$1 && options$1.quiet);
|
12560
12560
|
if (options$1 && options$1.encoding) encoding = options$1.encoding;
|
12561
12561
|
else if (debug$19) _debug("No encoding is specified. UTF-8 is used by default");
|
12562
12562
|
let optionPaths = [dotenvPath];
|
@@ -12576,9 +12576,9 @@ var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_m
|
|
12576
12576
|
}
|
12577
12577
|
let processEnv = process.env;
|
12578
12578
|
if (options$1 && options$1.processEnv != null) processEnv = options$1.processEnv;
|
12579
|
-
DotenvModule.populate(processEnv, parsedAll, options$1);
|
12579
|
+
const populated = DotenvModule.populate(processEnv, parsedAll, options$1);
|
12580
12580
|
if (debug$19 || !quiet) {
|
12581
|
-
const keysCount = Object.keys(
|
12581
|
+
const keysCount = Object.keys(populated).length;
|
12582
12582
|
const shortPaths = [];
|
12583
12583
|
for (const filePath of optionPaths) try {
|
12584
12584
|
const relative$3 = path$10.relative(process.cwd(), filePath);
|
@@ -12587,7 +12587,7 @@ var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_m
|
|
12587
12587
|
if (debug$19) _debug(`Failed to load ${filePath} ${e$1.message}`);
|
12588
12588
|
lastError = e$1;
|
12589
12589
|
}
|
12590
|
-
_log(`injecting env (${keysCount}) from ${shortPaths.join(",")}`);
|
12590
|
+
_log(`injecting env (${keysCount}) from ${shortPaths.join(",")} – [tip] encrypt with dotenvx: https://dotenvx.com`);
|
12591
12591
|
}
|
12592
12592
|
if (lastError) return {
|
12593
12593
|
parsed: parsedAll,
|
@@ -12632,16 +12632,24 @@ var require_main$1 = __commonJS({ "../../node_modules/.pnpm/dotenv@16.6.1/node_m
|
|
12632
12632
|
function populate(processEnv, parsed, options$1 = {}) {
|
12633
12633
|
const debug$19 = Boolean(options$1 && options$1.debug);
|
12634
12634
|
const override = Boolean(options$1 && options$1.override);
|
12635
|
+
const populated = {};
|
12635
12636
|
if (typeof parsed !== "object") {
|
12636
12637
|
const err$2 = /* @__PURE__ */ new Error("OBJECT_REQUIRED: Please check the processEnv argument being passed to populate");
|
12637
12638
|
err$2.code = "OBJECT_REQUIRED";
|
12638
12639
|
throw err$2;
|
12639
12640
|
}
|
12640
12641
|
for (const key of Object.keys(parsed)) if (Object.prototype.hasOwnProperty.call(processEnv, key)) {
|
12641
|
-
if (override === true)
|
12642
|
+
if (override === true) {
|
12643
|
+
processEnv[key] = parsed[key];
|
12644
|
+
populated[key] = parsed[key];
|
12645
|
+
}
|
12642
12646
|
if (debug$19) if (override === true) _debug(`"${key}" is already defined and WAS overwritten`);
|
12643
12647
|
else _debug(`"${key}" is already defined and was NOT overwritten`);
|
12644
|
-
} else
|
12648
|
+
} else {
|
12649
|
+
processEnv[key] = parsed[key];
|
12650
|
+
populated[key] = parsed[key];
|
12651
|
+
}
|
12652
|
+
return populated;
|
12645
12653
|
}
|
12646
12654
|
const DotenvModule = {
|
12647
12655
|
configDotenv,
|
@@ -12879,7 +12887,7 @@ function errorMiddleware(server, allowNext = false) {
|
|
12879
12887
|
document.body.appendChild(h('pre', error.stack))
|
12880
12888
|
document.body.appendChild(h('p', '(Error overlay failed to load)'))
|
12881
12889
|
}
|
12882
|
-
|
12890
|
+
<\/script>
|
12883
12891
|
</head>
|
12884
12892
|
<body>
|
12885
12893
|
</body>
|
@@ -25893,7 +25901,7 @@ function send(req$4, res, content, type, options$1) {
|
|
25893
25901
|
if (type === "js" || type === "css") content = getCodeWithSourcemap(type, content.toString(), map$1);
|
25894
25902
|
} else if (type === "js" && (!map$1 || map$1.mappings !== "")) {
|
25895
25903
|
const code = content.toString();
|
25896
|
-
if (import_convert_source_map$1.mapFileCommentRegex.test(code)) debug$3?.(`Skipped injecting fallback sourcemap for ${req$4.url}`);
|
25904
|
+
if (import_convert_source_map$1.default.mapFileCommentRegex.test(code)) debug$3?.(`Skipped injecting fallback sourcemap for ${req$4.url}`);
|
25897
25905
|
else {
|
25898
25906
|
const urlWithoutTimestamp = removeTimestampQuery(req$4.url);
|
25899
25907
|
const ms = new MagicString(code);
|
@@ -27662,7 +27670,7 @@ const devHtmlHook = async (html, { path: htmlPath, filename, server, originalUrl
|
|
27662
27670
|
});
|
27663
27671
|
const modulePath = `${proxyModuleUrl}?html-proxy&index=${inlineModuleIndex}.${ext}`;
|
27664
27672
|
inlineModulePaths.push(modulePath);
|
27665
|
-
s$2.update(node.sourceCodeLocation.startOffset, node.sourceCodeLocation.endOffset, `<script type="module" src="${modulePath}"
|
27673
|
+
s$2.update(node.sourceCodeLocation.startOffset, node.sourceCodeLocation.endOffset, `<script type="module" src="${modulePath}"><\/script>`);
|
27666
27674
|
preTransformRequest(server, modulePath, decodedBase);
|
27667
27675
|
};
|
27668
27676
|
await traverseHtml(html, filename, (node) => {
|
@@ -29302,6 +29310,7 @@ const nonJsRe = /\.json(?:$|\?)/;
|
|
29302
29310
|
const isNonJsRequest = (request) => nonJsRe.test(request);
|
29303
29311
|
const importMetaEnvMarker = "__vite_import_meta_env__";
|
29304
29312
|
const importMetaEnvKeyReCache = /* @__PURE__ */ new Map();
|
29313
|
+
const escapedDotRE = /(?<!\\)\\./g;
|
29305
29314
|
function definePlugin(config$2) {
|
29306
29315
|
const isBuild = config$2.command === "build";
|
29307
29316
|
const isBuildLib = isBuild && config$2.build.lib;
|
@@ -29355,7 +29364,7 @@ function definePlugin(config$2) {
|
|
29355
29364
|
const patternKeys = Object.keys(userDefine);
|
29356
29365
|
if (!keepProcessEnv && Object.keys(processEnv).length) patternKeys.push("process.env");
|
29357
29366
|
if (Object.keys(importMetaKeys).length) patternKeys.push("import.meta.env", "import.meta.hot");
|
29358
|
-
const pattern = patternKeys.length ? new RegExp(patternKeys.map(escapeRegex).join("|")) : null;
|
29367
|
+
const pattern = patternKeys.length ? new RegExp(patternKeys.map((key) => escapeRegex(key).replaceAll(escapedDotRE, "\\??\\.")).join("|")) : null;
|
29359
29368
|
return [
|
29360
29369
|
define$1,
|
29361
29370
|
pattern,
|
@@ -30884,7 +30893,7 @@ function createFilterForTransform(idFilter, codeFilter, cwd) {
|
|
30884
30893
|
async function resolvePlugins(config$2, prePlugins, normalPlugins, postPlugins) {
|
30885
30894
|
const isBuild = config$2.command === "build";
|
30886
30895
|
const isWorker = config$2.isWorker;
|
30887
|
-
const buildPlugins = isBuild ? await (await import("./dep-
|
30896
|
+
const buildPlugins = isBuild ? await (await import("./dep-BT17fY0B.js")).resolveBuildPlugins(config$2) : {
|
30888
30897
|
pre: [],
|
30889
30898
|
post: []
|
30890
30899
|
};
|
@@ -30987,19 +30996,19 @@ function getCachedFilterForPlugin(plugin, hookName) {
|
|
30987
30996
|
let filter$1;
|
30988
30997
|
switch (hookName) {
|
30989
30998
|
case "resolveId": {
|
30990
|
-
const rawFilter =
|
30999
|
+
const rawFilter = extractFilter(plugin.resolveId)?.id;
|
30991
31000
|
filters.resolveId = createIdFilter(rawFilter);
|
30992
31001
|
filter$1 = filters.resolveId;
|
30993
31002
|
break;
|
30994
31003
|
}
|
30995
31004
|
case "load": {
|
30996
|
-
const rawFilter =
|
31005
|
+
const rawFilter = extractFilter(plugin.load)?.id;
|
30997
31006
|
filters.load = createIdFilter(rawFilter);
|
30998
31007
|
filter$1 = filters.load;
|
30999
31008
|
break;
|
31000
31009
|
}
|
31001
31010
|
case "transform": {
|
31002
|
-
const rawFilters =
|
31011
|
+
const rawFilters = extractFilter(plugin.transform);
|
31003
31012
|
filters.transform = createFilterForTransform(rawFilters?.id, rawFilters?.code);
|
31004
31013
|
filter$1 = filters.transform;
|
31005
31014
|
break;
|
@@ -31007,6 +31016,9 @@ function getCachedFilterForPlugin(plugin, hookName) {
|
|
31007
31016
|
}
|
31008
31017
|
return filter$1;
|
31009
31018
|
}
|
31019
|
+
function extractFilter(hook) {
|
31020
|
+
return hook && "filter" in hook && hook.filter ? hook.filter : void 0;
|
31021
|
+
}
|
31010
31022
|
const viteAliasCustomResolver = async function(id, importer, options$1) {
|
31011
31023
|
const resolved = await this.resolve(id, importer, options$1);
|
31012
31024
|
return resolved || {
|
@@ -32758,16 +32770,11 @@ const makeScssWorker = (environment, resolvers, _maxWorkers) => {
|
|
32758
32770
|
if (!isQuoted && unquotedUrl[0] === "$") return true;
|
32759
32771
|
return unquotedUrl.startsWith("#{");
|
32760
32772
|
};
|
32761
|
-
const
|
32773
|
+
const internalImporter = {
|
32762
32774
|
async canonicalize(url$6, context) {
|
32763
|
-
|
32764
|
-
|
32765
|
-
|
32766
|
-
} else {
|
32767
|
-
const importer = context.containingUrl ? fileURLToPath(context.containingUrl) : options$1.filename;
|
32768
|
-
const resolved = await resolvers.sass(environment, url$6, cleanScssBugUrl(importer));
|
32769
|
-
if (resolved && (resolved.endsWith(".css") || resolved.endsWith(".scss") || resolved.endsWith(".sass"))) return pathToFileURL(resolved);
|
32770
|
-
}
|
32775
|
+
const importer = context.containingUrl ? fileURLToPath(context.containingUrl) : options$1.filename;
|
32776
|
+
const resolved = await resolvers.sass(environment, url$6, cleanScssBugUrl(importer));
|
32777
|
+
if (resolved && (resolved.endsWith(".css") || resolved.endsWith(".scss") || resolved.endsWith(".sass"))) return pathToFileURL(resolved);
|
32771
32778
|
return null;
|
32772
32779
|
},
|
32773
32780
|
async load(canonicalUrl) {
|
@@ -32783,9 +32790,9 @@ const makeScssWorker = (environment, resolvers, _maxWorkers) => {
|
|
32783
32790
|
sourceMapUrl: canonicalUrl
|
32784
32791
|
};
|
32785
32792
|
}
|
32786
|
-
}
|
32787
|
-
sassOptions.importers = [...sassOptions.importers ?? [],
|
32788
|
-
sassOptions.importer ??=
|
32793
|
+
};
|
32794
|
+
sassOptions.importers = [...sassOptions.importers ?? [], internalImporter];
|
32795
|
+
sassOptions.importer ??= internalImporter;
|
32789
32796
|
const result = await compiler.compileStringAsync(data, sassOptions);
|
32790
32797
|
return {
|
32791
32798
|
css: result.css,
|
@@ -33455,6 +33462,13 @@ function preload(baseModule, deps, importerUrl) {
|
|
33455
33462
|
return baseModule().catch(handlePreloadError);
|
33456
33463
|
});
|
33457
33464
|
}
|
33465
|
+
function getPreloadCode(environment, renderBuiltUrlBoolean, isRelativeBase) {
|
33466
|
+
const { modulePreload } = environment.config.build;
|
33467
|
+
const scriptRel$1 = modulePreload && modulePreload.polyfill ? `'modulepreload'` : `/* @__PURE__ */ (${detectScriptRel.toString()})()`;
|
33468
|
+
const assetsURL$1 = renderBuiltUrlBoolean || isRelativeBase ? `function(dep, importerUrl) { return new URL(dep, importerUrl).href }` : `function(dep) { return ${JSON.stringify(environment.config.base)}+dep }`;
|
33469
|
+
const preloadCode = `const scriptRel = ${scriptRel$1};const assetsURL = ${assetsURL$1};const seen = {};export const ${preloadMethod} = ${preload.toString()}`;
|
33470
|
+
return preloadCode;
|
33471
|
+
}
|
33458
33472
|
/**
|
33459
33473
|
* Build only. During serve this is performed as part of ./importAnalysis.
|
33460
33474
|
*/
|
@@ -33469,10 +33483,7 @@ function buildImportAnalysisPlugin(config$2) {
|
|
33469
33483
|
} },
|
33470
33484
|
load: { handler(id) {
|
33471
33485
|
if (id === preloadHelperId) {
|
33472
|
-
const
|
33473
|
-
const scriptRel$1 = modulePreload && modulePreload.polyfill ? `'modulepreload'` : `/* @__PURE__ */ (${detectScriptRel.toString()})()`;
|
33474
|
-
const assetsURL$1 = renderBuiltUrl || isRelativeBase ? `function(dep, importerUrl) { return new URL(dep, importerUrl).href }` : `function(dep) { return ${JSON.stringify(config$2.base)}+dep }`;
|
33475
|
-
const preloadCode = `const scriptRel = ${scriptRel$1};const assetsURL = ${assetsURL$1};const seen = {};export const ${preloadMethod} = ${preload.toString()}`;
|
33486
|
+
const preloadCode = getPreloadCode(this.environment, !!renderBuiltUrl, isRelativeBase);
|
33476
33487
|
return {
|
33477
33488
|
code: preloadCode,
|
33478
33489
|
moduleSideEffects: false
|
@@ -33721,7 +33732,7 @@ function buildImportAnalysisPlugin(config$2) {
|
|
33721
33732
|
const originalDebugId = chunk.map.debugId;
|
33722
33733
|
chunk.map = map$1;
|
33723
33734
|
if (buildSourcemap === "inline") {
|
33724
|
-
chunk.code = chunk.code.replace(import_convert_source_map.mapFileCommentRegex, "");
|
33735
|
+
chunk.code = chunk.code.replace(import_convert_source_map.default.mapFileCommentRegex, "");
|
33725
33736
|
chunk.code += `\n//# sourceMappingURL=${genSourceMapUrl(map$1)}`;
|
33726
33737
|
} else {
|
33727
33738
|
if (originalDebugId) map$1.debugId = originalDebugId;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
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-
|
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-DPTTEEJb.js";
|
3
3
|
import "./dep-Ctugieod.js";
|
4
4
|
|
5
5
|
export { optimizeDeps };
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { preview, resolvePreviewOptions } from "./dep-
|
2
|
+
import { preview, resolvePreviewOptions } from "./dep-DPTTEEJb.js";
|
3
3
|
import "./dep-Ctugieod.js";
|
4
4
|
|
5
5
|
export { preview };
|
package/dist/node/cli.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
2
|
import { __toESM } from "./chunks/dep-Drtntmtt.js";
|
3
|
-
import { createLogger, require_picocolors, resolveConfig } from "./chunks/dep-
|
3
|
+
import { createLogger, require_picocolors, resolveConfig } from "./chunks/dep-DPTTEEJb.js";
|
4
4
|
import { VERSION } from "./chunks/dep-Ctugieod.js";
|
5
5
|
import fs from "node:fs";
|
6
6
|
import path from "node:path";
|
@@ -568,7 +568,7 @@ const convertBase = (v) => {
|
|
568
568
|
cli.option("-c, --config <file>", `[string] use specified config file`).option("--base <path>", `[string] public base path (default: /)`, { type: [convertBase] }).option("-l, --logLevel <level>", `[string] info | warn | error | silent`).option("--clearScreen", `[boolean] allow/disable clear screen when logging`).option("--configLoader <loader>", `[string] use 'bundle' to bundle the config with esbuild, or 'runner' (experimental) to process it on the fly, or 'native' (experimental) to load using the native runtime (default: bundle)`).option("-d, --debug [feat]", `[string | boolean] show debug logs`).option("-f, --filter <filter>", `[string] filter debug logs`).option("-m, --mode <mode>", `[string] set env mode`);
|
569
569
|
cli.command("[root]", "start dev server").alias("serve").alias("dev").option("--host [host]", `[string] specify hostname`, { type: [convertHost] }).option("--port <port>", `[number] specify port`).option("--open [path]", `[boolean | string] open browser on startup`).option("--cors", `[boolean] enable CORS`).option("--strictPort", `[boolean] exit if specified port is already in use`).option("--force", `[boolean] force the optimizer to ignore the cache and re-bundle`).action(async (root, options) => {
|
570
570
|
filterDuplicateOptions(options);
|
571
|
-
const { createServer } = await import("./chunks/dep-
|
571
|
+
const { createServer } = await import("./chunks/dep-B-ryHkZW.js");
|
572
572
|
try {
|
573
573
|
const server = await createServer({
|
574
574
|
root,
|
@@ -624,7 +624,7 @@ cli.command("[root]", "start dev server").alias("serve").alias("dev").option("--
|
|
624
624
|
});
|
625
625
|
cli.command("build [root]", "build for production").option("--target <target>", `[string] transpile target (default: 'baseline-widely-available')`).option("--outDir <dir>", `[string] output directory (default: dist)`).option("--assetsDir <dir>", `[string] directory under outDir to place assets in (default: assets)`).option("--assetsInlineLimit <number>", `[number] static asset base64 inline threshold in bytes (default: 4096)`).option("--ssr [entry]", `[string] build specified entry for server-side rendering`).option("--sourcemap [output]", `[boolean | "inline" | "hidden"] output source maps for build (default: false)`).option("--minify [minifier]", "[boolean | \"terser\" | \"esbuild\"] enable/disable minification, or specify minifier to use (default: esbuild)").option("--manifest [name]", `[boolean | string] emit build manifest json`).option("--ssrManifest [name]", `[boolean | string] emit ssr manifest json`).option("--emptyOutDir", `[boolean] force empty outDir when it's outside of root`).option("-w, --watch", `[boolean] rebuilds when modules have changed on disk`).option("--app", `[boolean] same as \`builder: {}\``).action(async (root, options) => {
|
626
626
|
filterDuplicateOptions(options);
|
627
|
-
const { createBuilder } = await import("./chunks/dep-
|
627
|
+
const { createBuilder } = await import("./chunks/dep-BT17fY0B.js");
|
628
628
|
const buildOptions = cleanGlobalCLIOptions(cleanBuilderCLIOptions(options));
|
629
629
|
try {
|
630
630
|
const inlineConfig = {
|
@@ -649,7 +649,7 @@ cli.command("build [root]", "build for production").option("--target <target>",
|
|
649
649
|
});
|
650
650
|
cli.command("optimize [root]", "pre-bundle dependencies (deprecated, the pre-bundle process runs automatically and does not need to be called)").option("--force", `[boolean] force the optimizer to ignore the cache and re-bundle`).action(async (root, options) => {
|
651
651
|
filterDuplicateOptions(options);
|
652
|
-
const { optimizeDeps } = await import("./chunks/dep-
|
652
|
+
const { optimizeDeps } = await import("./chunks/dep-KrYKmVjB.js");
|
653
653
|
try {
|
654
654
|
const config = await resolveConfig({
|
655
655
|
root,
|
@@ -667,7 +667,7 @@ cli.command("optimize [root]", "pre-bundle dependencies (deprecated, the pre-bun
|
|
667
667
|
});
|
668
668
|
cli.command("preview [root]", "locally preview production build").option("--host [host]", `[string] specify hostname`, { type: [convertHost] }).option("--port <port>", `[number] specify port`).option("--strictPort", `[boolean] exit if specified port is already in use`).option("--open [path]", `[boolean | string] open browser on startup`).option("--outDir <dir>", `[string] output directory (default: dist)`).action(async (root, options) => {
|
669
669
|
filterDuplicateOptions(options);
|
670
|
-
const { preview } = await import("./chunks/dep-
|
670
|
+
const { preview } = await import("./chunks/dep-jWBpl9SM.js");
|
671
671
|
try {
|
672
672
|
const server = await preview({
|
673
673
|
root,
|
package/dist/node/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createRequire as ___createRequire } from 'module'; const require = ___createRequire(import.meta.url);
|
2
|
-
import { BuildEnvironment, DevEnvironment, build, buildErrorMessage, createBuilder, createFilter, createIdResolver, createLogger, createRunnableDevEnvironment, createServer, createServerHotChannel, createServerModuleRunner, createServerModuleRunnerTransport, defineConfig, fetchModule, formatPostcssSourceMap, isCSSRequest, isFileLoadingAllowed, isFileServingAllowed, isRunnableDevEnvironment, loadConfigFromFile, loadEnv, mergeAlias, mergeConfig, normalizePath, optimizeDeps, perEnvironmentPlugin, perEnvironmentState, preprocessCSS, preview, resolveConfig, resolveEnvPrefix, rollupVersion, runnerImport, searchForWorkspaceRoot, send, sortUserPlugins, ssrTransform, transformWithEsbuild } from "./chunks/dep-
|
2
|
+
import { BuildEnvironment, DevEnvironment, build, buildErrorMessage, createBuilder, createFilter, createIdResolver, createLogger, createRunnableDevEnvironment, createServer, createServerHotChannel, createServerModuleRunner, createServerModuleRunnerTransport, defineConfig, fetchModule, formatPostcssSourceMap, isCSSRequest, isFileLoadingAllowed, isFileServingAllowed, isRunnableDevEnvironment, loadConfigFromFile, loadEnv, mergeAlias, mergeConfig, normalizePath, optimizeDeps, perEnvironmentPlugin, perEnvironmentState, preprocessCSS, preview, resolveConfig, resolveEnvPrefix, rollupVersion, runnerImport, searchForWorkspaceRoot, send, sortUserPlugins, ssrTransform, transformWithEsbuild } from "./chunks/dep-DPTTEEJb.js";
|
3
3
|
import { DEFAULT_CLIENT_CONDITIONS, DEFAULT_CLIENT_MAIN_FIELDS, DEFAULT_SERVER_CONDITIONS, DEFAULT_SERVER_MAIN_FIELDS, VERSION, defaultAllowedOrigins } from "./chunks/dep-Ctugieod.js";
|
4
4
|
import { parseAst, parseAstAsync } from "rollup/parseAst";
|
5
5
|
import { version as esbuildVersion } from "esbuild";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.3",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Evan You",
|
@@ -80,10 +80,10 @@
|
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
82
|
"@ampproject/remapping": "^2.3.0",
|
83
|
-
"@babel/parser": "^7.
|
84
|
-
"@jridgewell/trace-mapping": "^0.3.
|
85
|
-
"@oxc-project/runtime": "
|
86
|
-
"@oxc-project/types": "
|
83
|
+
"@babel/parser": "^7.28.0",
|
84
|
+
"@jridgewell/trace-mapping": "^0.3.29",
|
85
|
+
"@oxc-project/runtime": "0.75.1",
|
86
|
+
"@oxc-project/types": "0.75.1",
|
87
87
|
"@polka/compression": "^1.0.0-next.25",
|
88
88
|
"@rollup/plugin-alias": "^5.1.1",
|
89
89
|
"@rollup/plugin-commonjs": "^28.0.6",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"@rollup/pluginutils": "^5.2.0",
|
92
92
|
"@types/escape-html": "^1.0.4",
|
93
93
|
"@types/pnpapi": "^0.0.5",
|
94
|
-
"artichokie": "^0.3.
|
94
|
+
"artichokie": "^0.3.2",
|
95
95
|
"baseline-browser-mapping": "^2.4.4",
|
96
96
|
"cac": "^6.7.14",
|
97
97
|
"chokidar": "^3.6.0",
|
@@ -101,7 +101,7 @@
|
|
101
101
|
"cross-spawn": "^7.0.6",
|
102
102
|
"debug": "^4.4.1",
|
103
103
|
"dep-types": "link:./src/types",
|
104
|
-
"dotenv": "^
|
104
|
+
"dotenv": "^17.0.1",
|
105
105
|
"dotenv-expand": "^12.0.2",
|
106
106
|
"es-module-lexer": "^1.7.0",
|
107
107
|
"escape-html": "^1.0.3",
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"postcss-modules": "^6.0.1",
|
126
126
|
"premove": "^4.0.0",
|
127
127
|
"resolve.exports": "^2.0.3",
|
128
|
-
"rolldown": "^1.0.0-beta.
|
128
|
+
"rolldown": "^1.0.0-beta.24",
|
129
129
|
"rolldown-plugin-dts": "^0.13.13",
|
130
130
|
"rollup-plugin-license": "^3.6.0",
|
131
131
|
"sass": "^1.89.2",
|