weapp-vite 6.16.33 → 6.16.34
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/auto-routes.mjs +1 -1
- package/dist/cli.mjs +26 -18
- package/dist/{createContext-DxZoDRL0.mjs → createContext-BZRrqhni.mjs} +42 -10
- package/dist/file-B0xt4gdk.mjs +2 -0
- package/dist/{file-D5ALdQXr.mjs → file-DuKnIngQ.mjs} +1 -1
- package/dist/getInstance-BGkP2tgX.mjs +2 -0
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
- package/dist/file-CAsLsVdT.mjs +0 -2
- package/dist/getInstance-NP3CPo-d.mjs +0 -2
package/dist/auto-routes.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getRouteRuntimeGlobalKeys, i as getCompilerContext } from "./createContext-
|
|
1
|
+
import { g as getRouteRuntimeGlobalKeys, i as getCompilerContext } from "./createContext-BZRrqhni.mjs";
|
|
2
2
|
//#region src/auto-routes.ts
|
|
3
3
|
const ROUTE_RUNTIME_OVERRIDE_KEY = Symbol.for("weapp-vite.route-runtime");
|
|
4
4
|
function createGetter(resolver) {
|
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as createCjsConfigLoadError, E as isPathInside, S as parseCommentJson, T as shouldPassPlatformArgToIdeOpen, _ as createBuildScopeConfigFromCli, b as getProjectConfigFileName, f as resolveWeappViteTarget, h as resolveHmrProfileJsonPath, m as SHARED_CHUNK_VIRTUAL_PREFIX, n as syncProjectSupportFiles, p as createSharedBuildConfig, r as syncManagedTsconfigBootstrapFiles, s as formatBytes, t as createCompilerContext, v as resolveWeappConfigFile, w as getDefaultIdeProjectRoot, x as loadViteConfigFile, y as checkRuntime } from "./createContext-
|
|
1
|
+
import { C as createCjsConfigLoadError, E as isPathInside, S as parseCommentJson, T as shouldPassPlatformArgToIdeOpen, _ as createBuildScopeConfigFromCli, b as getProjectConfigFileName, f as resolveWeappViteTarget, h as resolveHmrProfileJsonPath, m as SHARED_CHUNK_VIRTUAL_PREFIX, n as syncProjectSupportFiles, p as createSharedBuildConfig, r as syncManagedTsconfigBootstrapFiles, s as formatBytes, t as createCompilerContext, v as resolveWeappConfigFile, w as getDefaultIdeProjectRoot, x as loadViteConfigFile, y as checkRuntime } from "./createContext-BZRrqhni.mjs";
|
|
2
2
|
import { r as logger_default, t as colors } from "./logger-mt4mSTqV.mjs";
|
|
3
|
-
import { h as VERSION } from "./file-
|
|
3
|
+
import { h as VERSION } from "./file-DuKnIngQ.mjs";
|
|
4
4
|
import { o as resolveWeappMcpConfig, s as startWeappViteMcpServer } from "./mcp-qmDOTH07.mjs";
|
|
5
5
|
import { createRequire } from "node:module";
|
|
6
6
|
import path, { posix } from "pathe";
|
|
@@ -14,7 +14,7 @@ import os from "node:os";
|
|
|
14
14
|
import { execFile, spawn } from "node:child_process";
|
|
15
15
|
import { Buffer } from "node:buffer";
|
|
16
16
|
import { cac } from "cac";
|
|
17
|
-
import { RETRY_CANCEL_KEYS, RETRY_CONFIRM_KEYS, bootstrapWechatDevtoolsSettings, buildWechatIdeNpm, clearWechatIdeCache, clearWechatIdeCacheByAutomator, closeSharedMiniProgram, closeWechatIdeProject, compileWechatIdeByAutomator, connectOpenedAutomator, createSharedInputSession, dispatchWechatCliCommand, formatAutomatorLoginError, getConfig, getWechatIdeTestAccounts, getWechatIdeTicket, getWechatIdeToolInfo, isAutomatorLoginError, isWeappIdeTopLevelCommand, isWechatIdeLoginRequiredError, launchAutomator, openWechatIdeProjectByHttp, parse, promptRetryKeypress, promptWechatIdeLoginRetry, quitWechatIde, refreshWechatIdeTicket, resetWechatIdeFileUtilsByHttp, runRetryableCommand, runWechatIdeEngineBuild, runWithSuspendedSharedInput, setWechatIdeTicket, startForwardConsole, takeScreenshot } from "weapp-ide-cli";
|
|
17
|
+
import { RETRY_CANCEL_KEYS, RETRY_CONFIRM_KEYS, bootstrapWechatDevtoolsSettings, buildWechatIdeNpm, clearWechatIdeCache, clearWechatIdeCacheByAutomator, closeSharedMiniProgram, closeWechatIdeProject, compileWechatIdeByAutomator, connectOpenedAutomator, createSharedInputSession, dispatchWechatCliCommand, formatAutomatorLoginError, getConfig, getWechatIdeTestAccounts, getWechatIdeTicket, getWechatIdeToolInfo, isAutomatorLoginError, isWeappIdeTopLevelCommand, isWechatIdeEngineBuildEndpointMissingError, isWechatIdeLoginRequiredError, launchAutomator, openWechatIdeProjectByHttp, parse, promptRetryKeypress, promptWechatIdeLoginRetry, quitWechatIde, refreshWechatIdeTicket, resetWechatIdeFileUtilsByHttp, runRetryableCommand, runWechatIdeEngineBuild, runWithSuspendedSharedInput, setWechatIdeTicket, startForwardConsole, takeScreenshot } from "weapp-ide-cli";
|
|
18
18
|
import { promisify } from "node:util";
|
|
19
19
|
import { brotliCompressSync, gzipSync } from "node:zlib";
|
|
20
20
|
import { resolveCommand } from "package-manager-detector/commands";
|
|
@@ -85,7 +85,7 @@ async function tryExecuteWechatIdeCliCommandByAutomator(argv, projectPath) {
|
|
|
85
85
|
}
|
|
86
86
|
return false;
|
|
87
87
|
}
|
|
88
|
-
async function tryExecuteWechatIdeCliCommandByHttp(argv, projectPath) {
|
|
88
|
+
async function tryExecuteWechatIdeCliCommandByHttp(argv, projectPath, engineBuildFallbackToCli = false) {
|
|
89
89
|
const command = argv[0];
|
|
90
90
|
if (!command) return false;
|
|
91
91
|
if (command === "compile") {
|
|
@@ -101,7 +101,10 @@ async function tryExecuteWechatIdeCliCommandByHttp(argv, projectPath) {
|
|
|
101
101
|
if (command === "engine" && argv[1] === "build") {
|
|
102
102
|
const engineProjectPath = argv[2] || projectPath;
|
|
103
103
|
if (!engineProjectPath) return false;
|
|
104
|
-
await runWechatIdeEngineBuild(engineProjectPath, {
|
|
104
|
+
await runWechatIdeEngineBuild(engineProjectPath, {
|
|
105
|
+
fallbackToCli: engineBuildFallbackToCli,
|
|
106
|
+
logPath: readArgOption(argv, "--logPath", "-l")
|
|
107
|
+
});
|
|
105
108
|
return true;
|
|
106
109
|
}
|
|
107
110
|
return false;
|
|
@@ -129,12 +132,12 @@ async function tryExecuteWechatIdeCliCommandByHelper(argv) {
|
|
|
129
132
|
* @description 统一执行 weapp-ide-cli 命令,并在登录失效时复用同一套重试交互。
|
|
130
133
|
*/
|
|
131
134
|
async function executeWechatIdeCliCommand(argv, options = {}) {
|
|
132
|
-
const { automatorMode = "prefer", cancelLevel = "warn", httpMode = "prefer", onNonLoginError, onRetry, projectPath } = options;
|
|
135
|
+
const { automatorMode = "prefer", cancelLevel = "warn", engineBuildFallbackToCli = false, httpMode = "prefer", onNonLoginError, onRetry, projectPath } = options;
|
|
133
136
|
await runWithSuspendedSharedInput(async () => {
|
|
134
137
|
if (httpMode !== "skip") try {
|
|
135
|
-
if (await tryExecuteWechatIdeCliCommandByHttp(argv, projectPath)) return;
|
|
138
|
+
if (await tryExecuteWechatIdeCliCommandByHttp(argv, projectPath, engineBuildFallbackToCli)) return;
|
|
136
139
|
} catch (error) {
|
|
137
|
-
if (httpMode === "require") throw error;
|
|
140
|
+
if (httpMode === "require" || isWechatIdeEngineBuildEndpointMissingError(error)) throw error;
|
|
138
141
|
}
|
|
139
142
|
try {
|
|
140
143
|
if (await tryExecuteWechatIdeCliCommandByAutomator(argv, projectPath)) return;
|
|
@@ -360,15 +363,20 @@ async function stabilizeOpenedWechatIdeProject(projectPath, servicePortEnabled)
|
|
|
360
363
|
onNonLoginError: (error) => logger_default.error(error),
|
|
361
364
|
projectPath
|
|
362
365
|
});
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
366
|
+
try {
|
|
367
|
+
await executeWechatIdeCliCommand([
|
|
368
|
+
"engine",
|
|
369
|
+
"build",
|
|
370
|
+
projectPath
|
|
371
|
+
], {
|
|
372
|
+
httpMode: "prefer",
|
|
373
|
+
onNonLoginError: (error) => logger_default.error(error),
|
|
374
|
+
projectPath
|
|
375
|
+
});
|
|
376
|
+
} catch (error) {
|
|
377
|
+
if (!isWechatIdeEngineBuildEndpointMissingError(error)) throw error;
|
|
378
|
+
logger_default.warn("当前微信开发者工具不支持自动 engine build 刷新,已跳过该步骤;如模拟器显示旧状态,可在开发者工具内手动编译。");
|
|
379
|
+
}
|
|
372
380
|
try {
|
|
373
381
|
await executeWechatIdeCliCommand(["compile"], {
|
|
374
382
|
automatorMode: "require",
|
|
@@ -3708,7 +3716,7 @@ function resolveRunnableHotkeyDefinition(input) {
|
|
|
3708
3716
|
}
|
|
3709
3717
|
//#endregion
|
|
3710
3718
|
//#region package.json
|
|
3711
|
-
var version = "6.16.
|
|
3719
|
+
var version = "6.16.34";
|
|
3712
3720
|
//#endregion
|
|
3713
3721
|
//#region src/cli/devHotkeys/format.ts
|
|
3714
3722
|
const FULLWIDTH_ASCII_START = 65281;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as applyWeappViteHostMeta } from "./pluginHost--CaeyWpA.mjs";
|
|
2
2
|
import { n as configureLogger, r as logger_default } from "./logger-mt4mSTqV.mjs";
|
|
3
|
-
import { _ as jsExtensions, a as findJsonEntry, b as vueExtensions, c as isJsOrTs, d as touch, g as configExtensions, i as findJsEntry, l as isTemplate, n as changeFileExtension, o as findTemplateEntry, p as inlineAutoRoutesImports, r as findCssEntry, s as findVueEntry, t as extractConfigFromVue, v as supportedCssLangs, y as templateExtensions } from "./file-
|
|
3
|
+
import { _ as jsExtensions, a as findJsonEntry, b as vueExtensions, c as isJsOrTs, d as touch, g as configExtensions, i as findJsEntry, l as isTemplate, n as changeFileExtension, o as findTemplateEntry, p as inlineAutoRoutesImports, r as findCssEntry, s as findVueEntry, t as extractConfigFromVue, v as supportedCssLangs, y as templateExtensions } from "./file-DuKnIngQ.mjs";
|
|
4
4
|
import { createRequire, isBuiltin } from "node:module";
|
|
5
5
|
import path, { posix } from "pathe";
|
|
6
6
|
import path$1, { normalize, relative, win32 } from "node:path";
|
|
@@ -11499,7 +11499,8 @@ function createBuildService(ctx) {
|
|
|
11499
11499
|
logger_default.info("检测到 Vite 配置变更,正在重启小程序开发构建...");
|
|
11500
11500
|
resetRuntimeStateForConfigRestart();
|
|
11501
11501
|
await configService.load(configService.loadOptions);
|
|
11502
|
-
await scanService.loadAppEntry()
|
|
11502
|
+
await scanService.loadAppEntry();
|
|
11503
|
+
scanService.loadSubPackages();
|
|
11503
11504
|
logger_default.success("Vite 配置已重新加载,小程序开发构建已重启。");
|
|
11504
11505
|
await runDev(target);
|
|
11505
11506
|
}
|
|
@@ -21640,6 +21641,9 @@ function isWevuMinifyEnabled(config, isDev = false) {
|
|
|
21640
21641
|
}
|
|
21641
21642
|
//#endregion
|
|
21642
21643
|
//#region src/plugins/vue/transform/compileOptions.ts
|
|
21644
|
+
function hasVueExtension(id) {
|
|
21645
|
+
return Boolean(id?.endsWith(".vue"));
|
|
21646
|
+
}
|
|
21643
21647
|
function getCompileVueFileOptionsCacheKey(vuePath, isPage, isApp) {
|
|
21644
21648
|
return `${vuePath}::${isPage ? "page" : "component"}::${isApp ? "app" : "entry"}`;
|
|
21645
21649
|
}
|
|
@@ -21696,19 +21700,47 @@ function buildCompileVueFileOptions(ctx, pluginCtx, vuePath, isPage, isApp, conf
|
|
|
21696
21700
|
const wevuDefaults = resolveWevuDefaultsWithPreset(configService.weappViteConfig);
|
|
21697
21701
|
const wevuMinify = isWevuMinifyEnabled(configService.weappViteConfig, configService.isDev);
|
|
21698
21702
|
const jsonKind = isApp ? "app" : isPage ? "page" : "component";
|
|
21703
|
+
async function resolvePotentialVueSfcEntryId(candidate) {
|
|
21704
|
+
const trimmed = candidate?.trim();
|
|
21705
|
+
if (!trimmed) return;
|
|
21706
|
+
const entryResolveOptions = createCachedEntryResolveOptions(configService, { kind: "default" });
|
|
21707
|
+
const localCandidate = path.isAbsolute(trimmed) ? trimmed : trimmed.startsWith(".") ? path.resolve(path.dirname(vuePath), trimmed) : !trimmed.includes(":") && !trimmed.startsWith("@") ? path.resolve(configService.absoluteSrcRoot, trimmed) : void 0;
|
|
21708
|
+
if (localCandidate) {
|
|
21709
|
+
const normalized = normalizeFsResolvedId(localCandidate);
|
|
21710
|
+
if (hasVueExtension(normalized)) return normalized;
|
|
21711
|
+
const resolvedEntry = !normalized || isSkippableResolvedId(normalized) ? void 0 : await resolveEntryPath(normalized, entryResolveOptions);
|
|
21712
|
+
if (hasVueExtension(resolvedEntry)) return resolvedEntry;
|
|
21713
|
+
}
|
|
21714
|
+
const resolveCandidates = path.extname(trimmed) ? [trimmed] : [
|
|
21715
|
+
trimmed,
|
|
21716
|
+
`${trimmed}.vue`,
|
|
21717
|
+
`${trimmed}/index.vue`
|
|
21718
|
+
];
|
|
21719
|
+
for (const resolveCandidate of resolveCandidates) {
|
|
21720
|
+
const resolved = await pluginCtx.resolve?.(resolveCandidate, vuePath);
|
|
21721
|
+
const normalized = resolved?.id ? normalizeFsResolvedId(resolved.id) : void 0;
|
|
21722
|
+
if (!normalized || isSkippableResolvedId(normalized)) continue;
|
|
21723
|
+
if (hasVueExtension(normalized)) return normalized;
|
|
21724
|
+
if (path.isAbsolute(normalized)) {
|
|
21725
|
+
const resolvedEntry = await resolveEntryPath(normalized, entryResolveOptions);
|
|
21726
|
+
if (hasVueExtension(resolvedEntry)) return resolvedEntry;
|
|
21727
|
+
}
|
|
21728
|
+
}
|
|
21729
|
+
}
|
|
21699
21730
|
async function resolveAutoImportComponentSourceType(match) {
|
|
21700
21731
|
if (match.kind === "local") {
|
|
21701
21732
|
const resolvedId = match.entry.templatePath;
|
|
21702
21733
|
return {
|
|
21703
21734
|
resolvedId,
|
|
21704
|
-
sourceType: resolvedId
|
|
21735
|
+
sourceType: hasVueExtension(resolvedId) ? "wevu-sfc" : "native"
|
|
21705
21736
|
};
|
|
21706
21737
|
}
|
|
21707
21738
|
const explicitSourceType = match.value.sourceType;
|
|
21708
21739
|
const explicitResolvedId = match.value.resolvedId;
|
|
21709
|
-
|
|
21710
|
-
|
|
21711
|
-
|
|
21740
|
+
const resolvedExplicitVueId = await resolvePotentialVueSfcEntryId(explicitResolvedId);
|
|
21741
|
+
if (explicitSourceType || resolvedExplicitVueId || hasVueExtension(explicitResolvedId) || hasVueExtension(match.value.from)) return {
|
|
21742
|
+
resolvedId: resolvedExplicitVueId ?? explicitResolvedId,
|
|
21743
|
+
sourceType: explicitSourceType ?? (resolvedExplicitVueId || hasVueExtension(explicitResolvedId) || hasVueExtension(match.value.from) ? "wevu-sfc" : "native")
|
|
21712
21744
|
};
|
|
21713
21745
|
let localSourceBase;
|
|
21714
21746
|
if (match.value.from.startsWith("/")) localSourceBase = path.join(configService.absoluteSrcRoot, match.value.from.slice(1));
|
|
@@ -21720,7 +21752,7 @@ function buildCompileVueFileOptions(ctx, pluginCtx, vuePath, isPage, isApp, conf
|
|
|
21720
21752
|
const resolvedId = await resolveEntryPath(localSourceBase, createCachedEntryResolveOptions(configService, { kind: "default" }));
|
|
21721
21753
|
return {
|
|
21722
21754
|
resolvedId,
|
|
21723
|
-
sourceType: resolvedId
|
|
21755
|
+
sourceType: hasVueExtension(resolvedId) ? "wevu-sfc" : "native"
|
|
21724
21756
|
};
|
|
21725
21757
|
}
|
|
21726
21758
|
return {
|
|
@@ -24701,7 +24733,7 @@ async function loadAppEntry(ctx, scanState) {
|
|
|
24701
24733
|
const vueAppPath = await findVueEntry(appBasename);
|
|
24702
24734
|
let configFromVue;
|
|
24703
24735
|
if (!appConfigFile && vueAppPath) {
|
|
24704
|
-
const { extractConfigFromVue } = await import("./file-
|
|
24736
|
+
const { extractConfigFromVue } = await import("./file-B0xt4gdk.mjs");
|
|
24705
24737
|
configFromVue = await extractConfigFromVue(vueAppPath);
|
|
24706
24738
|
if (configFromVue) appConfigFile = vueAppPath;
|
|
24707
24739
|
}
|
|
@@ -24754,7 +24786,7 @@ async function loadAppEntry(ctx, scanState) {
|
|
|
24754
24786
|
}
|
|
24755
24787
|
throw new Error("`app.json` 解析失败,请确保 `app.json` 文件格式正确");
|
|
24756
24788
|
}
|
|
24757
|
-
throw new Error(`在 ${appDirname} 目录下没有找到 \`app.json\` 或 \`app.vue\`,请确保你初始化了小程序项目,或者在 \`vite.config.ts\` / \`weapp-vite.config.ts\` 中设置正确的 \`weapp.srcRoot\` 配置路径`);
|
|
24789
|
+
throw new Error(`在 ${appDirname} 目录下没有找到 \`app.json\`、\`app.json.ts\` 或 \`app.vue\`,请确保你初始化了小程序项目,或者在 \`vite.config.ts\` / \`weapp-vite.config.ts\` 中设置正确的 \`weapp.srcRoot\` 配置路径`);
|
|
24758
24790
|
}
|
|
24759
24791
|
//#endregion
|
|
24760
24792
|
//#region src/runtime/scanPlugin/styleEntries/config.ts
|
|
@@ -25071,7 +25103,7 @@ function loadSubPackages(ctx) {
|
|
|
25071
25103
|
scanState.isDirty = false;
|
|
25072
25104
|
} else for (const meta of subPackageMap.values()) meta.entries = resolveSubPackageEntries(meta.subPackage);
|
|
25073
25105
|
if (scanState.appEntry) return [...subPackageMap.values()];
|
|
25074
|
-
throw new Error(`在 ${configService.absoluteSrcRoot} 目录下没有找到 \`app.json
|
|
25106
|
+
throw new Error(`在 ${configService.absoluteSrcRoot} 目录下没有找到 \`app.json\`、\`app.json.ts\` 或 \`app.vue\`,请确保你初始化了小程序项目,或者在 \`vite.config.ts\` / \`weapp-vite.config.ts\` 中设置正确的 \`weapp.srcRoot\` 配置路径`);
|
|
25075
25107
|
}
|
|
25076
25108
|
//#endregion
|
|
25077
25109
|
//#region src/runtime/scanPlugin/service/index.ts
|
|
@@ -84,7 +84,7 @@ function resolveAutoRoutesMacroImportPath() {
|
|
|
84
84
|
}
|
|
85
85
|
async function resolveAutoRoutesInlineSnapshot() {
|
|
86
86
|
try {
|
|
87
|
-
const { getCompilerContext } = await import("./getInstance-
|
|
87
|
+
const { getCompilerContext } = await import("./getInstance-BGkP2tgX.mjs");
|
|
88
88
|
const compilerContext = getCompilerContext();
|
|
89
89
|
const service = compilerContext.autoRoutesService;
|
|
90
90
|
const reference = service?.getReference?.();
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as defineThemeJson, i as defineSitemapJson, n as defineComponentJson, r as definePageJson, t as defineAppJson } from "./json-BL8Dhhk6.mjs";
|
|
2
2
|
import { a as resolveWeappViteHostMeta, i as isWeappViteHost, n as applyWeappViteHostMeta, r as createWeappViteHostMeta, t as WEAPP_VITE_HOST_NAME } from "./pluginHost--CaeyWpA.mjs";
|
|
3
3
|
import { t as defineConfig } from "./config-DRGcCi3h.mjs";
|
|
4
|
-
import { c as WEB_PLATFORM_ALIASES, d as isWebPlatform, f as resolveWeappViteTarget, l as getSupportedWeappVitePlatforms, t as createCompilerContext, u as getSupportedWeappViteTargetDescriptors } from "./createContext-
|
|
4
|
+
import { c as WEB_PLATFORM_ALIASES, d as isWebPlatform, f as resolveWeappViteTarget, l as getSupportedWeappVitePlatforms, t as createCompilerContext, u as getSupportedWeappViteTargetDescriptors } from "./createContext-BZRrqhni.mjs";
|
|
5
5
|
import { i as createWevuComponent, n as defineProps, r as setPageLayout, t as defineEmits } from "./runtime-C3z9pDQB.mjs";
|
|
6
6
|
export { WEAPP_VITE_HOST_NAME, WEB_PLATFORM_ALIASES, applyWeappViteHostMeta, createCompilerContext, createWeappViteHostMeta, createWevuComponent, defineAppJson, defineComponentJson, defineConfig, defineEmits, definePageJson, defineProps, defineSitemapJson, defineThemeJson, getSupportedWeappVitePlatforms, getSupportedWeappViteTargetDescriptors, isWeappViteHost, isWebPlatform, resolveWeappViteHostMeta, resolveWeappViteTarget, setPageLayout };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.16.
|
|
4
|
+
"version": "6.16.34",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@weapp-core/logger": "3.1.1",
|
|
123
123
|
"@weapp-core/schematics": "6.0.4",
|
|
124
124
|
"@weapp-core/shared": "3.0.4",
|
|
125
|
-
"@weapp-vite/ast": "6.16.
|
|
125
|
+
"@weapp-vite/ast": "6.16.34",
|
|
126
126
|
"@weapp-vite/mcp": "1.3.6",
|
|
127
127
|
"@weapp-vite/miniprogram-automator": "1.1.3",
|
|
128
128
|
"@weapp-vite/volar": "2.1.0",
|
|
@@ -131,15 +131,15 @@
|
|
|
131
131
|
"@wevu/web-apis": "1.2.19",
|
|
132
132
|
"rolldown-require": "2.0.18",
|
|
133
133
|
"vite-plugin-performance": "2.0.1",
|
|
134
|
-
"weapp-ide-cli": "5.3.
|
|
135
|
-
"wevu": "6.16.
|
|
134
|
+
"weapp-ide-cli": "5.3.3",
|
|
135
|
+
"wevu": "6.16.34"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public",
|
|
139
139
|
"registry": "https://registry.npmjs.org"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"oxc-parser": "^0.
|
|
142
|
+
"oxc-parser": "^0.134.0",
|
|
143
143
|
"oxc-walker": "^1.0.0",
|
|
144
144
|
"tailwindcss": "^4.3.0",
|
|
145
145
|
"ts-morph": "^28.0.0"
|
package/dist/file-CAsLsVdT.mjs
DELETED