@tanstack/solid-start 1.134.9 → 1.134.11
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# TanStack Solid Start
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
SSR, Streaming, Server Functions, API Routes, bundling and more powered by [TanStack Router](https://tanstack.com/router) and Vite. Ready to deploy to your favorite hosting provider.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/solid-start",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.11",
|
|
4
4
|
"description": "Modern and scalable routing for Solid applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"pathe": "^2.0.3",
|
|
89
|
-
"@tanstack/solid-start-client": "1.134.
|
|
90
|
-
"@tanstack/solid-start-server": "1.134.
|
|
91
|
-
"@tanstack/start-
|
|
92
|
-
"@tanstack/solid-router": "1.134.
|
|
93
|
-
"@tanstack/start-
|
|
94
|
-
"@tanstack/start-server-core": "1.134.
|
|
89
|
+
"@tanstack/solid-start-client": "1.134.11",
|
|
90
|
+
"@tanstack/solid-start-server": "1.134.11",
|
|
91
|
+
"@tanstack/start-client-core": "1.134.10",
|
|
92
|
+
"@tanstack/solid-router": "1.134.11",
|
|
93
|
+
"@tanstack/start-plugin-core": "1.134.10",
|
|
94
|
+
"@tanstack/start-server-core": "1.134.10"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"vite": "^7.1.7",
|