shadcn-ember 0.0.1 → 0.2.0
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/LICENSE +22 -0
- package/README.md +23 -0
- package/dist/{api-BAwrG8sa.d.ts → api-CC2FX1Xv.d.ts} +14 -14
- package/dist/{api-BAwrG8sa.d.ts.map → api-CC2FX1Xv.d.ts.map} +1 -1
- package/dist/eslint/index.d.ts +27 -0
- package/dist/eslint/index.d.ts.map +1 -0
- package/dist/eslint/index.js +291 -0
- package/dist/eslint/index.js.map +1 -0
- package/dist/{index-DxzyGeF-.d.ts → index-QSYTZ_w1.d.ts} +41 -41
- package/dist/index-QSYTZ_w1.d.ts.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.js +3 -3
- package/dist/{mcp-Cs7F5EnE.js → mcp-Bhw_l5k7.js} +2 -2
- package/dist/{mcp-Cs7F5EnE.js.map → mcp-Bhw_l5k7.js.map} +1 -1
- package/dist/registry/index.d.ts +2 -2
- package/dist/registry/index.js +2 -2
- package/dist/{registry-iq7UxK5h.js → registry-C469sXUD.js} +3 -11
- package/dist/registry-C469sXUD.js.map +1 -0
- package/dist/schema/index.d.ts +1 -1
- package/dist/schema/index.js +1 -1
- package/dist/{schema-Brc22MYG.js → schema-o18wD0hu.js} +1 -1
- package/dist/{schema-Brc22MYG.js.map → schema-o18wD0hu.js.map} +1 -1
- package/package.json +42 -24
- package/dist/index-DxzyGeF-.d.ts.map +0 -1
- package/dist/registry-iq7UxK5h.js.map +0 -1
|
@@ -8,13 +8,13 @@ declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
8
8
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
9
9
|
target: z.ZodString;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
type: "registry:page" | "registry:file";
|
|
12
11
|
path: string;
|
|
12
|
+
type: "registry:page" | "registry:file";
|
|
13
13
|
target: string;
|
|
14
14
|
content?: string | undefined;
|
|
15
15
|
}, {
|
|
16
|
-
type: "registry:page" | "registry:file";
|
|
17
16
|
path: string;
|
|
17
|
+
type: "registry:page" | "registry:file";
|
|
18
18
|
target: string;
|
|
19
19
|
content?: string | undefined;
|
|
20
20
|
}>, z.ZodObject<{
|
|
@@ -23,13 +23,13 @@ declare const registryItemFileSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
23
23
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:composable", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
24
24
|
target: z.ZodOptional<z.ZodString>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
27
26
|
path: string;
|
|
27
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
28
28
|
content?: string | undefined;
|
|
29
29
|
target?: string | undefined;
|
|
30
30
|
}, {
|
|
31
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
32
31
|
path: string;
|
|
32
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
33
33
|
content?: string | undefined;
|
|
34
34
|
target?: string | undefined;
|
|
35
35
|
}>]>;
|
|
@@ -92,13 +92,13 @@ declare const registryItemSchema: z.ZodObject<{
|
|
|
92
92
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
93
93
|
target: z.ZodString;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
type: "registry:page" | "registry:file";
|
|
96
95
|
path: string;
|
|
96
|
+
type: "registry:page" | "registry:file";
|
|
97
97
|
target: string;
|
|
98
98
|
content?: string | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
type: "registry:page" | "registry:file";
|
|
101
100
|
path: string;
|
|
101
|
+
type: "registry:page" | "registry:file";
|
|
102
102
|
target: string;
|
|
103
103
|
content?: string | undefined;
|
|
104
104
|
}>, z.ZodObject<{
|
|
@@ -107,13 +107,13 @@ declare const registryItemSchema: z.ZodObject<{
|
|
|
107
107
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:composable", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
108
108
|
target: z.ZodOptional<z.ZodString>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
111
110
|
path: string;
|
|
111
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
112
112
|
content?: string | undefined;
|
|
113
113
|
target?: string | undefined;
|
|
114
114
|
}, {
|
|
115
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
116
115
|
path: string;
|
|
116
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
117
117
|
content?: string | undefined;
|
|
118
118
|
target?: string | undefined;
|
|
119
119
|
}>]>, "many">>;
|
|
@@ -174,13 +174,13 @@ declare const registryItemSchema: z.ZodObject<{
|
|
|
174
174
|
devDependencies?: string[] | undefined;
|
|
175
175
|
registryDependencies?: string[] | undefined;
|
|
176
176
|
files?: ({
|
|
177
|
-
type: "registry:page" | "registry:file";
|
|
178
177
|
path: string;
|
|
178
|
+
type: "registry:page" | "registry:file";
|
|
179
179
|
target: string;
|
|
180
180
|
content?: string | undefined;
|
|
181
181
|
} | {
|
|
182
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
183
182
|
path: string;
|
|
183
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
184
184
|
content?: string | undefined;
|
|
185
185
|
target?: string | undefined;
|
|
186
186
|
})[] | undefined;
|
|
@@ -213,13 +213,13 @@ declare const registryItemSchema: z.ZodObject<{
|
|
|
213
213
|
devDependencies?: string[] | undefined;
|
|
214
214
|
registryDependencies?: string[] | undefined;
|
|
215
215
|
files?: ({
|
|
216
|
-
type: "registry:page" | "registry:file";
|
|
217
216
|
path: string;
|
|
217
|
+
type: "registry:page" | "registry:file";
|
|
218
218
|
target: string;
|
|
219
219
|
content?: string | undefined;
|
|
220
220
|
} | {
|
|
221
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
222
221
|
path: string;
|
|
222
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
223
223
|
content?: string | undefined;
|
|
224
224
|
target?: string | undefined;
|
|
225
225
|
})[] | undefined;
|
|
@@ -262,13 +262,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
262
262
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
263
263
|
target: z.ZodString;
|
|
264
264
|
}, "strip", z.ZodTypeAny, {
|
|
265
|
-
type: "registry:page" | "registry:file";
|
|
266
265
|
path: string;
|
|
266
|
+
type: "registry:page" | "registry:file";
|
|
267
267
|
target: string;
|
|
268
268
|
content?: string | undefined;
|
|
269
269
|
}, {
|
|
270
|
-
type: "registry:page" | "registry:file";
|
|
271
270
|
path: string;
|
|
271
|
+
type: "registry:page" | "registry:file";
|
|
272
272
|
target: string;
|
|
273
273
|
content?: string | undefined;
|
|
274
274
|
}>, z.ZodObject<{
|
|
@@ -277,13 +277,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
277
277
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:composable", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
278
278
|
target: z.ZodOptional<z.ZodString>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
281
280
|
path: string;
|
|
281
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
282
282
|
content?: string | undefined;
|
|
283
283
|
target?: string | undefined;
|
|
284
284
|
}, {
|
|
285
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
286
285
|
path: string;
|
|
286
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
287
287
|
content?: string | undefined;
|
|
288
288
|
target?: string | undefined;
|
|
289
289
|
}>]>, "many">>;
|
|
@@ -344,13 +344,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
344
344
|
devDependencies?: string[] | undefined;
|
|
345
345
|
registryDependencies?: string[] | undefined;
|
|
346
346
|
files?: ({
|
|
347
|
-
type: "registry:page" | "registry:file";
|
|
348
347
|
path: string;
|
|
348
|
+
type: "registry:page" | "registry:file";
|
|
349
349
|
target: string;
|
|
350
350
|
content?: string | undefined;
|
|
351
351
|
} | {
|
|
352
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
353
352
|
path: string;
|
|
353
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
354
354
|
content?: string | undefined;
|
|
355
355
|
target?: string | undefined;
|
|
356
356
|
})[] | undefined;
|
|
@@ -383,13 +383,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
383
383
|
devDependencies?: string[] | undefined;
|
|
384
384
|
registryDependencies?: string[] | undefined;
|
|
385
385
|
files?: ({
|
|
386
|
-
type: "registry:page" | "registry:file";
|
|
387
386
|
path: string;
|
|
387
|
+
type: "registry:page" | "registry:file";
|
|
388
388
|
target: string;
|
|
389
389
|
content?: string | undefined;
|
|
390
390
|
} | {
|
|
391
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
392
391
|
path: string;
|
|
392
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
393
393
|
content?: string | undefined;
|
|
394
394
|
target?: string | undefined;
|
|
395
395
|
})[] | undefined;
|
|
@@ -426,13 +426,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
426
426
|
devDependencies?: string[] | undefined;
|
|
427
427
|
registryDependencies?: string[] | undefined;
|
|
428
428
|
files?: ({
|
|
429
|
-
type: "registry:page" | "registry:file";
|
|
430
429
|
path: string;
|
|
430
|
+
type: "registry:page" | "registry:file";
|
|
431
431
|
target: string;
|
|
432
432
|
content?: string | undefined;
|
|
433
433
|
} | {
|
|
434
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
435
434
|
path: string;
|
|
435
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
436
436
|
content?: string | undefined;
|
|
437
437
|
target?: string | undefined;
|
|
438
438
|
})[] | undefined;
|
|
@@ -469,13 +469,13 @@ declare const registrySchema: z.ZodObject<{
|
|
|
469
469
|
devDependencies?: string[] | undefined;
|
|
470
470
|
registryDependencies?: string[] | undefined;
|
|
471
471
|
files?: ({
|
|
472
|
-
type: "registry:page" | "registry:file";
|
|
473
472
|
path: string;
|
|
473
|
+
type: "registry:page" | "registry:file";
|
|
474
474
|
target: string;
|
|
475
475
|
content?: string | undefined;
|
|
476
476
|
} | {
|
|
477
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
478
477
|
path: string;
|
|
478
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
479
479
|
content?: string | undefined;
|
|
480
480
|
target?: string | undefined;
|
|
481
481
|
})[] | undefined;
|
|
@@ -516,13 +516,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodObject<{
|
|
|
516
516
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
517
517
|
target: z.ZodString;
|
|
518
518
|
}, "strip", z.ZodTypeAny, {
|
|
519
|
-
type: "registry:page" | "registry:file";
|
|
520
519
|
path: string;
|
|
520
|
+
type: "registry:page" | "registry:file";
|
|
521
521
|
target: string;
|
|
522
522
|
content?: string | undefined;
|
|
523
523
|
}, {
|
|
524
|
-
type: "registry:page" | "registry:file";
|
|
525
524
|
path: string;
|
|
525
|
+
type: "registry:page" | "registry:file";
|
|
526
526
|
target: string;
|
|
527
527
|
content?: string | undefined;
|
|
528
528
|
}>, z.ZodObject<{
|
|
@@ -531,13 +531,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodObject<{
|
|
|
531
531
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:composable", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
532
532
|
target: z.ZodOptional<z.ZodString>;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
535
534
|
path: string;
|
|
535
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
536
536
|
content?: string | undefined;
|
|
537
537
|
target?: string | undefined;
|
|
538
538
|
}, {
|
|
539
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
540
539
|
path: string;
|
|
540
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
541
541
|
content?: string | undefined;
|
|
542
542
|
target?: string | undefined;
|
|
543
543
|
}>]>, "many">>;
|
|
@@ -598,13 +598,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodObject<{
|
|
|
598
598
|
devDependencies?: string[] | undefined;
|
|
599
599
|
registryDependencies?: string[] | undefined;
|
|
600
600
|
files?: ({
|
|
601
|
-
type: "registry:page" | "registry:file";
|
|
602
601
|
path: string;
|
|
602
|
+
type: "registry:page" | "registry:file";
|
|
603
603
|
target: string;
|
|
604
604
|
content?: string | undefined;
|
|
605
605
|
} | {
|
|
606
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
607
606
|
path: string;
|
|
607
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
608
608
|
content?: string | undefined;
|
|
609
609
|
target?: string | undefined;
|
|
610
610
|
})[] | undefined;
|
|
@@ -637,13 +637,13 @@ declare const registryIndexSchema: z.ZodArray<z.ZodObject<{
|
|
|
637
637
|
devDependencies?: string[] | undefined;
|
|
638
638
|
registryDependencies?: string[] | undefined;
|
|
639
639
|
files?: ({
|
|
640
|
-
type: "registry:page" | "registry:file";
|
|
641
640
|
path: string;
|
|
641
|
+
type: "registry:page" | "registry:file";
|
|
642
642
|
target: string;
|
|
643
643
|
content?: string | undefined;
|
|
644
644
|
} | {
|
|
645
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
646
645
|
path: string;
|
|
646
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
647
647
|
content?: string | undefined;
|
|
648
648
|
target?: string | undefined;
|
|
649
649
|
})[] | undefined;
|
|
@@ -767,13 +767,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
767
767
|
type: z.ZodEnum<["registry:file", "registry:page"]>;
|
|
768
768
|
target: z.ZodString;
|
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
|
-
type: "registry:page" | "registry:file";
|
|
771
770
|
path: string;
|
|
771
|
+
type: "registry:page" | "registry:file";
|
|
772
772
|
target: string;
|
|
773
773
|
content?: string | undefined;
|
|
774
774
|
}, {
|
|
775
|
-
type: "registry:page" | "registry:file";
|
|
776
775
|
path: string;
|
|
776
|
+
type: "registry:page" | "registry:file";
|
|
777
777
|
target: string;
|
|
778
778
|
content?: string | undefined;
|
|
779
779
|
}>, z.ZodObject<{
|
|
@@ -782,13 +782,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
782
782
|
type: z.ZodEnum<["registry:lib", "registry:block", "registry:component", "registry:ui", "registry:hook", "registry:composable", "registry:theme", "registry:style", "registry:item", "registry:example", "registry:internal"]>;
|
|
783
783
|
target: z.ZodOptional<z.ZodString>;
|
|
784
784
|
}, "strip", z.ZodTypeAny, {
|
|
785
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
786
785
|
path: string;
|
|
786
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
787
787
|
content?: string | undefined;
|
|
788
788
|
target?: string | undefined;
|
|
789
789
|
}, {
|
|
790
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
791
790
|
path: string;
|
|
791
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
792
792
|
content?: string | undefined;
|
|
793
793
|
target?: string | undefined;
|
|
794
794
|
}>]>, "many">>;
|
|
@@ -841,13 +841,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
841
841
|
dependencies?: string[] | undefined;
|
|
842
842
|
devDependencies?: string[] | undefined;
|
|
843
843
|
files?: ({
|
|
844
|
-
type: "registry:page" | "registry:file";
|
|
845
844
|
path: string;
|
|
845
|
+
type: "registry:page" | "registry:file";
|
|
846
846
|
target: string;
|
|
847
847
|
content?: string | undefined;
|
|
848
848
|
} | {
|
|
849
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
850
849
|
path: string;
|
|
850
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
851
851
|
content?: string | undefined;
|
|
852
852
|
target?: string | undefined;
|
|
853
853
|
})[] | undefined;
|
|
@@ -870,13 +870,13 @@ declare const registryResolvedItemsTreeSchema: z.ZodObject<Pick<{
|
|
|
870
870
|
dependencies?: string[] | undefined;
|
|
871
871
|
devDependencies?: string[] | undefined;
|
|
872
872
|
files?: ({
|
|
873
|
-
type: "registry:page" | "registry:file";
|
|
874
873
|
path: string;
|
|
874
|
+
type: "registry:page" | "registry:file";
|
|
875
875
|
target: string;
|
|
876
876
|
content?: string | undefined;
|
|
877
877
|
} | {
|
|
878
|
-
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
879
878
|
path: string;
|
|
879
|
+
type: "registry:lib" | "registry:block" | "registry:component" | "registry:ui" | "registry:hook" | "registry:composable" | "registry:theme" | "registry:style" | "registry:item" | "registry:example" | "registry:internal";
|
|
880
880
|
content?: string | undefined;
|
|
881
881
|
target?: string | undefined;
|
|
882
882
|
})[] | undefined;
|
|
@@ -1447,4 +1447,4 @@ declare const searchResultsSchema: z.ZodObject<{
|
|
|
1447
1447
|
declare const registriesIndexSchema: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1448
1448
|
//#endregion
|
|
1449
1449
|
export { workspaceConfigSchema as C, stylesSchema as S, registryItemTypeSchema as _, rawConfigSchema as a, searchResultItemSchema as b, registryConfigItemSchema as c, registryItemCssSchema as d, registryItemCssVarsSchema as f, registryItemTailwindSchema as g, registryItemSchema as h, iconsSchema as i, registryConfigSchema as l, registryItemFileSchema as m, RegistryItem as n, registriesIndexSchema as o, registryItemEnvVarsSchema as p, configSchema as r, registryBaseColorSchema as s, Registry as t, registryIndexSchema as u, registryResolvedItemsTreeSchema as v, searchResultsSchema as x, registrySchema as y };
|
|
1450
|
-
//# sourceMappingURL=index-
|
|
1450
|
+
//# sourceMappingURL=index-QSYTZ_w1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-QSYTZ_w1.d.ts","names":[],"sources":["../src/registry/schema.ts"],"sourcesContent":[],"mappings":";;;cAKa,wBAAsB,CAAA,CAAA;cAkBtB,wBAAsB,CAAA,CAAA,+BAAA,CAAA,CAAA;EAlBtB,IAAA,aAAA;EAkBA,OAAA,eAAA,YAcX,CAAA;;;;;;;EAdiC,OAAA,CAAA,EAAA,MAAA,GAAA,SAAA;;;;;;;;;EAAA,IAAA,WAAA,CAAA,CAAA,cAAA,EAAA,gBAAA,EAAA,oBAAA,EAAA,aAAA,EAAA,eAAA,EAAA,qBAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,mBAAA,CAAA,CAAA;EAAA,MAAA,eAAA,YAAA,CAAA;AAgBnC,CAAA,EAAA,OAAa,cAAA,EAAA;;;;;;;;;;;cAAA,4BAA0B,CAAA,CAAA;;;;;;;;IAAA,OAAA,CAAA,EAAA,MAAA,EAAA,GAAA,SAAA;EAAA,CAAA,EAAA;IAU1B,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,GAIX,CAAA,GAAA,SAAA;;;;;;;;;;;;;;;;;cAJW,2BAAyB,CAAA,CAAA;;;EAAA,IAAA,eAAA,YAAA,YAAA,aAAA,CAAA,CAAA;CAAA,EAAA,OAAA,cAAA,EAAA;EAMzB,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAWZ,CAAA,GAAA,SAAA;EAXiC,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAAA,IAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;CAAA,EAAA;EAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAAA,IAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;CAAA,CAAA;AAAA,cAArB,qBAAqB,EAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,OAAA,CAAA,CAAA,CAAA,QAAA,CAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,QAAA,CAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAA,cAarB,yBAbqB,EAaI,CAAA,CAAA,SAbJ,CAaI,CAAA,CAAA,SAbJ,EAaI,CAAA,CAAA,SAbJ,CAAA;AAAA,cAerB,kBAfqB,EAeH,CAAA,CAAA,SAfG,CAAA;EAAA,OAAA,eAAA,YAAA,CAAA;EAAA,OAAA,eAAA,YAAA,CAAA;EAAA,IAAA,aAAA;EAarB,IAAA,WAAA,CAAA,CAAA,cAA4D,EAAA,gBAAA,EAAA,oBAAA,EAAA,aAAA,EAAA,eAAA,EAAA,qBAAA,EAAA,eAAA,EAAA,eAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,mBAAA,CAAA,CAAA;EAAnC,KAAA,eAAA,YAAA,CAAA;EAAA,MAAA,eAAA,YAAA,CAAA;EAAA,WAAA,eAAA,YAAA,CAAA;EAAA,YAAA,eAAA,WAAA,YAAA,EAAA,MAAA,CAAA,CAAA;EAEzB,eAAA,eAmBX,WAAA,YAAA,EAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAnB6B,eAAA,CAAA,EAAA,MAAA,EAAA,GAAA,SAAA;EAAA,oBAAA,CAAA,EAAA,MAAA,EAAA,GAAA,SAAA;EAqBnB,KAAA,CAAA,EAAA,CAAA;IAEC,IAAA,EAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAFD,YAAA,GAAe,CAAA,CAAE,aAAa;cAE7B,gBAAc,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;MAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;MAMf,IAAQ,CAAA,QAAA,CAAA,MAAkB,EAAA,MAAA,CAAA,GAAf,SAAO;IAEjB,CAAA,GAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAmB,GAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,SAAA,CAAA,MAAA,EAAA,MAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA,CAAA,CAAA,GAAA,SAAA;IAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;IAAA,IAAA,CAAA,QAAA,CAAA,MAAA,EAAA,GAAA,CAAA,GAAA,SAAA;IAEnB,IAAA,CAAA,EAAA,MAKZ,GAAA,SAAA;;;;AALwB,KAJb,QAAA,GAAW,CAAA,CAAE,KAIA,CAAA,OAJa,cAIb,CAAA;AAAA,cAFZ,mBAEY,EAFO,CAAA,CAAA,QAEP,CAFO,CAAA,CAAA,SAEP,CAAA;EAAA,OAAA,eAAA,YAAA,CAAA;EAOZ,OAAA,eAGZ,YAAA,CAAA;EAHuB,IAAA,aAAA;EAAA,IAAA,WAAA,CAAA,CAAA,cAAA,EAAA,gBAAA,EAAA,oBAAA,EAAA,aAAA,EAAA,eAAA,EAAA,qBAAA,EAAA,eAAA,EAAA,eAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,mBAAA,CAAA,CAAA;EAAA,KAAA,eAAA,YAAA,CAAA;EAAA,MAAA,eAAA,YAAA,CAAA;EAAA,WAAA,eAAA,YAAA,CAAA;EAAA,YAAA,eAAA,WAAA,YAAA,EAAA,MAAA,CAAA,CAAA;EAKX,eAAA,eASX,WAAA,YAAA,EAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EATkC,GAAA,eAAA,YAAA,YAAA,WAAA,WAAA,CAAA,YAAA,aAAA,YAAA,YAAA,CAAA,YAAA,aAAA,YAAA,aAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;EAAA,OAAA,eAAA,YAAA,YAAA,aAAA,CAAA,CAAA;EAWvB,IAAA,eAAA,YAAA,YASX,UAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhCW,cAAY,CAAA,CAAA,SAAA,CAAA,CAAA;;;;;;;;;;cAOZ,aAAW,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA;cAKX,yBAAuB,CAAA,CAAA;;;;;;;;;;;;;;IAWQ,IAAA,eAAA,YAAA,YAAA,aAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;EAAA,CAAA,EAAA;IAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;IAW/B,KAAA,CAAA,QAAA,CAAA,MAAA,EAaX,MAAA,CAAA,GAAA,SAAA;IAbmC,IAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAAA,CAAA,CAAA,CAAA;;;;;;;;;;;;;;;;IAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;IAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;IAAA,IAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAexB,CAAA,GAAA,SAAA;CAAoB,EAAA;EAAA,OAAA,EAAA;IAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;IAAA,KAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;;;;;;;;;;;;;;;cA1BpB,iCAA+B,CAAA,CAAA,UAAA;EA0BX,OAAA,eAAA,YAAA,CAAA;EAAA,OAAA,eAAA,YAAA,CAAA;EAAA,IAAA,aAAA;EAAA,IAAA,WAAA,CAAA,CAAA,cAAA,EAAA,gBAAA,EAAA,oBAAA,EAAA,aAAA,EAAA,eAAA,EAAA,qBAAA,EAAA,eAAA,EAAA,eAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,mBAAA,CAAA,CAAA;EAOpB,KAAA,eAuBF,YAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAvBiB,OAAA,CAAA,EAAA,MAAA,EAAA,GAAA,SAAA;IAAA,CAAA,GAAA,SAAA;EAyBf,CAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,GAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,SAAA,CAAA,MAAA,EAAA,MAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA,CAAA,CAAA,GAAA,SAAA;EAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAgBZ,IAAA,CAAA,EAAA,MAAA,GAAA,SAA8C;CAAzB,CAAA;cA/DrB,0BAAwB,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA,4BAAA,CAAA,CAAA;;;;;;;;;;;;;cAexB,sBAAoB,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA,4BAAA,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA,4BAAA,CAAA,CAAA;;;;;;;;;;;;;cAOpB,iBAAe,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyCM,GAAA,cAAA,YAAA,EAAA,MAAA,EAAA,MAAA,CAAA;IAAA,MAAA,eAAA,YAAA,YAAA,aAAA,CAAA,CAAA;IAAA,OAAA,eAAA,YAAA,YAAA,aAAA,CAAA,CAAA;EAErB,CAAA,EAAA,OAAA,cAAA,EAMX;;;;;;;;;CANiC,EAAA,QAAA,cAAA,EAAA;EAAA,QAAA,EAAA;IAQtB,GAAA,EAAA,MAAA;;;;;;;;;;;;;;;;;;EAAmB,UAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,GAAA;IAAA,GAAA,EAAA,MAAA;IAUnB,MAAA,CAAA,QAAA,CAAA,MAIZ,EAAA,MAAA,CAAA,GAAA,SAAA;IAJiC,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,MAAA,CAAA,GAAA,SAAA;EAAA,CAAA,CAAA,GAAA,SAAA;CAAA,EAAA;EAAA,QAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;cApCrB,cAAY,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgBZ,uBAAqB,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAErB,wBAAsB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;cAQtB,qBAAmB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAUnB,uBAAqB,CAAA,CAAA,UAAA,CAAA,CAAA,WAAA,CAAA,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import "./index-
|
|
3
|
-
import { a as getRegistry, c as getRegistryIcons, d as getShadcnRegistryIndex, f as resolveRegistryItems, i as getRegistriesIndex, l as getRegistryItems, n as getItemTargetPath, o as getRegistryBaseColor, p as resolveTree, r as getRegistriesConfig, s as getRegistryBaseColors, t as fetchTree, u as getRegistryStyles } from "./api-
|
|
2
|
+
import "./index-QSYTZ_w1.js";
|
|
3
|
+
import { a as getRegistry, c as getRegistryIcons, d as getShadcnRegistryIndex, f as resolveRegistryItems, i as getRegistriesIndex, l as getRegistryItems, n as getItemTargetPath, o as getRegistryBaseColor, p as resolveTree, r as getRegistriesConfig, s as getRegistryBaseColors, t as fetchTree, u as getRegistryStyles } from "./api-CC2FX1Xv.js";
|
|
4
4
|
export { fetchTree, getItemTargetPath, getRegistriesConfig, getRegistriesIndex, getRegistry, getRegistryBaseColor, getRegistryBaseColors, getRegistryIcons, getRegistryItems, getRegistryStyles, getShadcnRegistryIndex, resolveRegistryItems, resolveTree };
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { A as mergeEnvContent, B as DEFAULT_TAILWIND_CSS, C as configWithDefaults, D as ICON_LIBRARIES, E as transform, F as getProjectInfo, G as getConfig, H as createConfig, I as getProjectTailwindVersionFromConfig, K as getWorkspaceConfig, L as getPackageInfo, M as spinner, N as logger, O as findExistingEnvFile, P as getProjectConfig, R as DEFAULT_COMPONENTS, S as clearRegistryContext, T as updateFiles, U as findCommonRoot, V as DEFAULT_UTILS, W as findPackageRoot, _ as _createSourceFile, a as getRegistriesIndex, at as highlighter, b as handleError, c as getRegistryBaseColors, ct as DEPRECATED_COMPONENTS, d as getRegistryStyles, f as getShadcnRegistryIndex, g as resolveRegistryTree, h as fetchRegistryItems, i as getRegistriesConfig, j as parseRegistryAndItemFromString, k as getNewEnvKeys, l as getRegistryIcons, m as resolveTree, n as fetchTree, o as getRegistry, ot as BASE_COLORS, p as resolveRegistryItems, q as resolveConfigPaths, r as getItemTargetPath, s as getRegistryBaseColor, st as BUILTIN_REGISTRIES, tt as RegistryNotConfiguredError, u as getRegistryItems, v as _getQuoteChar, w as isUniversalRegistryItem, x as buildUrlAndHeadersForRegistryItem, y as updateTailwindConfig, z as DEFAULT_TAILWIND_CONFIG } from "./registry-
|
|
3
|
-
import { _ as registrySchema, p as registryItemSchema, r as rawConfigSchema } from "./schema-
|
|
4
|
-
import { t as server } from "./mcp-
|
|
2
|
+
import { A as mergeEnvContent, B as DEFAULT_TAILWIND_CSS, C as configWithDefaults, D as ICON_LIBRARIES, E as transform, F as getProjectInfo, G as getConfig, H as createConfig, I as getProjectTailwindVersionFromConfig, K as getWorkspaceConfig, L as getPackageInfo, M as spinner, N as logger, O as findExistingEnvFile, P as getProjectConfig, R as DEFAULT_COMPONENTS, S as clearRegistryContext, T as updateFiles, U as findCommonRoot, V as DEFAULT_UTILS, W as findPackageRoot, _ as _createSourceFile, a as getRegistriesIndex, at as highlighter, b as handleError, c as getRegistryBaseColors, ct as DEPRECATED_COMPONENTS, d as getRegistryStyles, f as getShadcnRegistryIndex, g as resolveRegistryTree, h as fetchRegistryItems, i as getRegistriesConfig, j as parseRegistryAndItemFromString, k as getNewEnvKeys, l as getRegistryIcons, m as resolveTree, n as fetchTree, o as getRegistry, ot as BASE_COLORS, p as resolveRegistryItems, q as resolveConfigPaths, r as getItemTargetPath, s as getRegistryBaseColor, st as BUILTIN_REGISTRIES, tt as RegistryNotConfiguredError, u as getRegistryItems, v as _getQuoteChar, w as isUniversalRegistryItem, x as buildUrlAndHeadersForRegistryItem, y as updateTailwindConfig, z as DEFAULT_TAILWIND_CONFIG } from "./registry-C469sXUD.js";
|
|
3
|
+
import { _ as registrySchema, p as registryItemSchema, r as rawConfigSchema } from "./schema-o18wD0hu.js";
|
|
4
|
+
import { t as server } from "./mcp-Bhw_l5k7.js";
|
|
5
5
|
import { Command } from "commander";
|
|
6
6
|
import path, { isAbsolute, join, normalize, resolve, sep } from "pathe";
|
|
7
7
|
import prompts from "prompts";
|
|
@@ -2258,7 +2258,7 @@ const migrate = new Command().name("migrate").description("run a migration.").ar
|
|
|
2258
2258
|
|
|
2259
2259
|
//#endregion
|
|
2260
2260
|
//#region package.json
|
|
2261
|
-
var version = "0.0
|
|
2261
|
+
var version = "0.2.0";
|
|
2262
2262
|
|
|
2263
2263
|
//#endregion
|
|
2264
2264
|
//#region src/index.ts
|