@tanstack/router-plugin 1.43.9 → 1.43.12
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 +31 -31
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/router-plugin",
|
|
3
|
-
"version": "1.43.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "1.43.12",
|
|
4
|
+
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -14,6 +14,15 @@
|
|
|
14
14
|
"type": "github",
|
|
15
15
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
16
16
|
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"react",
|
|
19
|
+
"location",
|
|
20
|
+
"router",
|
|
21
|
+
"routing",
|
|
22
|
+
"async",
|
|
23
|
+
"async router",
|
|
24
|
+
"typescript"
|
|
25
|
+
],
|
|
17
26
|
"type": "module",
|
|
18
27
|
"exports": {
|
|
19
28
|
".": {
|
|
@@ -59,37 +68,12 @@
|
|
|
59
68
|
"./package.json": "./package.json"
|
|
60
69
|
},
|
|
61
70
|
"sideEffects": false,
|
|
62
|
-
"keywords": [
|
|
63
|
-
"react",
|
|
64
|
-
"location",
|
|
65
|
-
"router",
|
|
66
|
-
"routing",
|
|
67
|
-
"async",
|
|
68
|
-
"async router",
|
|
69
|
-
"typescript"
|
|
70
|
-
],
|
|
71
|
-
"engines": {
|
|
72
|
-
"node": ">=12"
|
|
73
|
-
},
|
|
74
71
|
"files": [
|
|
75
72
|
"dist",
|
|
76
|
-
"src
|
|
73
|
+
"src"
|
|
77
74
|
],
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"vite": ">=5.0.13",
|
|
81
|
-
"webpack": ">=5.92.0"
|
|
82
|
-
},
|
|
83
|
-
"peerDependenciesMeta": {
|
|
84
|
-
"vite": {
|
|
85
|
-
"optional": true
|
|
86
|
-
},
|
|
87
|
-
"@rsbuild/core": {
|
|
88
|
-
"optional": true
|
|
89
|
-
},
|
|
90
|
-
"webpack": {
|
|
91
|
-
"optional": true
|
|
92
|
-
}
|
|
75
|
+
"engines": {
|
|
76
|
+
"node": ">=12"
|
|
93
77
|
},
|
|
94
78
|
"dependencies": {
|
|
95
79
|
"@babel/core": "^7.24.7",
|
|
@@ -108,10 +92,26 @@
|
|
|
108
92
|
"chokidar": "^3.5.3",
|
|
109
93
|
"unplugin": "^1.11.0",
|
|
110
94
|
"zod": "^3.22.4",
|
|
111
|
-
"@tanstack/router-generator": "^1.43.
|
|
95
|
+
"@tanstack/router-generator": "^1.43.12"
|
|
112
96
|
},
|
|
113
97
|
"devDependencies": {
|
|
114
98
|
"vite": "^5.3.1"
|
|
115
99
|
},
|
|
100
|
+
"peerDependencies": {
|
|
101
|
+
"@rsbuild/core": ">=0.7.9",
|
|
102
|
+
"vite": ">=5.0.13",
|
|
103
|
+
"webpack": ">=5.92.0"
|
|
104
|
+
},
|
|
105
|
+
"peerDependenciesMeta": {
|
|
106
|
+
"vite": {
|
|
107
|
+
"optional": true
|
|
108
|
+
},
|
|
109
|
+
"@rsbuild/core": {
|
|
110
|
+
"optional": true
|
|
111
|
+
},
|
|
112
|
+
"webpack": {
|
|
113
|
+
"optional": true
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
116
|
"scripts": {}
|
|
117
117
|
}
|