weapp-vite 6.16.7 → 6.16.8
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 +3 -3
- package/dist/{createContext-BEnghhM9.mjs → createContext-BLUytiY2.mjs} +45 -9
- package/dist/{file-CR2wVRDX.mjs → file-B6UGp073.mjs} +1 -1
- package/dist/file-Dhy30jgW.mjs +2 -0
- package/dist/getInstance-CJR0kbLn.mjs +2 -0
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
- package/dist/file-DcukQfQc.mjs +0 -2
- package/dist/getInstance-BAXgOqBQ.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-BLUytiY2.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 getDefaultIdeProjectRoot, S as createCjsConfigLoadError, T as isPathInside, _ as resolveWeappConfigFile, b as loadViteConfigFile, 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 checkRuntime, w as shouldPassPlatformArgToIdeOpen, x as parseCommentJson, y as getProjectConfigFileName } from "./createContext-
|
|
1
|
+
import { C as getDefaultIdeProjectRoot, S as createCjsConfigLoadError, T as isPathInside, _ as resolveWeappConfigFile, b as loadViteConfigFile, 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 checkRuntime, w as shouldPassPlatformArgToIdeOpen, x as parseCommentJson, y as getProjectConfigFileName } from "./createContext-BLUytiY2.mjs";
|
|
2
2
|
import { r as logger_default, t as colors } from "./logger-CgxdNjvb.mjs";
|
|
3
|
-
import { h as VERSION } from "./file-
|
|
3
|
+
import { h as VERSION } from "./file-B6UGp073.mjs";
|
|
4
4
|
import { o as resolveWeappMcpConfig, s as startWeappViteMcpServer } from "./mcp-DV3K2AVD.mjs";
|
|
5
5
|
import { createRequire } from "node:module";
|
|
6
6
|
import path, { posix } from "pathe";
|
|
@@ -3704,7 +3704,7 @@ function resolveRunnableHotkeyDefinition(input) {
|
|
|
3704
3704
|
}
|
|
3705
3705
|
//#endregion
|
|
3706
3706
|
//#region package.json
|
|
3707
|
-
var version = "6.16.
|
|
3707
|
+
var version = "6.16.8";
|
|
3708
3708
|
//#endregion
|
|
3709
3709
|
//#region src/cli/devHotkeys/format.ts
|
|
3710
3710
|
const FULLWIDTH_ASCII_START = 65281;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as applyWeappViteHostMeta } from "./pluginHost-BEnGeaSo.mjs";
|
|
2
2
|
import { n as configureLogger, r as logger_default } from "./logger-CgxdNjvb.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-B6UGp073.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";
|
|
@@ -34,7 +34,7 @@ import { getPackageInfo, getPackageInfoSync, resolveModule } from "local-pkg";
|
|
|
34
34
|
import { spawn } from "node:child_process";
|
|
35
35
|
import * as t from "@weapp-vite/ast/babelTypes";
|
|
36
36
|
import { objectHash } from "@weapp-core/shared/node";
|
|
37
|
-
import { APP_PRELUDE_CHUNK_MARKER, APP_PRELUDE_GUARD_KEY, APP_PRELUDE_REQUIRE_MARKER, REQUEST_GLOBAL_ACTUALS_KEY, REQUEST_GLOBAL_BUNDLE_HOST_REF, REQUEST_GLOBAL_BUNDLE_MARKER, REQUEST_GLOBAL_CHUNK_HOST_REF, REQUEST_GLOBAL_CHUNK_MODULE_REF, REQUEST_GLOBAL_EXPOSE_HELPER, REQUEST_GLOBAL_INSTALLER_HOST_REF, REQUEST_GLOBAL_LAZY_CONSTRUCTOR_HELPER, REQUEST_GLOBAL_LAZY_FUNCTION_HELPER, REQUEST_GLOBAL_LOCAL_BINDINGS_MARKER, REQUEST_GLOBAL_MARK_PLACEHOLDER_HELPER, REQUEST_GLOBAL_PASSIVE_BINDINGS_MARKER, REQUEST_GLOBAL_PASSIVE_BINDINGS_MARKER as REQUEST_GLOBAL_PASSIVE_BINDINGS_MARKER$1, REQUEST_GLOBAL_PLACEHOLDER_KEY, REQUEST_GLOBAL_PRELUDE_GUARD_KEY, REQUEST_GLOBAL_PRELUDE_MARKER, REQUEST_GLOBAL_SYNTHETIC_EXPORT_NAME, REQUEST_GLOBAL_USABLE_CONSTRUCTOR_HELPER, WEAPP_VITE_IMPORT_META_ENV_KEY, WEAPP_VITE_INJECTED_API_IDENTIFIER, WEVU_EXPRESSION_ERROR_IDENTIFIER, WEVU_INTERNAL_KEY_IDENTIFIER, WEVU_LAYOUT_BIND_PREFIX, WEVU_PAGE_LAYOUT_CURRENT_NAME_IDENTIFIER, WEVU_PAGE_LAYOUT_CURRENT_PROPS_IDENTIFIER, WEVU_PAGE_LAYOUT_NAME_KEY, WEVU_PAGE_LAYOUT_NEXT_NAME_IDENTIFIER, WEVU_PAGE_LAYOUT_NEXT_PROPS_IDENTIFIER, WEVU_PAGE_LAYOUT_NONE, WEVU_PAGE_LAYOUT_PROPS_KEY, WEVU_PAGE_LAYOUT_SETTER_KEY, WEVU_SCOPED_SLOT_CREATOR_KEY } from "@weapp-core/constants";
|
|
37
|
+
import { APP_PRELUDE_CHUNK_MARKER, APP_PRELUDE_GUARD_KEY, APP_PRELUDE_REQUIRE_MARKER, REQUEST_GLOBAL_ACTUALS_KEY, REQUEST_GLOBAL_BUNDLE_HOST_REF, REQUEST_GLOBAL_BUNDLE_MARKER, REQUEST_GLOBAL_CHUNK_HOST_REF, REQUEST_GLOBAL_CHUNK_MODULE_REF, REQUEST_GLOBAL_EXPOSE_HELPER, REQUEST_GLOBAL_INSTALLER_HOST_REF, REQUEST_GLOBAL_LAZY_CONSTRUCTOR_HELPER, REQUEST_GLOBAL_LAZY_FUNCTION_HELPER, REQUEST_GLOBAL_LOCAL_BINDINGS_MARKER, REQUEST_GLOBAL_MARK_PLACEHOLDER_HELPER, REQUEST_GLOBAL_PASSIVE_BINDINGS_MARKER, REQUEST_GLOBAL_PASSIVE_BINDINGS_MARKER as REQUEST_GLOBAL_PASSIVE_BINDINGS_MARKER$1, REQUEST_GLOBAL_PLACEHOLDER_KEY, REQUEST_GLOBAL_PRELUDE_GUARD_KEY, REQUEST_GLOBAL_PRELUDE_MARKER, REQUEST_GLOBAL_SYNTHETIC_EXPORT_NAME, REQUEST_GLOBAL_USABLE_CONSTRUCTOR_HELPER, WEAPP_VITE_IMPORT_META_ENV_KEY, WEAPP_VITE_INJECTED_API_IDENTIFIER, WEVU_EXPRESSION_ERROR_IDENTIFIER, WEVU_GENERIC_SLOT_OWNER_ID_ATTR, WEVU_GENERIC_SLOT_OWNER_PROPS_ATTR, WEVU_GENERIC_SLOT_PROPS_ATTR, WEVU_GENERIC_SLOT_PROPS_DATA_ATTR, WEVU_GENERIC_SLOT_SCOPE_ATTR, WEVU_INTERNAL_KEY_IDENTIFIER, WEVU_LAYOUT_BIND_PREFIX, WEVU_PAGE_LAYOUT_CURRENT_NAME_IDENTIFIER, WEVU_PAGE_LAYOUT_CURRENT_PROPS_IDENTIFIER, WEVU_PAGE_LAYOUT_NAME_KEY, WEVU_PAGE_LAYOUT_NEXT_NAME_IDENTIFIER, WEVU_PAGE_LAYOUT_NEXT_PROPS_IDENTIFIER, WEVU_PAGE_LAYOUT_NONE, WEVU_PAGE_LAYOUT_PROPS_KEY, WEVU_PAGE_LAYOUT_SETTER_KEY, WEVU_SCOPED_SLOT_CREATOR_KEY } from "@weapp-core/constants";
|
|
38
38
|
import { Buffer } from "node:buffer";
|
|
39
39
|
import { detect } from "package-manager-detector/detect";
|
|
40
40
|
import tsconfigPaths from "vite-tsconfig-paths";
|
|
@@ -19205,8 +19205,8 @@ function buildScopedSlotComponentModule(options) {
|
|
|
19205
19205
|
const lines = [
|
|
19206
19206
|
`import { ${computedCode ? `${WE_VU_RUNTIME_APIS.createWevuScopedSlotComponent} as _createWevuScopedSlotComponent, normalizeClass as __wevuNormalizeClass, normalizeStyle as __wevuNormalizeStyle, unref as __wevuUnref` : `${WE_VU_RUNTIME_APIS.createWevuScopedSlotComponent} as _createWevuScopedSlotComponent`} } from '${WE_VU_MODULE_ID}';`,
|
|
19207
19207
|
"const globalObject = typeof globalThis !== 'undefined' ? globalThis : undefined;",
|
|
19208
|
-
`const createWevuScopedSlotComponent =
|
|
19209
|
-
|
|
19208
|
+
`const createWevuScopedSlotComponent = _createWevuScopedSlotComponent`,
|
|
19209
|
+
` ?? globalObject?.${WEVU_SCOPED_SLOT_CREATOR_KEY};`
|
|
19210
19210
|
];
|
|
19211
19211
|
if (computedCode) lines.push(`const __wevuComputed = ${computedCode};`);
|
|
19212
19212
|
if (inlineMapCode) lines.push(`const __wevuInlineMap = ${inlineMapCode};`);
|
|
@@ -19588,6 +19588,18 @@ function scanWxml(wxml, options) {
|
|
|
19588
19588
|
const LEADING_DOT_SLASH_RE$1 = /^\.\//;
|
|
19589
19589
|
const SCOPED_SLOT_GENERIC_KEY_RE = /^scoped-slots-/;
|
|
19590
19590
|
const WEAPP_SCOPED_SLOT_GENERIC_PLACEHOLDER_TEMPLATE = "<view wx:if=\"{{false}}\" />";
|
|
19591
|
+
const WEAPP_SCOPED_SLOT_GENERIC_PLACEHOLDER_SCRIPT = `Component({
|
|
19592
|
+
properties: {
|
|
19593
|
+
${[
|
|
19594
|
+
[WEVU_GENERIC_SLOT_OWNER_ID_ATTR, `{ type: String, value: '' }`],
|
|
19595
|
+
[WEVU_GENERIC_SLOT_PROPS_ATTR, "{ type: null, value: null }"],
|
|
19596
|
+
[WEVU_GENERIC_SLOT_PROPS_DATA_ATTR, "{ type: null, value: null }"],
|
|
19597
|
+
[WEVU_GENERIC_SLOT_OWNER_PROPS_ATTR, "{ type: null, value: null }"],
|
|
19598
|
+
[WEVU_GENERIC_SLOT_SCOPE_ATTR, "{ type: null, value: null }"]
|
|
19599
|
+
].map(([name, value]) => ` ${name}: ${value},`).join("\n")}
|
|
19600
|
+
},
|
|
19601
|
+
})
|
|
19602
|
+
`;
|
|
19591
19603
|
function resolveVueBundlePlatformOptions(options) {
|
|
19592
19604
|
return {
|
|
19593
19605
|
normalizeUsingComponents: resolveVueTransformJsonPlatformOptions({
|
|
@@ -19686,6 +19698,22 @@ function resolveAlipayGenericPlaceholderBase(relativeBase) {
|
|
|
19686
19698
|
function resolveWeappScopedSlotGenericPlaceholderBase(relativeBase) {
|
|
19687
19699
|
return resolveGenericPlaceholderBase(relativeBase, WEAPP_SCOPED_SLOT_GENERIC_COMPONENT_PLACEHOLDER);
|
|
19688
19700
|
}
|
|
19701
|
+
function emitGenericPlaceholderScriptAsset(ctx, bundle, placeholderBase, scriptExtension, source) {
|
|
19702
|
+
const fileName = resolveScriptlessComponentFileName(placeholderBase, scriptExtension);
|
|
19703
|
+
const existing = bundle[fileName];
|
|
19704
|
+
if (existing) {
|
|
19705
|
+
if (existing.type === "asset") {
|
|
19706
|
+
if ((existing.source?.toString?.() ?? "") !== source) existing.source = source;
|
|
19707
|
+
}
|
|
19708
|
+
return fileName;
|
|
19709
|
+
}
|
|
19710
|
+
ctx.emitFile({
|
|
19711
|
+
type: "asset",
|
|
19712
|
+
fileName,
|
|
19713
|
+
source
|
|
19714
|
+
});
|
|
19715
|
+
return fileName;
|
|
19716
|
+
}
|
|
19689
19717
|
function emitAlipayGenericPlaceholderAssetsByBase(ctx, bundle, placeholderBase, outputExtensions, options) {
|
|
19690
19718
|
const templateExtension = outputExtensions?.wxml ?? "wxml";
|
|
19691
19719
|
const jsonExtension = outputExtensions?.json ?? "json";
|
|
@@ -19695,7 +19723,8 @@ function emitAlipayGenericPlaceholderAssetsByBase(ctx, bundle, placeholderBase,
|
|
|
19695
19723
|
extension: jsonExtension,
|
|
19696
19724
|
kind: "component"
|
|
19697
19725
|
});
|
|
19698
|
-
|
|
19726
|
+
if (options?.scriptSource) emitGenericPlaceholderScriptAsset(ctx, bundle, placeholderBase, scriptExtension, options.scriptSource);
|
|
19727
|
+
else ensureScriptlessComponentAsset(ctx, bundle, placeholderBase, scriptExtension);
|
|
19699
19728
|
}
|
|
19700
19729
|
function shouldEmitAlipayGenericPlaceholder(configSource) {
|
|
19701
19730
|
if (!configSource) return false;
|
|
@@ -19747,6 +19776,7 @@ function emitAlipayGenericPlaceholderAssets(ctx, bundle, relativeBase, configSou
|
|
|
19747
19776
|
component: true,
|
|
19748
19777
|
options: { virtualHost: true }
|
|
19749
19778
|
},
|
|
19779
|
+
scriptSource: WEAPP_SCOPED_SLOT_GENERIC_PLACEHOLDER_SCRIPT,
|
|
19750
19780
|
templateSource: WEAPP_SCOPED_SLOT_GENERIC_PLACEHOLDER_TEMPLATE
|
|
19751
19781
|
} : void 0);
|
|
19752
19782
|
}
|
|
@@ -19776,6 +19806,7 @@ function emitPlatformConfigSideEffects(bundle, options) {
|
|
|
19776
19806
|
component: true,
|
|
19777
19807
|
options: { virtualHost: true }
|
|
19778
19808
|
},
|
|
19809
|
+
scriptSource: WEAPP_SCOPED_SLOT_GENERIC_PLACEHOLDER_SCRIPT,
|
|
19779
19810
|
templateSource: WEAPP_SCOPED_SLOT_GENERIC_PLACEHOLDER_TEMPLATE
|
|
19780
19811
|
} : void 0);
|
|
19781
19812
|
return;
|
|
@@ -20367,7 +20398,9 @@ function injectPickIntoOptionsObject(optionsObject, keys) {
|
|
|
20367
20398
|
* 从编译后的 WXML 模板提取渲染相关的顶层 key。
|
|
20368
20399
|
*/
|
|
20369
20400
|
function collectSetDataPickKeysFromTemplate(template, options) {
|
|
20370
|
-
|
|
20401
|
+
const keys = new Set(collectSetDataPickKeysFromTemplateCode(template, options));
|
|
20402
|
+
for (const key of options?.extraKeys ?? []) if (key) keys.add(key);
|
|
20403
|
+
return [...keys].sort((a, b) => a.localeCompare(b));
|
|
20371
20404
|
}
|
|
20372
20405
|
/**
|
|
20373
20406
|
* 在 wevu 组件脚本中注入 setData.pick。
|
|
@@ -20498,7 +20531,7 @@ async function finalizeCompiledVueLikeResult(options) {
|
|
|
20498
20531
|
if (injected.transformed) result.script = injected.code;
|
|
20499
20532
|
}
|
|
20500
20533
|
if (!isApp && result.script && result.template && isAutoSetDataPickEnabled(configService.weappViteConfig) && mayNeedInjectSetDataPickInJs(result.script)) {
|
|
20501
|
-
const keys = collectSetDataPickKeysFromTemplate(result.template);
|
|
20534
|
+
const keys = collectSetDataPickKeysFromTemplate(result.template, { extraKeys: result.scopedSlotComponents?.flatMap((slot) => slot.ownerKeys ?? []) });
|
|
20502
20535
|
const injectedPick = injectSetDataPickInJs(result.script, keys);
|
|
20503
20536
|
if (injectedPick.transformed) result.script = injectedPick.code;
|
|
20504
20537
|
}
|
|
@@ -21245,7 +21278,10 @@ async function finalizeTransformEntryScript(options) {
|
|
|
21245
21278
|
}
|
|
21246
21279
|
}
|
|
21247
21280
|
if (!isApp && result.script && result.template && isAutoSetDataPickEnabled(configService.weappViteConfig) && mayNeedTransformSetDataPick(result.template, { platform: configService.platform }) && mayNeedInjectSetDataPickInJs(result.script)) {
|
|
21248
|
-
const keys = collectSetDataPickKeysFromTemplate(result.template, {
|
|
21281
|
+
const keys = collectSetDataPickKeysFromTemplate(result.template, {
|
|
21282
|
+
astEngine: resolveAstEngine(configService.weappViteConfig),
|
|
21283
|
+
extraKeys: result.scopedSlotComponents?.flatMap((slot) => slot.ownerKeys ?? [])
|
|
21284
|
+
});
|
|
21249
21285
|
const injectedPick = injectSetDataPickInJs(result.script, keys);
|
|
21250
21286
|
if (injectedPick.transformed) {
|
|
21251
21287
|
result.script = injectedPick.code;
|
|
@@ -22921,7 +22957,7 @@ async function loadAppEntry(ctx, scanState) {
|
|
|
22921
22957
|
const vueAppPath = await findVueEntry(appBasename);
|
|
22922
22958
|
let configFromVue;
|
|
22923
22959
|
if (!appConfigFile && vueAppPath) {
|
|
22924
|
-
const { extractConfigFromVue } = await import("./file-
|
|
22960
|
+
const { extractConfigFromVue } = await import("./file-Dhy30jgW.mjs");
|
|
22925
22961
|
configFromVue = await extractConfigFromVue(vueAppPath);
|
|
22926
22962
|
if (configFromVue) appConfigFile = vueAppPath;
|
|
22927
22963
|
}
|
|
@@ -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-CJR0kbLn.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-D0HkutE0.mjs";
|
|
2
2
|
import { a as resolveWeappViteHostMeta, i as isWeappViteHost, n as applyWeappViteHostMeta, r as createWeappViteHostMeta, t as WEAPP_VITE_HOST_NAME } from "./pluginHost-BEnGeaSo.mjs";
|
|
3
3
|
import { t as defineConfig } from "./config-DJjSbpNX.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-BLUytiY2.mjs";
|
|
5
5
|
import { i as createWevuComponent, n as defineProps, r as setPageLayout, t as defineEmits } from "./runtime-spnjzaP2.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.8",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -109,30 +109,30 @@
|
|
|
109
109
|
"pathe": "^2.0.3",
|
|
110
110
|
"picomatch": "^4.0.4",
|
|
111
111
|
"postcss": "^8.5.14",
|
|
112
|
-
"rolldown": "1.0.0
|
|
113
|
-
"rolldown-plugin-dts": "0.
|
|
114
|
-
"semver": "^7.
|
|
112
|
+
"rolldown": "1.0.0",
|
|
113
|
+
"rolldown-plugin-dts": "0.25.0",
|
|
114
|
+
"semver": "^7.8.0",
|
|
115
115
|
"typescript": "^6.0.3",
|
|
116
116
|
"vite": "8.0.11",
|
|
117
117
|
"vite-tsconfig-paths": "^6.1.1",
|
|
118
118
|
"vue": "^3.5.34",
|
|
119
119
|
"vue-tsc": "^3.2.8",
|
|
120
|
-
"@weapp-core/constants": "^0.1.
|
|
120
|
+
"@weapp-core/constants": "^0.1.5",
|
|
121
121
|
"@weapp-core/init": "6.0.8",
|
|
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.8",
|
|
126
126
|
"@weapp-vite/mcp": "1.3.2",
|
|
127
127
|
"@weapp-vite/miniprogram-automator": "1.1.0",
|
|
128
128
|
"@weapp-vite/volar": "2.1.0",
|
|
129
129
|
"@weapp-vite/web": "1.3.20",
|
|
130
130
|
"@wevu/api": "0.2.8",
|
|
131
131
|
"@wevu/web-apis": "1.2.12",
|
|
132
|
-
"rolldown-require": "2.0.15",
|
|
133
132
|
"vite-plugin-performance": "2.0.1",
|
|
133
|
+
"rolldown-require": "2.0.15",
|
|
134
134
|
"weapp-ide-cli": "5.2.9",
|
|
135
|
-
"wevu": "6.16.
|
|
135
|
+
"wevu": "6.16.8"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"oxc-parser": "^0.129.0",
|
|
143
|
-
"oxc-walker": "^0.
|
|
144
|
-
"tailwindcss": "^4.
|
|
143
|
+
"oxc-walker": "^1.0.0",
|
|
144
|
+
"tailwindcss": "^4.3.0",
|
|
145
145
|
"ts-morph": "^28.0.0"
|
|
146
146
|
},
|
|
147
147
|
"scripts": {
|
package/dist/file-DcukQfQc.mjs
DELETED