@kimesh/shadcn 0.2.45 → 0.2.46
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/index.mjs +1 -4
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,6 @@ import { isAbsolute, join, resolve } from "pathe";
|
|
|
3
3
|
import { addComponentResolver, addTypeTemplate, defineKimeshModule } from "@kimesh/kit";
|
|
4
4
|
import { consola } from "consola";
|
|
5
5
|
import { parseSync } from "oxc-parser";
|
|
6
|
-
|
|
7
6
|
//#region src/scanner.ts
|
|
8
7
|
/**
|
|
9
8
|
* @kimesh/shadcn - OXC Barrel File Scanner
|
|
@@ -147,7 +146,6 @@ function scanComponentDir(normalizedDir, root, debug = false, warnMissing = fals
|
|
|
147
146
|
function scanAllDirs(dirs, root, debug = false, warnMissing = false) {
|
|
148
147
|
return dirs.map((dir) => scanComponentDir(dir, root, debug, warnMissing));
|
|
149
148
|
}
|
|
150
|
-
|
|
151
149
|
//#endregion
|
|
152
150
|
//#region src/module.ts
|
|
153
151
|
/**
|
|
@@ -341,6 +339,5 @@ var module_default = defineKimeshModule({
|
|
|
341
339
|
}
|
|
342
340
|
}
|
|
343
341
|
});
|
|
344
|
-
|
|
345
342
|
//#endregion
|
|
346
|
-
export { module_default as default, module_default as shadcnModule, scanAllDirs, scanComponentDir };
|
|
343
|
+
export { module_default as default, module_default as shadcnModule, scanAllDirs, scanComponentDir };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kimesh/shadcn",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.46",
|
|
4
4
|
"description": "shadcn-vue component module for Kimesh framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auto-import",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"pathe": "^2.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@kimesh/kit": "0.2.
|
|
47
|
-
"tsdown": "^0.
|
|
46
|
+
"@kimesh/kit": "0.2.46",
|
|
47
|
+
"tsdown": "^0.21.2",
|
|
48
48
|
"typescript": "^5.9.3",
|
|
49
|
-
"unplugin-vue-components": "^
|
|
49
|
+
"unplugin-vue-components": "^31.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@kimesh/kit": "0.2.
|
|
53
|
-
"unplugin-vue-components": "^
|
|
52
|
+
"@kimesh/kit": "0.2.46",
|
|
53
|
+
"unplugin-vue-components": "^31.0.0"
|
|
54
54
|
}
|
|
55
55
|
}
|