@veloxts/web 0.6.100 → 0.6.102

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 +22 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @veloxts/web
2
2
 
3
+ ## 0.6.102
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: upgrade fastify to 5.7.4 across all packages
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.102
10
+ - @veloxts/client@0.6.102
11
+ - @veloxts/core@0.6.102
12
+ - @veloxts/router@0.6.102
13
+
14
+ ## 0.6.101
15
+
16
+ ### Patch Changes
17
+
18
+ - fix(client): align parentResource type with router's ParentResourceConfig
19
+ - Updated dependencies
20
+ - @veloxts/client@0.6.101
21
+ - @veloxts/router@0.6.101
22
+ - @veloxts/auth@0.6.101
23
+ - @veloxts/core@0.6.101
24
+
3
25
  ## 0.6.100
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/web",
3
- "version": "0.6.100",
3
+ "version": "0.6.102",
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.100",
76
- "@veloxts/client": "0.6.100",
77
- "@veloxts/router": "0.6.100",
78
- "@veloxts/core": "0.6.100"
75
+ "@veloxts/auth": "0.6.102",
76
+ "@veloxts/client": "0.6.102",
77
+ "@veloxts/core": "0.6.102",
78
+ "@veloxts/router": "0.6.102"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "@veloxts/auth": {
@@ -91,17 +91,17 @@
91
91
  "@types/react": "19.2.10",
92
92
  "@types/react-dom": "19.2.3",
93
93
  "@vitest/coverage-v8": "4.0.18",
94
- "fastify": "5.7.2",
94
+ "fastify": "5.7.4",
95
95
  "jsdom": "27.4.0",
96
96
  "react": "19.2.4",
97
97
  "react-dom": "19.2.4",
98
98
  "react-server-dom-webpack": "19.2.4",
99
99
  "typescript": "5.9.3",
100
100
  "vitest": "4.0.18",
101
- "@veloxts/auth": "0.6.100",
102
- "@veloxts/client": "0.6.100",
103
- "@veloxts/core": "0.6.100",
104
- "@veloxts/router": "0.6.100"
101
+ "@veloxts/auth": "0.6.102",
102
+ "@veloxts/core": "0.6.102",
103
+ "@veloxts/client": "0.6.102",
104
+ "@veloxts/router": "0.6.102"
105
105
  },
106
106
  "keywords": [
107
107
  "velox",