@veloxts/router 0.6.31 → 0.6.51

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 +180 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,185 @@
1
1
  # @veloxts/router
2
2
 
3
+ ## 0.6.51
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(web): configure @vinxi/server-functions for RSC server actions
8
+ - Updated dependencies
9
+ - @veloxts/core@0.6.51
10
+ - @veloxts/validation@0.6.51
11
+
12
+ ## 0.6.50
13
+
14
+ ### Patch Changes
15
+
16
+ - lint fixed
17
+ - Updated dependencies
18
+ - @veloxts/core@0.6.50
19
+ - @veloxts/validation@0.6.50
20
+
21
+ ## 0.6.49
22
+
23
+ ### Patch Changes
24
+
25
+ - feat(create): add client import lint script for RSC templates
26
+ - Updated dependencies
27
+ - @veloxts/core@0.6.49
28
+ - @veloxts/validation@0.6.49
29
+
30
+ ## 0.6.48
31
+
32
+ ### Patch Changes
33
+
34
+ - fix(web): remove server-only guards incompatible with Vite SS
35
+ - Updated dependencies
36
+ - @veloxts/core@0.6.48
37
+ - @veloxts/validation@0.6.48
38
+
39
+ ## 0.6.47
40
+
41
+ ### Patch Changes
42
+
43
+ - fix(web): use /adapters for createH3ApiHandler to avoid server-only
44
+ - Updated dependencies
45
+ - @veloxts/core@0.6.47
46
+ - @veloxts/validation@0.6.47
47
+
48
+ ## 0.6.46
49
+
50
+ ### Patch Changes
51
+
52
+ - fix(web): remove transitive server-only import from main entry
53
+ - Updated dependencies
54
+ - @veloxts/core@0.6.46
55
+ - @veloxts/validation@0.6.46
56
+
57
+ ## 0.6.45
58
+
59
+ ### Patch Changes
60
+
61
+ - fix(web): remove server-only guard from main entry for Vinxi compat
62
+ - Updated dependencies
63
+ - @veloxts/core@0.6.45
64
+ - @veloxts/validation@0.6.45
65
+
66
+ ## 0.6.44
67
+
68
+ ### Patch Changes
69
+
70
+ - refactor(web): implement proper RSC server/client separation
71
+ - Updated dependencies
72
+ - @veloxts/core@0.6.44
73
+ - @veloxts/validation@0.6.44
74
+
75
+ ## 0.6.43
76
+
77
+ ### Patch Changes
78
+
79
+ - fix(web): exclude native modules from Vite dependency optimization
80
+ - Updated dependencies
81
+ - @veloxts/core@0.6.43
82
+ - @veloxts/validation@0.6.43
83
+
84
+ ## 0.6.42
85
+
86
+ ### Patch Changes
87
+
88
+ - fix(web): enable tsconfig path aliases for Vite/Vinxi + docs(web): add @public/@internal JSDoc annotations to server actions
89
+ - Updated dependencies
90
+ - @veloxts/core@0.6.42
91
+ - @veloxts/validation@0.6.42
92
+
93
+ ## 0.6.41
94
+
95
+ ### Patch Changes
96
+
97
+ - feat(web): add authAction helper for procedure bridge authentication
98
+ - Updated dependencies
99
+ - @veloxts/core@0.6.41
100
+ - @veloxts/validation@0.6.41
101
+
102
+ ## 0.6.40
103
+
104
+ ### Patch Changes
105
+
106
+ - feat(create): consolidate template styles with unified dark mode design
107
+ - Updated dependencies
108
+ - @veloxts/core@0.6.40
109
+ - @veloxts/validation@0.6.40
110
+
111
+ ## 0.6.39
112
+
113
+ ### Patch Changes
114
+
115
+ - fix RSC client hydration with split layout architecture
116
+ - Updated dependencies
117
+ - @veloxts/core@0.6.39
118
+ - @veloxts/validation@0.6.39
119
+
120
+ ## 0.6.38
121
+
122
+ ### Patch Changes
123
+
124
+ - fix client hydration for RSC templates
125
+ - Updated dependencies
126
+ - @veloxts/core@0.6.38
127
+ - @veloxts/validation@0.6.38
128
+
129
+ ## 0.6.37
130
+
131
+ ### Patch Changes
132
+
133
+ - feat(web): add validated() helper for secure server actions & add rsc-auth template with validated()
134
+ - Updated dependencies
135
+ - @veloxts/core@0.6.37
136
+ - @veloxts/validation@0.6.37
137
+
138
+ ## 0.6.36
139
+
140
+ ### Patch Changes
141
+
142
+ - Gap Remediation Plan
143
+ - Updated dependencies
144
+ - @veloxts/core@0.6.36
145
+ - @veloxts/validation@0.6.36
146
+
147
+ ## 0.6.35
148
+
149
+ ### Patch Changes
150
+
151
+ - proper auth template testing in verify-publis
152
+ - Updated dependencies
153
+ - @veloxts/core@0.6.35
154
+ - @veloxts/validation@0.6.35
155
+
156
+ ## 0.6.34
157
+
158
+ ### Patch Changes
159
+
160
+ - update PostgreSQL adapter for Prisma 7 API
161
+ - Updated dependencies
162
+ - @veloxts/core@0.6.34
163
+ - @veloxts/validation@0.6.34
164
+
165
+ ## 0.6.33
166
+
167
+ ### Patch Changes
168
+
169
+ - changed claude.md instruction, added prisma config
170
+ - Updated dependencies
171
+ - @veloxts/core@0.6.33
172
+ - @veloxts/validation@0.6.33
173
+
174
+ ## 0.6.32
175
+
176
+ ### Patch Changes
177
+
178
+ - Introducing new Ecosystem Expansion packages: cache, queue, mail, storage, scheduler, events. Do not use yet
179
+ - Updated dependencies
180
+ - @veloxts/core@0.6.32
181
+ - @veloxts/validation@0.6.32
182
+
3
183
  ## 0.6.31
4
184
 
5
185
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/router",
3
- "version": "0.6.31",
3
+ "version": "0.6.51",
4
4
  "description": "Procedure definitions with tRPC and REST routing for VeloxTS framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@trpc/server": "11.8.0",
37
37
  "fastify": "5.6.2",
38
- "@veloxts/core": "0.6.31",
39
- "@veloxts/validation": "0.6.31"
38
+ "@veloxts/validation": "0.6.51",
39
+ "@veloxts/core": "0.6.51"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@vitest/coverage-v8": "4.0.16",