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