@tanstack/solid-start 2.0.0-alpha.9 → 2.0.0-beta.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/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/solid-start",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.11",
|
|
4
4
|
"description": "Modern and scalable routing for Solid applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -101,16 +101,17 @@
|
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"pathe": "^2.0.3",
|
|
104
|
-
"@tanstack/solid-start-
|
|
105
|
-
"@tanstack/
|
|
106
|
-
"@tanstack/
|
|
107
|
-
"@tanstack/
|
|
108
|
-
"@tanstack/start-
|
|
109
|
-
"@tanstack/start-
|
|
104
|
+
"@tanstack/solid-start-server": "2.0.0-beta.10",
|
|
105
|
+
"@tanstack/start-plugin-core": "1.167.17",
|
|
106
|
+
"@tanstack/solid-router": "2.0.0-beta.10",
|
|
107
|
+
"@tanstack/start-client-core": "1.167.9",
|
|
108
|
+
"@tanstack/start-server-core": "1.167.9",
|
|
109
|
+
"@tanstack/solid-start-client": "2.0.0-beta.10"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@tanstack/intent": "^0.0.14",
|
|
113
113
|
"vite": "*",
|
|
114
|
+
"@types/node": ">=20",
|
|
114
115
|
"@tanstack/router-utils": "1.161.6"
|
|
115
116
|
},
|
|
116
117
|
"peerDependencies": {
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
"scripts": {
|
|
125
126
|
"clean": "rimraf ./dist && rimraf ./coverage",
|
|
126
127
|
"test": "pnpm test:build",
|
|
127
|
-
"test:build": "
|
|
128
|
+
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
|
|
128
129
|
"build": "vite build && vite build -c vite.config.server-entry.ts"
|
|
129
130
|
}
|
|
130
131
|
}
|