@veloxts/velox 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 +713 -0
- package/GUIDE.md +85 -0
- package/package.json +10 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,713 @@
|
|
|
1
|
+
# @veloxts/velox
|
|
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
|
package/GUIDE.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# @veloxts/velox
|
|
2
|
+
|
|
3
|
+
Complete VeloxTS Framework - batteries included for type-safe, full-stack TypeScript applications.
|
|
4
|
+
|
|
5
|
+
## Quick Start
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npx create-velox-app my-app
|
|
9
|
+
cd my-app
|
|
10
|
+
npm run db:push
|
|
11
|
+
npm run dev
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Your API is running at `http://localhost:3030`.
|
|
15
|
+
|
|
16
|
+
## Basic Usage
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { veloxApp, procedure, procedures, z } from '@veloxts/velox';
|
|
20
|
+
|
|
21
|
+
const app = await veloxApp({ port: 3030 });
|
|
22
|
+
|
|
23
|
+
const greetProcedures = procedures('greet', {
|
|
24
|
+
sayHello: procedure()
|
|
25
|
+
.input(z.object({ name: z.string() }))
|
|
26
|
+
.query(({ input }) => `Hello, ${input.name}!`),
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
app.routes([greetProcedures]);
|
|
30
|
+
await app.start();
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## What's Included
|
|
34
|
+
|
|
35
|
+
- **@veloxts/core** - Application bootstrap, plugins, context, DI
|
|
36
|
+
- **@veloxts/validation** - Zod integration and schema utilities
|
|
37
|
+
- **@veloxts/orm** - Database plugin and Prisma integration
|
|
38
|
+
- **@veloxts/router** - Procedures, REST adapter, tRPC
|
|
39
|
+
- **@veloxts/auth** - Authentication and authorization
|
|
40
|
+
|
|
41
|
+
Separate packages: `@veloxts/client`, `@veloxts/cli`, `create-velox-app`
|
|
42
|
+
|
|
43
|
+
## Import Patterns
|
|
44
|
+
|
|
45
|
+
```typescript
|
|
46
|
+
// Main export
|
|
47
|
+
import { veloxApp, procedure, z } from '@veloxts/velox';
|
|
48
|
+
|
|
49
|
+
// Subpath imports (better tree-shaking)
|
|
50
|
+
import { veloxApp } from '@veloxts/velox/core';
|
|
51
|
+
import { procedure } from '@veloxts/velox/router';
|
|
52
|
+
|
|
53
|
+
// Direct packages (best tree-shaking)
|
|
54
|
+
import { veloxApp } from '@veloxts/core';
|
|
55
|
+
import { procedure } from '@veloxts/router';
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## REST Naming Conventions
|
|
59
|
+
|
|
60
|
+
Procedure names auto-map to HTTP methods:
|
|
61
|
+
|
|
62
|
+
- `getUser` → GET `/users/:id`
|
|
63
|
+
- `listUsers` → GET `/users`
|
|
64
|
+
- `createUser` → POST `/users`
|
|
65
|
+
- `updateUser` → PUT `/users/:id`
|
|
66
|
+
- `deleteUser` → DELETE `/users/:id`
|
|
67
|
+
|
|
68
|
+
## Type Safety
|
|
69
|
+
|
|
70
|
+
Types flow from backend to frontend without code generation:
|
|
71
|
+
|
|
72
|
+
```typescript
|
|
73
|
+
// Frontend
|
|
74
|
+
import { createClient } from '@veloxts/client';
|
|
75
|
+
import type { userProcedures } from '../server/procedures';
|
|
76
|
+
|
|
77
|
+
const api = createClient<{ users: typeof userProcedures }>({ baseUrl: '/api' });
|
|
78
|
+
const user = await api.users.getUser({ id: '123' }); // Fully typed
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Learn More
|
|
82
|
+
|
|
83
|
+
- [GitHub Repository](https://github.com/veloxts/velox-ts-framework)
|
|
84
|
+
- [@veloxts/router](https://www.npmjs.com/package/@veloxts/router) - Procedures
|
|
85
|
+
- [@veloxts/client](https://www.npmjs.com/package/@veloxts/client) - Frontend client
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veloxts/velox",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.29",
|
|
4
4
|
"description": "Complete VeloxTS framework - batteries included",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,14 +33,17 @@
|
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist",
|
|
36
|
-
"README.md"
|
|
36
|
+
"README.md",
|
|
37
|
+
"GUIDE.md",
|
|
38
|
+
"LICENSE",
|
|
39
|
+
"CHANGELOG.md"
|
|
37
40
|
],
|
|
38
41
|
"dependencies": {
|
|
39
|
-
"@veloxts/core": "0.6.
|
|
40
|
-
"@veloxts/validation": "0.6.
|
|
41
|
-
"@veloxts/orm": "0.6.
|
|
42
|
-
"@veloxts/router": "0.6.
|
|
43
|
-
"@veloxts/auth": "0.6.
|
|
42
|
+
"@veloxts/core": "0.6.29",
|
|
43
|
+
"@veloxts/validation": "0.6.29",
|
|
44
|
+
"@veloxts/orm": "0.6.29",
|
|
45
|
+
"@veloxts/router": "0.6.29",
|
|
46
|
+
"@veloxts/auth": "0.6.29"
|
|
44
47
|
},
|
|
45
48
|
"devDependencies": {
|
|
46
49
|
"typescript": "5.9.3"
|