@veloxts/web 0.6.106 → 0.6.107
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 +11 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @veloxts/web
|
|
2
2
|
|
|
3
|
+
## 0.6.107
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat(cli): add workspace monorepo support for `velox dev`
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @veloxts/auth@0.6.107
|
|
10
|
+
- @veloxts/client@0.6.107
|
|
11
|
+
- @veloxts/core@0.6.107
|
|
12
|
+
- @veloxts/router@0.6.107
|
|
13
|
+
|
|
3
14
|
## 0.6.106
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veloxts/web",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.107",
|
|
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/
|
|
76
|
-
"@veloxts/
|
|
77
|
-
"@veloxts/
|
|
78
|
-
"@veloxts/
|
|
75
|
+
"@veloxts/auth": "0.6.107",
|
|
76
|
+
"@veloxts/core": "0.6.107",
|
|
77
|
+
"@veloxts/client": "0.6.107",
|
|
78
|
+
"@veloxts/router": "0.6.107"
|
|
79
79
|
},
|
|
80
80
|
"peerDependenciesMeta": {
|
|
81
81
|
"@veloxts/auth": {
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"react-dom": "19.2.4",
|
|
98
98
|
"typescript": "5.9.3",
|
|
99
99
|
"vitest": "4.0.18",
|
|
100
|
-
"@veloxts/
|
|
101
|
-
"@veloxts/
|
|
102
|
-
"@veloxts/
|
|
103
|
-
"@veloxts/
|
|
100
|
+
"@veloxts/auth": "0.6.107",
|
|
101
|
+
"@veloxts/client": "0.6.107",
|
|
102
|
+
"@veloxts/router": "0.6.107",
|
|
103
|
+
"@veloxts/core": "0.6.107"
|
|
104
104
|
},
|
|
105
105
|
"keywords": [
|
|
106
106
|
"velox",
|