@kimesh/auto-import 0.2.40 → 0.2.41

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.
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-95iHPtFO.mjs";
2
- import { t as OxcExportScanner } from "./oxc-scanner-Do6uJzj2.mjs";
2
+ import { t as OxcExportScanner } from "./oxc-scanner-CknPabK2.mjs";
3
3
  import * as fs from "node:fs";
4
4
  import * as path from "pathe";
5
5
  import { consola } from "consola";
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { t as OxcExportScanner } from "./oxc-scanner-Do6uJzj2.mjs";
2
- import { a as normalizePreset, c as tanstackQueryPreset, d as ConflictResolver, f as collectExistingDirectories, i as kimeshPreset, l as vuePreset, o as piniaPreset, r as builtinPresets, s as resolvePresets, t as RegistryBuilder, u as vueRouterPreset } from "./builder-Br1zdCLt.mjs";
1
+ import { t as OxcExportScanner } from "./oxc-scanner-CknPabK2.mjs";
2
+ import { a as normalizePreset, c as tanstackQueryPreset, d as ConflictResolver, f as collectExistingDirectories, i as kimeshPreset, l as vuePreset, o as piniaPreset, r as builtinPresets, s as resolvePresets, t as RegistryBuilder, u as vueRouterPreset } from "./builder-JhOtyyh9.mjs";
3
3
  import { parseSync } from "oxc-parser";
4
4
  import { parse } from "@vue/compiler-sfc";
5
5
  import * as fs from "node:fs";
@@ -1042,14 +1042,14 @@ const kimeshAutoImport = autoImportPlugin;
1042
1042
  * Build import registry from sources (convenience function)
1043
1043
  */
1044
1044
  async function buildImportRegistry(sources) {
1045
- const { RegistryBuilder } = await import("./builder-Br1zdCLt.mjs").then((n) => n.n);
1045
+ const { RegistryBuilder } = await import("./builder-JhOtyyh9.mjs").then((n) => n.n);
1046
1046
  return new RegistryBuilder().build(sources);
1047
1047
  }
1048
1048
  /**
1049
1049
  * Scan exports from a file (convenience function)
1050
1050
  */
1051
1051
  async function scanExports(filePath) {
1052
- const { OxcExportScanner } = await import("./oxc-scanner-Do6uJzj2.mjs").then((n) => n.n);
1052
+ const { OxcExportScanner } = await import("./oxc-scanner-CknPabK2.mjs").then((n) => n.n);
1053
1053
  return new OxcExportScanner().scanFile(filePath);
1054
1054
  }
1055
1055
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimesh/auto-import",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "OXC-powered auto-import system for Kimesh framework with layer support",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,22 +25,22 @@
25
25
  "test": "vitest"
26
26
  },
27
27
  "dependencies": {
28
- "@kimesh/shared": "0.2.40",
29
- "@vue/compiler-sfc": "^3.5.26",
28
+ "@kimesh/shared": "0.2.41",
29
+ "@vue/compiler-sfc": "^3.5.29",
30
30
  "consola": "^3.4.2",
31
31
  "magic-string": "^0.30.21",
32
- "oxc-parser": "^0.108.0",
32
+ "oxc-parser": "^0.115.0",
33
33
  "pathe": "^2.0.3",
34
34
  "unplugin-vue-components": "^28.7.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^25.0.8",
38
- "tsdown": "^0.20.0-beta.3",
38
+ "tsdown": "^0.20.3",
39
39
  "typescript": "^5.9.3",
40
- "vite": "^8.0.0-beta.8",
40
+ "vite": "^8.0.0-beta.15",
41
41
  "vitest": "^4.0.17"
42
42
  },
43
43
  "peerDependencies": {
44
- "vite": "^8.0.0-beta.8"
44
+ "vite": "^8.0.0-beta.15"
45
45
  }
46
46
  }