@kimesh/auto-import 0.2.36 → 0.2.37

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 (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -492,7 +492,7 @@ function generateAutoImportsDts(registry) {
492
492
  }
493
493
  /**
494
494
  * Normalize import paths for user-facing type declarations.
495
- *
495
+ *
496
496
  * Since the tsconfig generator adds explicit path mappings for @kimesh/* packages
497
497
  * (resolving to the actual package locations), we can use the internal package paths
498
498
  * which provide full type information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimesh/auto-import",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "description": "OXC-powered auto-import system for Kimesh framework with layer support",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "test": "vitest"
26
26
  },
27
27
  "dependencies": {
28
- "@kimesh/shared": "0.2.36",
28
+ "@kimesh/shared": "0.2.37",
29
29
  "@vue/compiler-sfc": "^3.5.26",
30
30
  "consola": "^3.4.2",
31
31
  "magic-string": "^0.30.21",