@react-router/express 0.0.0-experimental-2e661fbb4 → 0.0.0-experimental-c8b52c995
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 +18 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# `@react-router/express`
|
|
2
2
|
|
|
3
|
+
## 7.5.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- `react-router@7.5.0`
|
|
9
|
+
- `@react-router/node@7.5.0`
|
|
10
|
+
|
|
11
|
+
## 7.4.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Better validation of `x-forwarded-host` header to preent potential security issues. ([#13309](https://github.com/remix-run/react-router/pull/13309))
|
|
16
|
+
- Updated dependencies:
|
|
17
|
+
- `react-router@7.4.1`
|
|
18
|
+
- `@react-router/node@7.4.1`
|
|
19
|
+
|
|
3
20
|
## 7.4.0
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -93,7 +110,7 @@
|
|
|
93
110
|
|
|
94
111
|
### Major Changes
|
|
95
112
|
|
|
96
|
-
- Remove
|
|
113
|
+
- Remove single fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
|
|
97
114
|
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
|
|
98
115
|
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
|
|
99
116
|
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/express",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-c8b52c995",
|
|
4
4
|
"description": "Express server request handler for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@react-router/node": "0.0.0-experimental-
|
|
48
|
+
"@react-router/node": "0.0.0-experimental-c8b52c995"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/express": "^4.17.9",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"express": "^4.17.1 || ^5",
|
|
63
63
|
"typescript": "^5.1.0",
|
|
64
|
-
"react-router": "0.0.0-experimental-
|
|
64
|
+
"react-router": "0.0.0-experimental-c8b52c995"
|
|
65
65
|
},
|
|
66
66
|
"peerDependenciesMeta": {
|
|
67
67
|
"typescript": {
|