weapp-vite 5.7.0 → 5.7.2

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 (36) hide show
  1. package/dist/auto-import-components/resolvers.cjs +5 -5
  2. package/dist/auto-import-components/resolvers.mjs +1 -1
  3. package/dist/auto-routes.cjs +8 -8
  4. package/dist/auto-routes.mjs +4 -4
  5. package/dist/{chunk-GU7U5762.mjs → chunk-3WGK7INY.mjs} +2 -2
  6. package/dist/{chunk-VRKZFXIZ.cjs → chunk-AUQJOLJS.cjs} +6 -6
  7. package/dist/{chunk-ZMX6CFVX.mjs → chunk-ED4S52HS.mjs} +1 -1
  8. package/dist/{chunk-AKJEW44F.mjs → chunk-FSDX3XLK.mjs} +454 -57
  9. package/dist/{chunk-FUJ4D6IR.cjs → chunk-HKSOVHNE.cjs} +799 -402
  10. package/dist/{chunk-MQBCRXCD.cjs → chunk-JKNSNXOE.cjs} +2 -2
  11. package/dist/chunk-O3YXI56P.cjs +6 -0
  12. package/dist/{chunk-A5DD7GKX.cjs → chunk-QKFYCWOC.cjs} +2 -2
  13. package/dist/{chunk-N463WDOG.mjs → chunk-RJVVY5EI.mjs} +1 -1
  14. package/dist/{chunk-G6EZVEVT.cjs → chunk-RMHCFT5Q.cjs} +2 -2
  15. package/dist/{chunk-2SUWUB42.mjs → chunk-SSYIWHY2.mjs} +1 -1
  16. package/dist/{chunk-SSQGJIB5.mjs → chunk-TZWATIK3.mjs} +2 -2
  17. package/dist/cli.cjs +298 -91
  18. package/dist/cli.mjs +228 -22
  19. package/dist/config.cjs +4 -4
  20. package/dist/config.mjs +3 -3
  21. package/dist/index.cjs +8 -8
  22. package/dist/index.mjs +6 -6
  23. package/dist/json.cjs +3 -3
  24. package/dist/json.mjs +2 -2
  25. package/dist/types.cjs +9 -9
  26. package/dist/types.mjs +2 -2
  27. package/dist/volar.cjs +2 -2
  28. package/dist/volar.mjs +1 -1
  29. package/modules/analyze-dashboard/assets/echarts.js +17 -0
  30. package/modules/analyze-dashboard/assets/index.css +2 -0
  31. package/modules/analyze-dashboard/assets/index.js +1 -0
  32. package/modules/analyze-dashboard/assets/rolldown-runtime.js +1 -0
  33. package/modules/analyze-dashboard/assets/vue.js +6 -0
  34. package/modules/analyze-dashboard/index.html +13 -0
  35. package/package.json +12 -5
  36. package/dist/chunk-FOWFAOSV.cjs +0 -6
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkA5DD7GKXcjs = require('./chunk-A5DD7GKX.cjs');
3
+ var _chunkQKFYCWOCcjs = require('./chunk-QKFYCWOC.cjs');
4
4
 
5
5
  // src/config.ts
6
- _chunkA5DD7GKXcjs.init_cjs_shims.call(void 0, );
6
+ _chunkQKFYCWOCcjs.init_cjs_shims.call(void 0, );
7
7
  function defineConfig(config) {
8
8
  return config;
9
9
  }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ var _chunkQKFYCWOCcjs = require('./chunk-QKFYCWOC.cjs');
4
+
5
+ // src/types/external.ts
6
+ _chunkQKFYCWOCcjs.init_cjs_shims.call(void 0, );
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  mod
34
34
  ));
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.14.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/cjs_shims.js
37
37
  var getImportMetaUrl, importMetaUrl;
38
38
  var init_cjs_shims = __esm({
39
- "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.14.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/cjs_shims.js"() {
39
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/cjs_shims.js"() {
40
40
  "use strict";
41
41
  getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
42
42
  importMetaUrl = exports.importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-SSQGJIB5.mjs";
3
+ } from "./chunk-TZWATIK3.mjs";
4
4
 
5
5
  // src/config.ts
6
6
  init_esm_shims();
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkA5DD7GKXcjs = require('./chunk-A5DD7GKX.cjs');
3
+ var _chunkQKFYCWOCcjs = require('./chunk-QKFYCWOC.cjs');
4
4
 
5
5
  // src/json.ts
6
- _chunkA5DD7GKXcjs.init_cjs_shims.call(void 0, );
6
+ _chunkQKFYCWOCcjs.init_cjs_shims.call(void 0, );
7
7
  var defineAppJson = (config) => {
8
8
  return config;
9
9
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-SSQGJIB5.mjs";
3
+ } from "./chunk-TZWATIK3.mjs";
4
4
 
5
5
  // src/json.ts
6
6
  init_esm_shims();
@@ -33,11 +33,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  mod
34
34
  ));
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.14.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/esm_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/esm_shims.js
37
37
  import path from "path";
38
38
  import { fileURLToPath } from "url";
39
39
  var init_esm_shims = __esm({
40
- "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.14.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/esm_shims.js"() {
40
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.0_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/esm_shims.js"() {
41
41
  "use strict";
42
42
  }
43
43
  });