@remix-run/serve 2.12.1 → 2.13.0-pre.1

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,21 @@
1
1
  # `@remix-run/serve`
2
2
 
3
+ ## 2.13.0-pre.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `@remix-run/express@2.13.0-pre.1`
9
+ - `@remix-run/node@2.13.0-pre.1`
10
+
11
+ ## 2.13.0-pre.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - `@remix-run/express@2.13.0-pre.0`
17
+ - `@remix-run/node@2.13.0-pre.0`
18
+
3
19
  ## 2.12.1
4
20
 
5
21
  ### Patch Changes
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @remix-run/serve v2.12.1
3
+ * @remix-run/serve v2.13.0-pre.1
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
@@ -111,7 +111,7 @@ async function run() {
111
111
  }
112
112
  let build = await reimportServer();
113
113
  node.installGlobals({
114
- nativeFetch: build.future.unstable_singleFetch
114
+ nativeFetch: build.future.v3_singleFetch
115
115
  });
116
116
  let onListen = () => {
117
117
  var _Object$values$flat$f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix-run/serve",
3
- "version": "2.12.1",
3
+ "version": "2.13.0-pre.1",
4
4
  "description": "Production application server for Remix",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/remix/issues"
@@ -17,12 +17,12 @@
17
17
  "dependencies": {
18
18
  "chokidar": "^3.5.3",
19
19
  "compression": "^1.7.4",
20
- "express": "^4.19.2",
20
+ "express": "^4.20.0",
21
21
  "get-port": "5.1.1",
22
22
  "morgan": "^1.10.0",
23
23
  "source-map-support": "^0.5.21",
24
- "@remix-run/express": "2.12.1",
25
- "@remix-run/node": "2.12.1"
24
+ "@remix-run/express": "2.13.0-pre.1",
25
+ "@remix-run/node": "2.13.0-pre.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/compression": "^1.7.0",