@veloxts/velox 0.6.31 → 0.6.52

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +252 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,257 @@
1
1
  # @veloxts/velox
2
2
 
3
+ ## 0.6.52
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(mcp): smart CLI resolution with fallbacks
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.52
10
+ - @veloxts/core@0.6.52
11
+ - @veloxts/orm@0.6.52
12
+ - @veloxts/router@0.6.52
13
+ - @veloxts/validation@0.6.52
14
+
15
+ ## 0.6.51
16
+
17
+ ### Patch Changes
18
+
19
+ - fix(web): configure @vinxi/server-functions for RSC server actions
20
+ - Updated dependencies
21
+ - @veloxts/auth@0.6.51
22
+ - @veloxts/core@0.6.51
23
+ - @veloxts/orm@0.6.51
24
+ - @veloxts/router@0.6.51
25
+ - @veloxts/validation@0.6.51
26
+
27
+ ## 0.6.50
28
+
29
+ ### Patch Changes
30
+
31
+ - lint fixed
32
+ - Updated dependencies
33
+ - @veloxts/auth@0.6.50
34
+ - @veloxts/core@0.6.50
35
+ - @veloxts/orm@0.6.50
36
+ - @veloxts/router@0.6.50
37
+ - @veloxts/validation@0.6.50
38
+
39
+ ## 0.6.49
40
+
41
+ ### Patch Changes
42
+
43
+ - feat(create): add client import lint script for RSC templates
44
+ - Updated dependencies
45
+ - @veloxts/auth@0.6.49
46
+ - @veloxts/core@0.6.49
47
+ - @veloxts/orm@0.6.49
48
+ - @veloxts/router@0.6.49
49
+ - @veloxts/validation@0.6.49
50
+
51
+ ## 0.6.48
52
+
53
+ ### Patch Changes
54
+
55
+ - fix(web): remove server-only guards incompatible with Vite SS
56
+ - Updated dependencies
57
+ - @veloxts/auth@0.6.48
58
+ - @veloxts/core@0.6.48
59
+ - @veloxts/orm@0.6.48
60
+ - @veloxts/router@0.6.48
61
+ - @veloxts/validation@0.6.48
62
+
63
+ ## 0.6.47
64
+
65
+ ### Patch Changes
66
+
67
+ - fix(web): use /adapters for createH3ApiHandler to avoid server-only
68
+ - Updated dependencies
69
+ - @veloxts/auth@0.6.47
70
+ - @veloxts/core@0.6.47
71
+ - @veloxts/orm@0.6.47
72
+ - @veloxts/router@0.6.47
73
+ - @veloxts/validation@0.6.47
74
+
75
+ ## 0.6.46
76
+
77
+ ### Patch Changes
78
+
79
+ - fix(web): remove transitive server-only import from main entry
80
+ - Updated dependencies
81
+ - @veloxts/auth@0.6.46
82
+ - @veloxts/core@0.6.46
83
+ - @veloxts/orm@0.6.46
84
+ - @veloxts/router@0.6.46
85
+ - @veloxts/validation@0.6.46
86
+
87
+ ## 0.6.45
88
+
89
+ ### Patch Changes
90
+
91
+ - fix(web): remove server-only guard from main entry for Vinxi compat
92
+ - Updated dependencies
93
+ - @veloxts/auth@0.6.45
94
+ - @veloxts/core@0.6.45
95
+ - @veloxts/orm@0.6.45
96
+ - @veloxts/router@0.6.45
97
+ - @veloxts/validation@0.6.45
98
+
99
+ ## 0.6.44
100
+
101
+ ### Patch Changes
102
+
103
+ - refactor(web): implement proper RSC server/client separation
104
+ - Updated dependencies
105
+ - @veloxts/auth@0.6.44
106
+ - @veloxts/core@0.6.44
107
+ - @veloxts/orm@0.6.44
108
+ - @veloxts/router@0.6.44
109
+ - @veloxts/validation@0.6.44
110
+
111
+ ## 0.6.43
112
+
113
+ ### Patch Changes
114
+
115
+ - fix(web): exclude native modules from Vite dependency optimization
116
+ - Updated dependencies
117
+ - @veloxts/auth@0.6.43
118
+ - @veloxts/core@0.6.43
119
+ - @veloxts/orm@0.6.43
120
+ - @veloxts/router@0.6.43
121
+ - @veloxts/validation@0.6.43
122
+
123
+ ## 0.6.42
124
+
125
+ ### Patch Changes
126
+
127
+ - fix(web): enable tsconfig path aliases for Vite/Vinxi + docs(web): add @public/@internal JSDoc annotations to server actions
128
+ - Updated dependencies
129
+ - @veloxts/auth@0.6.42
130
+ - @veloxts/core@0.6.42
131
+ - @veloxts/orm@0.6.42
132
+ - @veloxts/router@0.6.42
133
+ - @veloxts/validation@0.6.42
134
+
135
+ ## 0.6.41
136
+
137
+ ### Patch Changes
138
+
139
+ - feat(web): add authAction helper for procedure bridge authentication
140
+ - Updated dependencies
141
+ - @veloxts/auth@0.6.41
142
+ - @veloxts/core@0.6.41
143
+ - @veloxts/orm@0.6.41
144
+ - @veloxts/router@0.6.41
145
+ - @veloxts/validation@0.6.41
146
+
147
+ ## 0.6.40
148
+
149
+ ### Patch Changes
150
+
151
+ - feat(create): consolidate template styles with unified dark mode design
152
+ - Updated dependencies
153
+ - @veloxts/auth@0.6.40
154
+ - @veloxts/core@0.6.40
155
+ - @veloxts/orm@0.6.40
156
+ - @veloxts/router@0.6.40
157
+ - @veloxts/validation@0.6.40
158
+
159
+ ## 0.6.39
160
+
161
+ ### Patch Changes
162
+
163
+ - fix RSC client hydration with split layout architecture
164
+ - Updated dependencies
165
+ - @veloxts/auth@0.6.39
166
+ - @veloxts/core@0.6.39
167
+ - @veloxts/orm@0.6.39
168
+ - @veloxts/router@0.6.39
169
+ - @veloxts/validation@0.6.39
170
+
171
+ ## 0.6.38
172
+
173
+ ### Patch Changes
174
+
175
+ - fix client hydration for RSC templates
176
+ - Updated dependencies
177
+ - @veloxts/auth@0.6.38
178
+ - @veloxts/core@0.6.38
179
+ - @veloxts/orm@0.6.38
180
+ - @veloxts/router@0.6.38
181
+ - @veloxts/validation@0.6.38
182
+
183
+ ## 0.6.37
184
+
185
+ ### Patch Changes
186
+
187
+ - feat(web): add validated() helper for secure server actions & add rsc-auth template with validated()
188
+ - Updated dependencies
189
+ - @veloxts/auth@0.6.37
190
+ - @veloxts/core@0.6.37
191
+ - @veloxts/orm@0.6.37
192
+ - @veloxts/router@0.6.37
193
+ - @veloxts/validation@0.6.37
194
+
195
+ ## 0.6.36
196
+
197
+ ### Patch Changes
198
+
199
+ - Gap Remediation Plan
200
+ - Updated dependencies
201
+ - @veloxts/auth@0.6.36
202
+ - @veloxts/core@0.6.36
203
+ - @veloxts/orm@0.6.36
204
+ - @veloxts/router@0.6.36
205
+ - @veloxts/validation@0.6.36
206
+
207
+ ## 0.6.35
208
+
209
+ ### Patch Changes
210
+
211
+ - proper auth template testing in verify-publis
212
+ - Updated dependencies
213
+ - @veloxts/auth@0.6.35
214
+ - @veloxts/core@0.6.35
215
+ - @veloxts/orm@0.6.35
216
+ - @veloxts/router@0.6.35
217
+ - @veloxts/validation@0.6.35
218
+
219
+ ## 0.6.34
220
+
221
+ ### Patch Changes
222
+
223
+ - update PostgreSQL adapter for Prisma 7 API
224
+ - Updated dependencies
225
+ - @veloxts/auth@0.6.34
226
+ - @veloxts/core@0.6.34
227
+ - @veloxts/orm@0.6.34
228
+ - @veloxts/router@0.6.34
229
+ - @veloxts/validation@0.6.34
230
+
231
+ ## 0.6.33
232
+
233
+ ### Patch Changes
234
+
235
+ - changed claude.md instruction, added prisma config
236
+ - Updated dependencies
237
+ - @veloxts/auth@0.6.33
238
+ - @veloxts/core@0.6.33
239
+ - @veloxts/orm@0.6.33
240
+ - @veloxts/router@0.6.33
241
+ - @veloxts/validation@0.6.33
242
+
243
+ ## 0.6.32
244
+
245
+ ### Patch Changes
246
+
247
+ - Introducing new Ecosystem Expansion packages: cache, queue, mail, storage, scheduler, events. Do not use yet
248
+ - Updated dependencies
249
+ - @veloxts/auth@0.6.32
250
+ - @veloxts/core@0.6.32
251
+ - @veloxts/orm@0.6.32
252
+ - @veloxts/router@0.6.32
253
+ - @veloxts/validation@0.6.32
254
+
3
255
  ## 0.6.31
4
256
 
5
257
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/velox",
3
- "version": "0.6.31",
3
+ "version": "0.6.52",
4
4
  "description": "Complete VeloxTS framework - batteries included",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,11 +39,11 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "@veloxts/core": "0.6.31",
43
- "@veloxts/orm": "0.6.31",
44
- "@veloxts/router": "0.6.31",
45
- "@veloxts/validation": "0.6.31",
46
- "@veloxts/auth": "0.6.31"
42
+ "@veloxts/core": "0.6.52",
43
+ "@veloxts/router": "0.6.52",
44
+ "@veloxts/auth": "0.6.52",
45
+ "@veloxts/validation": "0.6.52",
46
+ "@veloxts/orm": "0.6.52"
47
47
  },
48
48
  "devDependencies": {
49
49
  "typescript": "5.9.3"