File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.3.0 ] - 2026-03-06
3+ ## [ 1.3.5 ] - 2026-03-06
44
55### Added
66- Added ` info --json ` output mode (` src/commands/info.ts ` , ` src/index.ts ` ) for machine-readable diagnostics.
Original file line number Diff line number Diff line change 11{
22 "name" : " ui8kit" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.5 " ,
44 "description" : " A CLI for adding UI components to your Vite React projects (UI8Kit core/blocks registries)" ,
55 "type" : " module" ,
66 "bin" : {
77 "ui8kit" : " ./dist/index.js"
88 },
99 "main" : " ./dist/index.js" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/ui8kit/cli.git" ,
13+ "directory" : " ."
14+ },
15+ "publishConfig" : {
16+ "access" : " public"
17+ },
1018 "files" : [
1119 " dist" ,
1220 " README.md" ,
1321 " LICENSE"
1422 ],
23+ "keywords" : [
24+ " cli" ,
25+ " ui" ,
26+ " components" ,
27+ " vite" ,
28+ " react" ,
29+ " shadcn" ,
30+ " tailwind" ,
31+ " ui8kit" ,
32+ " core"
33+ ],
34+ "author" : {
35+ "name" : " ui8kit" ,
36+ "url" : " https://github.com/ui8kit"
37+ },
38+ "license" : " MIT" ,
39+ "homepage" : " https://ui.buildy.tw" ,
1540 "scripts" : {
1641 "build" : " tsup" ,
1742 "dev" : " tsup --watch" ,
4267 "tsup" : " ^7.2.0" ,
4368 "vitest" : " ^4.0.0"
4469 },
45- "keywords" : [
46- " cli" ,
47- " ui" ,
48- " components" ,
49- " vite" ,
50- " react" ,
51- " shadcn" ,
52- " tailwind" ,
53- " ui8kit" ,
54- " core"
55- ],
56- "author" : {
57- "name" : " ui8kit" ,
58- "url" : " https://github.com/ui8kit"
59- },
60- "license" : " MIT" ,
61- "repository" : {
62- "type" : " git" ,
63- "url" : " https://github.com/ui8kit/cli.git" ,
64- "directory" : " packages/cli"
65- },
66- "homepage" : " https://ui.buildy.tw" ,
6770 "engines" : {
6871 "node" : " >=18.0.0"
6972 }
You can’t perform that action at this time.
0 commit comments