@veloxts/web 0.6.59 → 0.6.61

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @veloxts/web
2
2
 
3
+ ## 0.6.61
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(mcp,cli): improve workspace support and add procedure auto-registration
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.61
10
+ - @veloxts/client@0.6.61
11
+ - @veloxts/core@0.6.61
12
+ - @veloxts/router@0.6.61
13
+
14
+ ## 0.6.60
15
+
16
+ ### Patch Changes
17
+
18
+ - feat(create): add tRPC-specific CLAUDE.md and improve AI-native features
19
+ - Updated dependencies
20
+ - @veloxts/auth@0.6.60
21
+ - @veloxts/client@0.6.60
22
+ - @veloxts/core@0.6.60
23
+ - @veloxts/router@0.6.60
24
+
3
25
  ## 0.6.59
4
26
 
5
27
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @veloxts/web
2
2
 
3
- > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Use with caution in production.
3
+ > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Do not use in production yet.
4
4
 
5
5
  React Server Components integration for VeloxTS Framework using Vinxi - provides file-based routing, streaming SSR, server actions with Zod validation, and tRPC bridge. Learn more at [@veloxts/velox](https://www.npmjs.com/package/@veloxts/velox).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/web",
3
- "version": "0.6.59",
3
+ "version": "0.6.61",
4
4
  "description": "React Server Components integration for VeloxTS framework using Vinxi",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -72,10 +72,10 @@
72
72
  "peerDependencies": {
73
73
  "react": ">=19.2.0",
74
74
  "react-dom": ">=19.2.0",
75
- "@veloxts/auth": "0.6.59",
76
- "@veloxts/router": "0.6.59",
77
- "@veloxts/client": "0.6.59",
78
- "@veloxts/core": "0.6.59"
75
+ "@veloxts/auth": "0.6.61",
76
+ "@veloxts/client": "0.6.61",
77
+ "@veloxts/core": "0.6.61",
78
+ "@veloxts/router": "0.6.61"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "@veloxts/auth": {
@@ -98,10 +98,10 @@
98
98
  "react-server-dom-webpack": "19.2.3",
99
99
  "typescript": "5.9.3",
100
100
  "vitest": "4.0.16",
101
- "@veloxts/core": "0.6.59",
102
- "@veloxts/client": "0.6.59",
103
- "@veloxts/router": "0.6.59",
104
- "@veloxts/auth": "0.6.59"
101
+ "@veloxts/client": "0.6.61",
102
+ "@veloxts/auth": "0.6.61",
103
+ "@veloxts/core": "0.6.61",
104
+ "@veloxts/router": "0.6.61"
105
105
  },
106
106
  "keywords": [
107
107
  "velox",