@react-router/serve 7.4.0-pre.0 → 7.4.0
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 +5 -5
- package/dist/cli.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# `@react-router/serve`
|
|
2
2
|
|
|
3
|
-
## 7.4.0
|
|
3
|
+
## 7.4.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies:
|
|
8
|
-
- `react-router@7.4.0
|
|
9
|
-
- `@react-router/node@7.4.0
|
|
10
|
-
- `@react-router/express@7.4.0
|
|
8
|
+
- `react-router@7.4.0`
|
|
9
|
+
- `@react-router/node@7.4.0`
|
|
10
|
+
- `@react-router/express@7.4.0`
|
|
11
11
|
|
|
12
12
|
## 7.3.0
|
|
13
13
|
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
### Major Changes
|
|
105
105
|
|
|
106
|
-
- Remove
|
|
106
|
+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
|
|
107
107
|
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
|
|
108
108
|
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
|
|
109
109
|
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/serve",
|
|
3
|
-
"version": "7.4.0
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "Production application server for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"get-port": "5.1.1",
|
|
38
38
|
"morgan": "^1.10.0",
|
|
39
39
|
"source-map-support": "^0.5.21",
|
|
40
|
-
"@react-router/express": "7.4.0
|
|
41
|
-
"@react-router/node": "7.4.0
|
|
40
|
+
"@react-router/express": "7.4.0",
|
|
41
|
+
"@react-router/node": "7.4.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"react-router": "7.4.0
|
|
44
|
+
"react-router": "7.4.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/compression": "^1.7.0",
|