@react-router/serve 7.12.0 → 7.13.0-pre.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # `@react-router/serve`
2
2
 
3
+ ## 7.13.0-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `react-router@7.13.0-pre.0`
9
+ - `@react-router/node@7.13.0-pre.0`
10
+ - `@react-router/express@7.13.0-pre.0`
11
+
3
12
  ## 7.12.0
4
13
 
5
14
  ### Patch Changes
@@ -710,12 +719,10 @@
710
719
  - 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))
711
720
 
712
721
  Informational Resources:
713
-
714
722
  - <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>
715
723
  - <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>
716
724
 
717
725
  Documentation Resources (better docs specific to Remix are in the works):
718
-
719
726
  - <https://reactrouter.com/en/main/utils/defer>
720
727
  - <https://reactrouter.com/en/main/components/await>
721
728
  - <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.12.0
3
+ * @react-router/serve v7.13.0-pre.0
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.12.0",
3
+ "version": "7.13.0-pre.0",
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.12.0",
43
- "@react-router/node": "7.12.0"
42
+ "@react-router/express": "7.13.0-pre.0",
43
+ "@react-router/node": "7.13.0-pre.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "react-router": "7.12.0"
46
+ "react-router": "7.13.0-pre.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/compression": "^1.8.1",