@veloxts/client 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 +126 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,131 @@
1
1
  # @veloxts/client
2
2
 
3
+ ## 0.6.52
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(mcp): smart CLI resolution with fallbacks
8
+
9
+ ## 0.6.51
10
+
11
+ ### Patch Changes
12
+
13
+ - fix(web): configure @vinxi/server-functions for RSC server actions
14
+
15
+ ## 0.6.50
16
+
17
+ ### Patch Changes
18
+
19
+ - lint fixed
20
+
21
+ ## 0.6.49
22
+
23
+ ### Patch Changes
24
+
25
+ - feat(create): add client import lint script for RSC templates
26
+
27
+ ## 0.6.48
28
+
29
+ ### Patch Changes
30
+
31
+ - fix(web): remove server-only guards incompatible with Vite SS
32
+
33
+ ## 0.6.47
34
+
35
+ ### Patch Changes
36
+
37
+ - fix(web): use /adapters for createH3ApiHandler to avoid server-only
38
+
39
+ ## 0.6.46
40
+
41
+ ### Patch Changes
42
+
43
+ - fix(web): remove transitive server-only import from main entry
44
+
45
+ ## 0.6.45
46
+
47
+ ### Patch Changes
48
+
49
+ - fix(web): remove server-only guard from main entry for Vinxi compat
50
+
51
+ ## 0.6.44
52
+
53
+ ### Patch Changes
54
+
55
+ - refactor(web): implement proper RSC server/client separation
56
+
57
+ ## 0.6.43
58
+
59
+ ### Patch Changes
60
+
61
+ - fix(web): exclude native modules from Vite dependency optimization
62
+
63
+ ## 0.6.42
64
+
65
+ ### Patch Changes
66
+
67
+ - fix(web): enable tsconfig path aliases for Vite/Vinxi + docs(web): add @public/@internal JSDoc annotations to server actions
68
+
69
+ ## 0.6.41
70
+
71
+ ### Patch Changes
72
+
73
+ - feat(web): add authAction helper for procedure bridge authentication
74
+
75
+ ## 0.6.40
76
+
77
+ ### Patch Changes
78
+
79
+ - feat(create): consolidate template styles with unified dark mode design
80
+
81
+ ## 0.6.39
82
+
83
+ ### Patch Changes
84
+
85
+ - fix RSC client hydration with split layout architecture
86
+
87
+ ## 0.6.38
88
+
89
+ ### Patch Changes
90
+
91
+ - fix client hydration for RSC templates
92
+
93
+ ## 0.6.37
94
+
95
+ ### Patch Changes
96
+
97
+ - feat(web): add validated() helper for secure server actions & add rsc-auth template with validated()
98
+
99
+ ## 0.6.36
100
+
101
+ ### Patch Changes
102
+
103
+ - Gap Remediation Plan
104
+
105
+ ## 0.6.35
106
+
107
+ ### Patch Changes
108
+
109
+ - proper auth template testing in verify-publis
110
+
111
+ ## 0.6.34
112
+
113
+ ### Patch Changes
114
+
115
+ - update PostgreSQL adapter for Prisma 7 API
116
+
117
+ ## 0.6.33
118
+
119
+ ### Patch Changes
120
+
121
+ - changed claude.md instruction, added prisma config
122
+
123
+ ## 0.6.32
124
+
125
+ ### Patch Changes
126
+
127
+ - Introducing new Ecosystem Expansion packages: cache, queue, mail, storage, scheduler, events. Do not use yet
128
+
3
129
  ## 0.6.31
4
130
 
5
131
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/client",
3
- "version": "0.6.31",
3
+ "version": "0.6.52",
4
4
  "description": "Type-safe frontend API client for VeloxTS framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",