@veloxts/cli 0.6.26 → 0.6.29

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/CHANGELOG.md ADDED
@@ -0,0 +1,759 @@
1
+ # @veloxts/cli
2
+
3
+ ## 0.6.29
4
+
5
+ ### Patch Changes
6
+
7
+ - add multi-tenancy and PostgreSQL support - test and lint fix
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.29
10
+ - @veloxts/core@0.6.29
11
+ - @veloxts/orm@0.6.29
12
+ - @veloxts/router@0.6.29
13
+ - @veloxts/validation@0.6.29
14
+
15
+ ## 0.6.28
16
+
17
+ ### Patch Changes
18
+
19
+ - add multi-tenancy support and postgresql database
20
+ - Updated dependencies
21
+ - @veloxts/auth@0.6.28
22
+ - @veloxts/core@0.6.28
23
+ - @veloxts/orm@0.6.28
24
+ - @veloxts/router@0.6.28
25
+ - @veloxts/validation@0.6.28
26
+
27
+ ## 0.6.27
28
+
29
+ ### Patch Changes
30
+
31
+ - chore: add GUIDE, LICENSE and CHANGELOG.md to npm files
32
+ - Updated dependencies
33
+ - @veloxts/auth@0.6.27
34
+ - @veloxts/core@0.6.27
35
+ - @veloxts/orm@0.6.27
36
+ - @veloxts/router@0.6.27
37
+ - @veloxts/validation@0.6.27
38
+
39
+ ## 0.6.26
40
+
41
+ ### Patch Changes
42
+
43
+ - docs(mcp): add README and GUIDE, docs(web): simplify README and create concise GUIDE
44
+ - Updated dependencies
45
+ - @veloxts/auth@0.6.26
46
+ - @veloxts/core@0.6.26
47
+ - @veloxts/orm@0.6.26
48
+ - @veloxts/router@0.6.26
49
+ - @veloxts/validation@0.6.26
50
+
51
+ ## 0.6.25
52
+
53
+ ### Patch Changes
54
+
55
+ - docs(create): add guide for React Server Components setup
56
+ - Updated dependencies
57
+ - @veloxts/auth@0.6.25
58
+ - @veloxts/core@0.6.25
59
+ - @veloxts/orm@0.6.25
60
+ - @veloxts/router@0.6.25
61
+ - @veloxts/validation@0.6.25
62
+
63
+ ## 0.6.24
64
+
65
+ ### Patch Changes
66
+
67
+ - clarify installation paths and package contents
68
+ - Updated dependencies
69
+ - @veloxts/auth@0.6.24
70
+ - @veloxts/core@0.6.24
71
+ - @veloxts/orm@0.6.24
72
+ - @veloxts/router@0.6.24
73
+ - @veloxts/validation@0.6.24
74
+
75
+ ## 0.6.23
76
+
77
+ ### Patch Changes
78
+
79
+ - add defineContract for improved type inference DX
80
+ - Updated dependencies
81
+ - @veloxts/auth@0.6.23
82
+ - @veloxts/core@0.6.23
83
+ - @veloxts/orm@0.6.23
84
+ - @veloxts/router@0.6.23
85
+ - @veloxts/validation@0.6.23
86
+
87
+ ## 0.6.22
88
+
89
+ ### Patch Changes
90
+
91
+ - support {method, path} route entry format
92
+ - Updated dependencies
93
+ - @veloxts/auth@0.6.22
94
+ - @veloxts/core@0.6.22
95
+ - @veloxts/orm@0.6.22
96
+ - @veloxts/router@0.6.22
97
+ - @veloxts/validation@0.6.22
98
+
99
+ ## 0.6.21
100
+
101
+ ### Patch Changes
102
+
103
+ - separate schemas from procedures for browser-safe import
104
+ - Updated dependencies
105
+ - @veloxts/auth@0.6.21
106
+ - @veloxts/core@0.6.21
107
+ - @veloxts/orm@0.6.21
108
+ - @veloxts/router@0.6.21
109
+ - @veloxts/validation@0.6.21
110
+
111
+ ## 0.6.20
112
+
113
+ ### Patch Changes
114
+
115
+ - add Fastify ecosystem stubs and debuglog to util
116
+ - Updated dependencies
117
+ - @veloxts/auth@0.6.20
118
+ - @veloxts/core@0.6.20
119
+ - @veloxts/orm@0.6.20
120
+ - @veloxts/router@0.6.20
121
+ - @veloxts/validation@0.6.20
122
+
123
+ ## 0.6.19
124
+
125
+ ### Patch Changes
126
+
127
+ - restore dotenv stub for browser compatibility
128
+ - Updated dependencies
129
+ - @veloxts/auth@0.6.19
130
+ - @veloxts/core@0.6.19
131
+ - @veloxts/orm@0.6.19
132
+ - @veloxts/router@0.6.19
133
+ - @veloxts/validation@0.6.19
134
+
135
+ ## 0.6.18
136
+
137
+ ### Patch Changes
138
+
139
+ - add node:fs/promises stub and fix esbuild plugin
140
+ - Updated dependencies
141
+ - @veloxts/auth@0.6.18
142
+ - @veloxts/core@0.6.18
143
+ - @veloxts/orm@0.6.18
144
+ - @veloxts/router@0.6.18
145
+ - @veloxts/validation@0.6.18
146
+
147
+ ## 0.6.17
148
+
149
+ ### Patch Changes
150
+
151
+ - remove optimizeDeps.exclude to fix CJS/ESM interop
152
+ - Updated dependencies
153
+ - @veloxts/auth@0.6.17
154
+ - @veloxts/core@0.6.17
155
+ - @veloxts/orm@0.6.17
156
+ - @veloxts/router@0.6.17
157
+ - @veloxts/validation@0.6.17
158
+
159
+ ## 0.6.16
160
+
161
+ ### Patch Changes
162
+
163
+ - add stubs for Fastify ecosystem packages
164
+ - Updated dependencies
165
+ - @veloxts/auth@0.6.16
166
+ - @veloxts/core@0.6.16
167
+ - @veloxts/orm@0.6.16
168
+ - @veloxts/router@0.6.16
169
+ - @veloxts/validation@0.6.16
170
+
171
+ ## 0.6.15
172
+
173
+ ### Patch Changes
174
+
175
+ - implement three-layer Node.js stubbing for Vite
176
+ - Updated dependencies
177
+ - @veloxts/auth@0.6.15
178
+ - @veloxts/core@0.6.15
179
+ - @veloxts/orm@0.6.15
180
+ - @veloxts/router@0.6.15
181
+ - @veloxts/validation@0.6.15
182
+
183
+ ## 0.6.14
184
+
185
+ ### Patch Changes
186
+
187
+ - stub dotenv as virtual module instead of process shims
188
+ - Updated dependencies
189
+ - @veloxts/auth@0.6.14
190
+ - @veloxts/core@0.6.14
191
+ - @veloxts/orm@0.6.14
192
+ - @veloxts/router@0.6.14
193
+ - @veloxts/validation@0.6.14
194
+
195
+ ## 0.6.13
196
+
197
+ ### Patch Changes
198
+
199
+ - add process.argv stub for dotenv browser compatibility
200
+ - Updated dependencies
201
+ - @veloxts/auth@0.6.13
202
+ - @veloxts/core@0.6.13
203
+ - @veloxts/orm@0.6.13
204
+ - @veloxts/router@0.6.13
205
+ - @veloxts/validation@0.6.13
206
+
207
+ ## 0.6.12
208
+
209
+ ### Patch Changes
210
+
211
+ - Fixes the "process is not defined" error from dotenv
212
+ - Updated dependencies
213
+ - @veloxts/auth@0.6.12
214
+ - @veloxts/core@0.6.12
215
+ - @veloxts/orm@0.6.12
216
+ - @veloxts/router@0.6.12
217
+ - @veloxts/validation@0.6.12
218
+
219
+ ## 0.6.11
220
+
221
+ ### Patch Changes
222
+
223
+ - add Vite plugin for Node.js module stubs
224
+ - Updated dependencies
225
+ - @veloxts/auth@0.6.11
226
+ - @veloxts/core@0.6.11
227
+ - @veloxts/orm@0.6.11
228
+ - @veloxts/router@0.6.11
229
+ - @veloxts/validation@0.6.11
230
+
231
+ ## 0.6.10
232
+
233
+ ### Patch Changes
234
+
235
+ - use import() type syntax for AppRouter
236
+ - Updated dependencies
237
+ - @veloxts/auth@0.6.10
238
+ - @veloxts/core@0.6.10
239
+ - @veloxts/orm@0.6.10
240
+ - @veloxts/router@0.6.10
241
+ - @veloxts/validation@0.6.10
242
+
243
+ ## 0.6.9
244
+
245
+ ### Patch Changes
246
+
247
+ - isolate auth procedures from database imports
248
+ - Updated dependencies
249
+ - @veloxts/auth@0.6.9
250
+ - @veloxts/core@0.6.9
251
+ - @veloxts/orm@0.6.9
252
+ - @veloxts/router@0.6.9
253
+ - @veloxts/validation@0.6.9
254
+
255
+ ## 0.6.8
256
+
257
+ ### Patch Changes
258
+
259
+ - prevent dotenv from leaking into browser bundle
260
+ - Updated dependencies
261
+ - @veloxts/auth@0.6.8
262
+ - @veloxts/core@0.6.8
263
+ - @veloxts/orm@0.6.8
264
+ - @veloxts/router@0.6.8
265
+ - @veloxts/validation@0.6.8
266
+
267
+ ## 0.6.7
268
+
269
+ ### Patch Changes
270
+
271
+ - better-sqlite3 versions mismatch fix
272
+ - Updated dependencies
273
+ - @veloxts/auth@0.6.7
274
+ - @veloxts/core@0.6.7
275
+ - @veloxts/orm@0.6.7
276
+ - @veloxts/router@0.6.7
277
+ - @veloxts/validation@0.6.7
278
+
279
+ ## 0.6.6
280
+
281
+ ### Patch Changes
282
+
283
+ - ensure the web app never imports server-side code paths
284
+ - Updated dependencies
285
+ - @veloxts/auth@0.6.6
286
+ - @veloxts/core@0.6.6
287
+ - @veloxts/orm@0.6.6
288
+ - @veloxts/router@0.6.6
289
+ - @veloxts/validation@0.6.6
290
+
291
+ ## 0.6.5
292
+
293
+ ### Patch Changes
294
+
295
+ - move @prisma/client-runtime-utils to root package.json
296
+ - Updated dependencies
297
+ - @veloxts/auth@0.6.5
298
+ - @veloxts/core@0.6.5
299
+ - @veloxts/orm@0.6.5
300
+ - @veloxts/router@0.6.5
301
+ - @veloxts/validation@0.6.5
302
+
303
+ ## 0.6.4
304
+
305
+ ### Patch Changes
306
+
307
+ - add @prisma/client-runtime-utils dependency
308
+ - Updated dependencies
309
+ - @veloxts/auth@0.6.4
310
+ - @veloxts/core@0.6.4
311
+ - @veloxts/orm@0.6.4
312
+ - @veloxts/router@0.6.4
313
+ - @veloxts/validation@0.6.4
314
+
315
+ ## 0.6.3
316
+
317
+ ### Patch Changes
318
+
319
+ - Add workspaces field to root package.json template + Fix Prisma ESM/CJS import for Node.js v24
320
+ - Updated dependencies
321
+ - @veloxts/auth@0.6.3
322
+ - @veloxts/core@0.6.3
323
+ - @veloxts/orm@0.6.3
324
+ - @veloxts/router@0.6.3
325
+ - @veloxts/validation@0.6.3
326
+
327
+ ## 0.6.2
328
+
329
+ ### Patch Changes
330
+
331
+ - add server actions, removed some deprecated and other chore
332
+ - Updated dependencies
333
+ - @veloxts/auth@0.6.2
334
+ - @veloxts/core@0.6.2
335
+ - @veloxts/orm@0.6.2
336
+ - @veloxts/router@0.6.2
337
+ - @veloxts/validation@0.6.2
338
+
339
+ ## 0.6.1
340
+
341
+ ### Patch Changes
342
+
343
+ - route groups for file-based routing; add dynamic route support with [param] segments
344
+ - Updated dependencies
345
+ - @veloxts/auth@0.6.1
346
+ - @veloxts/core@0.6.1
347
+ - @veloxts/orm@0.6.1
348
+ - @veloxts/router@0.6.1
349
+ - @veloxts/validation@0.6.1
350
+
351
+ ## 0.6.0
352
+
353
+ ### Minor Changes
354
+
355
+ - RSC streaming, dynamic routes, Vinxi integration
356
+
357
+ ### Patch Changes
358
+
359
+ - Updated dependencies
360
+ - @veloxts/auth@0.6.0
361
+ - @veloxts/core@0.6.0
362
+ - @veloxts/orm@0.6.0
363
+ - @veloxts/router@0.6.0
364
+ - @veloxts/validation@0.6.0
365
+
366
+ ## 0.5.0
367
+
368
+ ### Minor Changes
369
+
370
+ - Auto-register procedures + inject Prisma models feature
371
+
372
+ ### Patch Changes
373
+
374
+ - Updated dependencies
375
+ - @veloxts/auth@0.5.0
376
+ - @veloxts/core@0.5.0
377
+ - @veloxts/orm@0.5.0
378
+ - @veloxts/router@0.5.0
379
+ - @veloxts/validation@0.5.0
380
+
381
+ ## 0.4.21
382
+
383
+ ### Patch Changes
384
+
385
+ - format Prisma default values correctly by type
386
+ - Updated dependencies
387
+ - @veloxts/auth@0.4.21
388
+ - @veloxts/core@0.4.21
389
+ - @veloxts/orm@0.4.21
390
+ - @veloxts/router@0.4.21
391
+ - @veloxts/validation@0.4.21
392
+
393
+ ## 0.4.20
394
+
395
+ ### Patch Changes
396
+
397
+ - import consolidation: update import paths for `@veloxts/velox`
398
+ - Updated dependencies
399
+ - @veloxts/auth@0.4.20
400
+ - @veloxts/core@0.4.20
401
+ - @veloxts/orm@0.4.20
402
+ - @veloxts/router@0.4.20
403
+ - @veloxts/validation@0.4.20
404
+
405
+ ## 0.4.19
406
+
407
+ ### Patch Changes
408
+
409
+ - update default dev server port to 3030
410
+ - Updated dependencies
411
+ - @veloxts/auth@0.4.19
412
+ - @veloxts/core@0.4.19
413
+ - @veloxts/orm@0.4.19
414
+ - @veloxts/router@0.4.19
415
+ - @veloxts/validation@0.4.19
416
+
417
+ ## 0.4.18
418
+
419
+ ### Patch Changes
420
+
421
+ - introduce interactive field menu and templates for resource generation
422
+ - Updated dependencies
423
+ - @veloxts/auth@0.4.18
424
+ - @veloxts/core@0.4.18
425
+ - @veloxts/orm@0.4.18
426
+ - @veloxts/router@0.4.18
427
+ - @veloxts/validation@0.4.18
428
+
429
+ ## 0.4.17
430
+
431
+ ### Patch Changes
432
+
433
+ - add interactive field prompts for resource generation
434
+ - Updated dependencies
435
+ - @veloxts/auth@0.4.17
436
+ - @veloxts/core@0.4.17
437
+ - @veloxts/orm@0.4.17
438
+ - @veloxts/router@0.4.17
439
+ - @veloxts/validation@0.4.17
440
+
441
+ ## 0.4.16
442
+
443
+ ### Patch Changes
444
+
445
+ - fixed velox procedures list
446
+ - Updated dependencies
447
+ - @veloxts/auth@0.4.16
448
+ - @veloxts/core@0.4.16
449
+ - @veloxts/orm@0.4.16
450
+ - @veloxts/router@0.4.16
451
+ - @veloxts/validation@0.4.16
452
+
453
+ ## 0.4.15
454
+
455
+ ### Patch Changes
456
+
457
+ - chore lint fixes
458
+ - Updated dependencies
459
+ - @veloxts/auth@0.4.15
460
+ - @veloxts/core@0.4.15
461
+ - @veloxts/orm@0.4.15
462
+ - @veloxts/router@0.4.15
463
+ - @veloxts/validation@0.4.15
464
+
465
+ ## 0.4.14
466
+
467
+ ### Patch Changes
468
+
469
+ - fixed proxy-type inferance and update proxy hooks for optional input handling
470
+ - Updated dependencies
471
+ - @veloxts/auth@0.4.14
472
+ - @veloxts/core@0.4.14
473
+ - @veloxts/orm@0.4.14
474
+ - @veloxts/router@0.4.14
475
+ - @veloxts/validation@0.4.14
476
+
477
+ ## 0.4.13
478
+
479
+ ### Patch Changes
480
+
481
+ - add debug mode to dev server
482
+ - Updated dependencies
483
+ - @veloxts/auth@0.4.13
484
+ - @veloxts/core@0.4.13
485
+ - @veloxts/orm@0.4.13
486
+ - @veloxts/router@0.4.13
487
+ - @veloxts/validation@0.4.13
488
+
489
+ ## 0.4.12
490
+
491
+ ### Patch Changes
492
+
493
+ - preserve type info in trpc template AppRouter export
494
+ - Updated dependencies
495
+ - @veloxts/auth@0.4.12
496
+ - @veloxts/core@0.4.12
497
+ - @veloxts/orm@0.4.12
498
+ - @veloxts/router@0.4.12
499
+ - @veloxts/validation@0.4.12
500
+
501
+ ## 0.4.11
502
+
503
+ ### Patch Changes
504
+
505
+ - fixed api.health.check.useQuery is not a function issue
506
+ - Updated dependencies
507
+ - @veloxts/auth@0.4.11
508
+ - @veloxts/core@0.4.11
509
+ - @veloxts/orm@0.4.11
510
+ - @veloxts/router@0.4.11
511
+ - @veloxts/validation@0.4.11
512
+
513
+ ## 0.4.10
514
+
515
+ ### Patch Changes
516
+
517
+ - fixed ReferenceError: styles is not defined in rpc template
518
+ - Updated dependencies
519
+ - @veloxts/auth@0.4.10
520
+ - @veloxts/core@0.4.10
521
+ - @veloxts/orm@0.4.10
522
+ - @veloxts/router@0.4.10
523
+ - @veloxts/validation@0.4.10
524
+
525
+ ## 0.4.7
526
+
527
+ ### Patch Changes
528
+
529
+ - Add dynamic headers and routes config to client
530
+ - Updated dependencies
531
+ - @veloxts/auth@0.4.7
532
+ - @veloxts/core@0.4.7
533
+ - @veloxts/orm@0.4.7
534
+ - @veloxts/router@0.4.7
535
+ - @veloxts/validation@0.4.7
536
+
537
+ ## 0.4.6
538
+
539
+ ### Patch Changes
540
+
541
+ - Fix broken npm packages - republish with correct dependencies
542
+ - Updated dependencies
543
+ - @veloxts/auth@0.4.6
544
+ - @veloxts/core@0.4.6
545
+ - @veloxts/orm@0.4.6
546
+ - @veloxts/router@0.4.6
547
+ - @veloxts/validation@0.4.6
548
+
549
+ ## 0.4.5
550
+
551
+ ### Patch Changes
552
+
553
+ - b06631b: CI CD npm Trusted Publishing setup
554
+ - Updated dependencies [b06631b]
555
+ - @veloxts/auth@0.4.5
556
+ - @veloxts/core@0.4.5
557
+ - @veloxts/orm@0.4.5
558
+ - @veloxts/router@0.4.5
559
+ - @veloxts/validation@0.4.5
560
+
561
+ ## 0.4.4
562
+
563
+ ### Patch Changes
564
+
565
+ - 05ae1a5: Update to boilerplate, work in progress
566
+ - 9961b52: full-stack React frontend implementation
567
+ - Updated dependencies [05ae1a5]
568
+ - Updated dependencies [9961b52]
569
+ - @veloxts/auth@0.4.4
570
+ - @veloxts/core@0.4.4
571
+ - @veloxts/orm@0.4.4
572
+ - @veloxts/router@0.4.4
573
+ - @veloxts/validation@0.4.4
574
+
575
+ ## 0.4.3
576
+
577
+ ### Patch Changes
578
+
579
+ - ef8d5d0: Dynamically load VeloxTS version from `package.json` in shared template configuration
580
+ - Updated dependencies [ef8d5d0]
581
+ - @veloxts/auth@0.4.3
582
+ - @veloxts/core@0.4.3
583
+ - @veloxts/orm@0.4.3
584
+ - @veloxts/router@0.4.3
585
+ - @veloxts/validation@0.4.3
586
+
587
+ ## 0.4.2
588
+
589
+ ### Patch Changes
590
+
591
+ - 5b4f02c: Updated documentations
592
+ - 0d8d775: Updated guides and readme files
593
+ - Updated dependencies [5b4f02c]
594
+ - Updated dependencies [0d8d775]
595
+ - @veloxts/auth@0.4.2
596
+ - @veloxts/core@0.4.2
597
+ - @veloxts/orm@0.4.2
598
+ - @veloxts/router@0.4.2
599
+ - @veloxts/validation@0.4.2
600
+
601
+ ## 0.4.1
602
+
603
+ ### Patch Changes
604
+
605
+ - 0eea918: Completed CLI generators
606
+ - Updated dependencies [0eea918]
607
+ - @veloxts/auth@0.4.1
608
+ - @veloxts/core@0.4.1
609
+ - @veloxts/orm@0.4.1
610
+ - @veloxts/router@0.4.1
611
+ - @veloxts/validation@0.4.1
612
+
613
+ ## 0.4.0
614
+
615
+ ### Minor Changes
616
+
617
+ - b478fee: Performance Benchmarks | 34k req/s, <1ms p50 latency, 75MB memory, 530ms startup
618
+
619
+ ### Patch Changes
620
+
621
+ - Updated dependencies [b478fee]
622
+ - @veloxts/auth@0.4.0
623
+ - @veloxts/core@0.4.0
624
+ - @veloxts/orm@0.4.0
625
+ - @veloxts/router@0.4.0
626
+ - @veloxts/validation@0.4.0
627
+
628
+ ## 0.3.6
629
+
630
+ ### Patch Changes
631
+
632
+ - 929f2ab: Interactive CLI setup
633
+ - Updated dependencies [929f2ab]
634
+ - @veloxts/auth@0.3.6
635
+ - @veloxts/core@0.3.6
636
+ - @veloxts/orm@0.3.6
637
+ - @veloxts/router@0.3.6
638
+ - @veloxts/validation@0.3.6
639
+
640
+ ## 0.3.5
641
+
642
+ ### Patch Changes
643
+
644
+ - 658e83f: @veloxts/auth, Full REST Support, Better error messages, Type tests with tsd
645
+ - Updated dependencies [658e83f]
646
+ - @veloxts/auth@0.3.5
647
+ - @veloxts/core@0.3.5
648
+ - @veloxts/orm@0.3.5
649
+ - @veloxts/router@0.3.5
650
+ - @veloxts/validation@0.3.5
651
+
652
+ ## 0.3.4
653
+
654
+ ### Patch Changes
655
+
656
+ - 65ef3e7: DI container and Auth Guards
657
+ - Updated dependencies [65ef3e7]
658
+ - @veloxts/auth@0.3.4
659
+ - @veloxts/core@0.3.4
660
+ - @veloxts/orm@0.3.4
661
+ - @veloxts/router@0.3.4
662
+ - @veloxts/validation@0.3.4
663
+
664
+ ## 0.3.3
665
+
666
+ ### Patch Changes
667
+
668
+ - 4ee103b: Full REST support PUT, PATCH and DELETE
669
+ - Updated dependencies [4ee103b]
670
+ - @veloxts/auth@0.3.3
671
+ - @veloxts/core@0.3.3
672
+ - @veloxts/orm@0.3.3
673
+ - @veloxts/router@0.3.3
674
+ - @veloxts/validation@0.3.3
675
+
676
+ ## 0.3.2
677
+
678
+ ### Patch Changes
679
+
680
+ - abf270e: Dynamically set core `VELOX_VERSION` from package.json
681
+ - Updated dependencies [abf270e]
682
+ - @veloxts/auth@0.3.2
683
+ - @veloxts/core@0.3.2
684
+ - @veloxts/orm@0.3.2
685
+ - @veloxts/router@0.3.2
686
+ - @veloxts/validation@0.3.2
687
+
688
+ ## 0.3.1
689
+
690
+ ### Patch Changes
691
+
692
+ - cb9806e: Fixed the value for VELOXTS_VERSION in create app template
693
+ - Updated dependencies [cb9806e]
694
+ - @veloxts/auth@0.3.1
695
+ - @veloxts/core@0.3.1
696
+ - @veloxts/orm@0.3.1
697
+ - @veloxts/router@0.3.1
698
+ - @veloxts/validation@0.3.1
699
+
700
+ ## 0.3.0
701
+
702
+ ### Minor Changes
703
+
704
+ - 1adce10: Introduced an umbrella package for server side packages: @veloxts/velox
705
+
706
+ ### Patch Changes
707
+
708
+ - Updated dependencies [1adce10]
709
+ - @veloxts/auth@0.3.0
710
+ - @veloxts/core@0.3.0
711
+ - @veloxts/orm@0.3.0
712
+ - @veloxts/router@0.3.0
713
+ - @veloxts/validation@0.3.0
714
+
715
+ ## 0.2.2
716
+
717
+ ### Patch Changes
718
+
719
+ - Version bump to sync with create-velox-app native module fix
720
+ - Updated dependencies
721
+ - @veloxts/core@0.2.2
722
+ - @veloxts/validation@0.2.2
723
+ - @veloxts/orm@0.2.2
724
+ - @veloxts/router@0.2.2
725
+ - @veloxts/auth@0.2.2
726
+
727
+ ## 0.2.0
728
+
729
+ ### Minor Changes
730
+
731
+ - 9404976: fix Prisma client generation. README adjustments
732
+
733
+ ### Patch Changes
734
+
735
+ - Updated dependencies [9404976]
736
+ - @veloxts/validation@0.2.0
737
+ - @veloxts/router@0.2.0
738
+ - @veloxts/auth@0.2.0
739
+ - @veloxts/core@0.2.0
740
+ - @veloxts/orm@0.2.0
741
+
742
+ ## 0.1.1
743
+
744
+ ### Patch Changes
745
+
746
+ - Fix Prisma client generation in scaffolder
747
+
748
+ - Added automatic Prisma client generation after dependency installation in create-velox-app
749
+ - Fixed database template to validate DATABASE_URL environment variable
750
+ - Added alpha release warning to all package READMEs
751
+ - Fixed TypeScript type for registerTRPCPlugin to accept FastifyInstance
752
+ - Updated playground app to use Prisma 7.x custom output path
753
+
754
+ - Updated dependencies
755
+ - @veloxts/core@0.1.1
756
+ - @veloxts/router@0.1.1
757
+ - @veloxts/validation@0.1.1
758
+ - @veloxts/orm@0.1.1
759
+ - @veloxts/auth@0.1.1