weapp-vite 6.7.3 → 6.7.5

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.
Files changed (34) hide show
  1. package/README.md +1 -0
  2. package/dist/auto-import-components/resolvers.mjs +1 -1
  3. package/dist/auto-routes.d.ts +10 -2
  4. package/dist/auto-routes.mjs +41 -7
  5. package/dist/{chunk-LVU2OZUF.mjs → chunk-6YAZCQOZ.mjs} +2 -2
  6. package/dist/chunk-BGBLJUWD.mjs +41 -0
  7. package/dist/{chunk-IWKOTXCO.mjs → chunk-KV5GZOAZ.mjs} +1 -1
  8. package/dist/{chunk-2Q4QRCG5.mjs → chunk-O2IN5LBB.mjs} +1 -1
  9. package/dist/{chunk-QBSVUTNO.mjs → chunk-QD76G22N.mjs} +2 -2
  10. package/dist/{chunk-O2O4C4LW.mjs → chunk-RJ6CSAFO.mjs} +1771 -690
  11. package/dist/{chunk-BEN5LCG4.mjs → chunk-T6RSV6FP.mjs} +2 -2
  12. package/dist/{chunk-XEK4R57H.mjs → chunk-W3UG2WZQ.mjs} +1 -1
  13. package/dist/{chunk-3STNMT72.mjs → chunk-XIEFUUA5.mjs} +1 -1
  14. package/dist/{chunk-O4WHKAL4.mjs → chunk-XQYQD5CM.mjs} +1 -1
  15. package/dist/{chunk-S2D6SRQW.mjs → chunk-Z53O6PMZ.mjs} +2 -2
  16. package/dist/cli.mjs +275 -243
  17. package/dist/{config-D2DJI97q.d.ts → config-BngmcXkt.d.ts} +65 -3
  18. package/dist/config.d.ts +2 -2
  19. package/dist/config.mjs +16 -4
  20. package/dist/{file-5JL4CYT6.mjs → file-VKNW65BI.mjs} +2 -2
  21. package/dist/{getInstance-KJI2GBVQ.mjs → getInstance-XOXPBWVW.mjs} +5 -4
  22. package/dist/index.d.ts +3 -3
  23. package/dist/index.mjs +22 -10
  24. package/dist/json.d.ts +2 -2
  25. package/dist/json.mjs +2 -2
  26. package/dist/mcp.d.ts +2 -2
  27. package/dist/mcp.mjs +3 -3
  28. package/dist/{routes-C9hKJjXs.d.ts → routes-74eLuiqj.d.ts} +1 -0
  29. package/dist/runtime.mjs +2 -2
  30. package/dist/types.d.ts +2 -2
  31. package/dist/types.mjs +2 -2
  32. package/dist/volar.mjs +1 -1
  33. package/modules/analyze-dashboard/assets/vue.js +1 -1
  34. package/package.json +14 -13
@@ -2,10 +2,10 @@ import {
2
2
  getCompilerContext,
3
3
  resetCompilerContext,
4
4
  setActiveCompilerContextKey
5
- } from "./chunk-O2O4C4LW.mjs";
5
+ } from "./chunk-RJ6CSAFO.mjs";
6
6
  import {
7
7
  init_esm_shims
8
- } from "./chunk-QBSVUTNO.mjs";
8
+ } from "./chunk-QD76G22N.mjs";
9
9
 
10
10
  // src/createContext.ts
11
11
  init_esm_shims();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-QBSVUTNO.mjs";
3
+ } from "./chunk-QD76G22N.mjs";
4
4
 
5
5
  // src/plugins/vue/runtime.ts
6
6
  init_esm_shims();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-QBSVUTNO.mjs";
3
+ } from "./chunk-QD76G22N.mjs";
4
4
 
5
5
  // src/logger.ts
6
6
  init_esm_shims();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-QBSVUTNO.mjs";
3
+ } from "./chunk-QD76G22N.mjs";
4
4
 
5
5
  // src/config.ts
6
6
  init_esm_shims();
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __toESM,
4
4
  init_esm_shims
5
- } from "./chunk-QBSVUTNO.mjs";
5
+ } from "./chunk-QD76G22N.mjs";
6
6
 
7
7
  // ../../node_modules/.pnpm/merge@2.1.1/node_modules/merge/lib/src/index.js
8
8
  var require_src = __commonJS({
@@ -145,7 +145,7 @@ function resolveAutoRoutesMacroImportPath() {
145
145
  }
146
146
  async function resolveAutoRoutesInlineSnapshot() {
147
147
  try {
148
- const { getCompilerContext } = await import("./getInstance-KJI2GBVQ.mjs");
148
+ const { getCompilerContext } = await import("./getInstance-XOXPBWVW.mjs");
149
149
  const service = getCompilerContext().autoRoutesService;
150
150
  await service?.ensureFresh?.();
151
151
  const reference = service?.getReference?.();