@react-router/serve 7.9.2-pre.3 → 7.9.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 CHANGED
@@ -1,41 +1,14 @@
1
1
  # `@react-router/serve`
2
2
 
3
- ## 7.9.2-pre.3
3
+ ## 7.9.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - disable compression for RSC responses for now ([#14381](https://github.com/remix-run/react-router/pull/14381))
8
8
  - Updated dependencies:
9
- - `react-router@7.9.2-pre.3`
10
- - `@react-router/express@7.9.2-pre.3`
11
- - `@react-router/node@7.9.2-pre.3`
12
-
13
- ## 7.9.2-pre.2
14
-
15
- ### Patch Changes
16
-
17
- - Updated dependencies:
18
- - `react-router@7.9.2-pre.2`
19
- - `@react-router/express@7.9.2-pre.2`
20
- - `@react-router/node@7.9.2-pre.2`
21
-
22
- ## 7.9.2-pre.1
23
-
24
- ### Patch Changes
25
-
26
- - Updated dependencies:
27
- - `react-router@7.9.2-pre.1`
28
- - `@react-router/node@7.9.2-pre.1`
29
- - `@react-router/express@7.9.2-pre.1`
30
-
31
- ## 7.9.2-pre.0
32
-
33
- ### Patch Changes
34
-
35
- - Updated dependencies:
36
- - `react-router@7.9.2-pre.0`
37
- - `@react-router/node@7.9.2-pre.0`
38
- - `@react-router/express@7.9.2-pre.0`
9
+ - `react-router@7.9.2`
10
+ - `@react-router/node@7.9.2`
11
+ - `@react-router/express@7.9.2`
39
12
 
40
13
  ## 7.9.1
41
14
 
@@ -663,10 +636,12 @@
663
636
  - 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))
664
637
 
665
638
  Informational Resources:
639
+
666
640
  - <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>
667
641
  - <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>
668
642
 
669
643
  Documentation Resources (better docs specific to Remix are in the works):
644
+
670
645
  - <https://reactrouter.com/en/main/utils/defer>
671
646
  - <https://reactrouter.com/en/main/components/await>
672
647
  - <https://reactrouter.com/en/main/hooks/use-async-value>
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/serve v7.9.2-pre.3
3
+ * @react-router/serve v7.9.2
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-router/serve",
3
- "version": "7.9.2-pre.3",
3
+ "version": "7.9.2",
4
4
  "description": "Production application server for React Router",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/react-router/issues"
@@ -38,11 +38,11 @@
38
38
  "get-port": "5.1.1",
39
39
  "morgan": "^1.10.0",
40
40
  "source-map-support": "^0.5.21",
41
- "@react-router/express": "7.9.2-pre.3",
42
- "@react-router/node": "7.9.2-pre.3"
41
+ "@react-router/express": "7.9.2",
42
+ "@react-router/node": "7.9.2"
43
43
  },
44
44
  "peerDependencies": {
45
- "react-router": "7.9.2-pre.3"
45
+ "react-router": "7.9.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/compression": "^1.7.0",