@tanstack/react-start 1.167.6 → 1.167.8
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/react-start",
|
|
3
|
-
"version": "1.167.
|
|
3
|
+
"version": "1.167.8",
|
|
4
4
|
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"pathe": "^2.0.3",
|
|
104
|
-
"@tanstack/react-start-client": "1.166.
|
|
105
|
-
"@tanstack/react-start-server": "1.166.
|
|
104
|
+
"@tanstack/react-start-client": "1.166.19",
|
|
105
|
+
"@tanstack/react-start-server": "1.166.19",
|
|
106
106
|
"@tanstack/router-utils": "^1.161.6",
|
|
107
|
-
"@tanstack/
|
|
108
|
-
"@tanstack/
|
|
109
|
-
"@tanstack/start-
|
|
110
|
-
"@tanstack/start-
|
|
107
|
+
"@tanstack/react-router": "1.168.4",
|
|
108
|
+
"@tanstack/start-plugin-core": "1.167.10",
|
|
109
|
+
"@tanstack/start-server-core": "1.167.4",
|
|
110
|
+
"@tanstack/start-client-core": "1.167.4"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"react": ">=18.0.0 || >=19.0.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rimraf ./dist && rimraf ./coverage",
|
|
126
126
|
"test": "pnpm test:build",
|
|
127
|
-
"test:build": "
|
|
127
|
+
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
|
|
128
128
|
"build": "vite build && vite build -c vite.config.server-entry.ts"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
File without changes
|
|
File without changes
|