@remix-run/serve 2.9.0-pre.7 → 2.9.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,71 +1,18 @@
1
1
  # `@remix-run/serve`
2
2
 
3
- ## 2.9.0-pre.7
3
+ ## 2.9.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `@remix-run/express@2.9.0-pre.7`
9
- - `@remix-run/node@2.9.0-pre.7`
10
-
11
- ## 2.9.0-pre.6
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies:
16
- - `@remix-run/express@2.9.0-pre.6`
17
- - `@remix-run/node@2.9.0-pre.6`
18
-
19
- ## 2.9.0-pre.5
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies:
24
- - `@remix-run/express@2.9.0-pre.5`
25
- - `@remix-run/node@2.9.0-pre.5`
26
-
27
- ## 2.9.0-pre.4
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies:
32
- - `@remix-run/node@2.9.0-pre.4`
33
- - `@remix-run/express@2.9.0-pre.4`
34
-
35
- ## 2.9.0-pre.3
36
-
37
- ### Patch Changes
38
-
39
- - - Put `undici` fetch polyfill behind a new `installGlobals({ nativeFetch: true })` parameter ([#9198](https://github.com/remix-run/remix/pull/9198))
40
- - `remix-serve` will default to using `undici` for the fetch polyfill if `future._unstable_singleFetch` is enabled because the single fetch implementation relies on the `undici` polyfill
41
- - Any users opting into Single Fetch and managing their own polfill will need to pass the flag to `installGlobals` on their own to avoid runtime errors with Single Fetch
42
- - Updated dependencies:
43
- - `@remix-run/node@2.9.0-pre.3`
44
- - `@remix-run/express@2.9.0-pre.3`
45
-
46
- ## 2.9.0-pre.2
47
-
48
- ### Patch Changes
49
-
50
- - Updated dependencies:
51
- - `@remix-run/express@2.9.0-pre.2`
52
- - `@remix-run/node@2.9.0-pre.2`
53
-
54
- ## 2.9.0-pre.1
55
-
56
- ### Patch Changes
57
-
58
- - Updated dependencies:
59
- - `@remix-run/node@2.9.0-pre.1`
60
- - `@remix-run/express@2.9.0-pre.1`
5
+ ### Minor Changes
61
6
 
62
- ## 2.9.0-pre.0
7
+ - Put `undici` fetch polyfill behind a new `installGlobals({ nativeFetch: true })` parameter ([#9198](https://github.com/remix-run/remix/pull/9198))
8
+ - `remix-serve` will default to using `undici` for the fetch polyfill if `future.unstable_singleFetch` is enabled because the single fetch implementation relies on the `undici` polyfill
9
+ - Any users opting into Single Fetch and managing their own polyfill will need to pass the flag to `installGlobals` on their own to avoid runtime errors with Single Fetch
63
10
 
64
11
  ### Patch Changes
65
12
 
66
13
  - Updated dependencies:
67
- - `@remix-run/node@2.9.0-pre.0`
68
- - `@remix-run/express@2.9.0-pre.0`
14
+ - `@remix-run/node@2.9.0`
15
+ - `@remix-run/express@2.9.0`
69
16
 
70
17
  ## 2.8.1
71
18
 
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @remix-run/serve v2.9.0-pre.7
3
+ * @remix-run/serve v2.9.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": "@remix-run/serve",
3
- "version": "2.9.0-pre.7",
3
+ "version": "2.9.0",
4
4
  "description": "Production application server for Remix",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/remix/issues"
@@ -21,8 +21,8 @@
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.9.0-pre.7",
25
- "@remix-run/node": "2.9.0-pre.7"
24
+ "@remix-run/express": "2.9.0",
25
+ "@remix-run/node": "2.9.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/compression": "^1.7.0",