@veloxts/web 0.7.9 → 0.8.1

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,30 @@
1
1
  # @veloxts/web
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add business logic primitives for B2B SaaS apps
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.8.1
10
+ - @veloxts/client@0.8.1
11
+ - @veloxts/core@0.8.1
12
+ - @veloxts/router@0.8.1
13
+
14
+ ## 0.8.0
15
+
16
+ ### Minor Changes
17
+
18
+ - feat(router): new simplified procedure builder
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @veloxts/auth@0.8.0
24
+ - @veloxts/client@0.8.0
25
+ - @veloxts/core@0.8.0
26
+ - @veloxts/router@0.8.0
27
+
3
28
  ## 0.7.9
4
29
 
5
30
  ### Patch Changes
package/GUIDE.md CHANGED
@@ -197,7 +197,7 @@ Complete documentation at [@veloxts/velox](https://www.npmjs.com/package/@veloxt
197
197
 
198
198
  ## Status
199
199
 
200
- **v0.7.x** - Early preview. APIs stabilizing with 615+ tests and 94.4% coverage.
200
+ **v0.8.x** - Early preview. APIs stabilizing with 615+ tests and 94.4% coverage.
201
201
 
202
202
  ## License
203
203
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @veloxts/web
2
2
 
3
- > **Early Access (v0.7.x)**
3
+ > **Early Access (v0.8.x)**
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
 
@@ -415,5 +415,5 @@ interface Action {
415
415
  * @public
416
416
  */
417
417
  declare const action: Action;
418
- export { action };
419
418
  export type { Action, ActionBuilder, ActionConfig, ActionHandlerFn, ErrorHandler, FromProcedureOptions, ValidatedAction, };
419
+ export { action };
@@ -419,7 +419,4 @@ function actionFn(schema, handler) {
419
419
  ok,
420
420
  error: fail,
421
421
  });
422
- // ============================================================================
423
- // Exports
424
- // ============================================================================
425
422
  export { action };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/web",
3
- "version": "0.7.9",
3
+ "version": "0.8.1",
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.7.9",
76
- "@veloxts/client": "0.7.9",
77
- "@veloxts/core": "0.7.9",
78
- "@veloxts/router": "0.7.9"
75
+ "@veloxts/auth": "0.8.1",
76
+ "@veloxts/client": "0.8.1",
77
+ "@veloxts/router": "0.8.1",
78
+ "@veloxts/core": "0.8.1"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "@veloxts/auth": {
@@ -86,21 +86,21 @@
86
86
  }
87
87
  },
88
88
  "devDependencies": {
89
- "@types/jsdom": "27.0.0",
90
- "@types/node": "25.2.3",
89
+ "@types/jsdom": "28.0.0",
90
+ "@types/node": "25.5.0",
91
91
  "@types/react": "19.2.14",
92
92
  "@types/react-dom": "19.2.3",
93
- "@vitest/coverage-v8": "4.0.18",
94
- "fastify": "5.7.4",
95
- "jsdom": "28.0.0",
93
+ "@vitest/coverage-v8": "4.1.0",
94
+ "fastify": "5.8.2",
95
+ "jsdom": "28.1.0",
96
96
  "react": "19.2.4",
97
97
  "react-dom": "19.2.4",
98
98
  "typescript": "5.9.3",
99
- "vitest": "4.0.18",
100
- "@veloxts/auth": "0.7.9",
101
- "@veloxts/client": "0.7.9",
102
- "@veloxts/core": "0.7.9",
103
- "@veloxts/router": "0.7.9"
99
+ "vitest": "4.1.0",
100
+ "@veloxts/auth": "0.8.1",
101
+ "@veloxts/core": "0.8.1",
102
+ "@veloxts/router": "0.8.1",
103
+ "@veloxts/client": "0.8.1"
104
104
  },
105
105
  "keywords": [
106
106
  "velox",