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