@react-router/serve 7.14.0 → 7.14.2
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 -2
- package/dist/cli.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# `@react-router/serve`
|
|
2
2
|
|
|
3
|
+
## v7.14.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- [`react-router@7.14.2`](https://github.com/remix-run/react-router/releases/tag/react-router@7.14.2)
|
|
9
|
+
- [`@react-router/express@7.14.2`](https://github.com/remix-run/react-router/releases/tag/@react-router/express@7.14.2)
|
|
10
|
+
- [`@react-router/node@7.14.2`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@7.14.2)
|
|
11
|
+
|
|
12
|
+
## v7.14.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies:
|
|
17
|
+
- [`react-router@7.14.1`](https://github.com/remix-run/react-router/releases/tag/react-router@7.14.1)
|
|
18
|
+
- [`@react-router/express@7.14.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/express@7.14.1)
|
|
19
|
+
- [`@react-router/node@7.14.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@7.14.1)
|
|
20
|
+
|
|
3
21
|
## 7.14.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -746,12 +764,10 @@
|
|
|
746
764
|
- Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as _"sending a promise over the wire"_. ([#4920](https://github.com/remix-run/remix/pull/4920))
|
|
747
765
|
|
|
748
766
|
Informational Resources:
|
|
749
|
-
|
|
750
767
|
- <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>
|
|
751
768
|
- <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>
|
|
752
769
|
|
|
753
770
|
Documentation Resources (better docs specific to Remix are in the works):
|
|
754
|
-
|
|
755
771
|
- <https://reactrouter.com/en/main/utils/defer>
|
|
756
772
|
- <https://reactrouter.com/en/main/components/await>
|
|
757
773
|
- <https://reactrouter.com/en/main/hooks/use-async-value>
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/serve",
|
|
3
|
-
"version": "7.14.
|
|
3
|
+
"version": "7.14.2",
|
|
4
4
|
"description": "Production application server for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"get-port": "5.1.1",
|
|
40
40
|
"morgan": "^1.10.1",
|
|
41
41
|
"source-map-support": "^0.5.21",
|
|
42
|
-
"@react-router/express": "7.14.
|
|
43
|
-
"@react-router/node": "7.14.
|
|
42
|
+
"@react-router/express": "7.14.2",
|
|
43
|
+
"@react-router/node": "7.14.2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"react-router": "7.14.
|
|
46
|
+
"react-router": "7.14.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/compression": "^1.8.1",
|