@remix-run/serve 0.0.0-experimental-ec9aa7481 → 0.0.0-experimental-0b0dfaf3b
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 +52 -4
- package/dist/cli.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# `@remix-run/serve`
|
|
2
2
|
|
|
3
|
+
## 2.16.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- `@remix-run/node@2.16.0`
|
|
9
|
+
- `@remix-run/express@2.16.0`
|
|
10
|
+
|
|
11
|
+
## 2.15.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies:
|
|
16
|
+
- `@remix-run/node@2.15.3`
|
|
17
|
+
- `@remix-run/express@2.15.3`
|
|
18
|
+
|
|
19
|
+
## 2.15.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies:
|
|
24
|
+
- `@remix-run/express@2.15.2`
|
|
25
|
+
- `@remix-run/node@2.15.2`
|
|
26
|
+
|
|
27
|
+
## 2.15.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies:
|
|
32
|
+
- `@remix-run/express@2.15.1`
|
|
33
|
+
- `@remix-run/node@2.15.1`
|
|
34
|
+
|
|
35
|
+
## 2.15.0
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies:
|
|
40
|
+
- `@remix-run/express@2.15.0`
|
|
41
|
+
- `@remix-run/node@2.15.0`
|
|
42
|
+
|
|
43
|
+
## 2.14.0
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies:
|
|
48
|
+
- `@remix-run/node@2.14.0`
|
|
49
|
+
- `@remix-run/express@2.14.0`
|
|
50
|
+
|
|
3
51
|
## 2.13.1
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
|
@@ -476,10 +524,10 @@
|
|
|
476
524
|
|
|
477
525
|
Documentation Resources (better docs specific to Remix are in the works):
|
|
478
526
|
|
|
479
|
-
- <https://reactrouter.com/
|
|
480
|
-
- <https://reactrouter.com/
|
|
481
|
-
- <https://reactrouter.com/
|
|
482
|
-
- <https://reactrouter.com/
|
|
527
|
+
- <https://reactrouter.com/v6/utils/defer>
|
|
528
|
+
- <https://reactrouter.com/v6/components/await>
|
|
529
|
+
- <https://reactrouter.com/v6/hooks/use-async-value>
|
|
530
|
+
- <https://reactrouter.com/v6/hooks/use-async-error>
|
|
483
531
|
|
|
484
532
|
- Updated dependencies:
|
|
485
533
|
- `@remix-run/express@1.11.0`
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remix-run/serve",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-0b0dfaf3b",
|
|
4
4
|
"description": "Production application server for Remix",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/remix/issues"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"remix-serve": "dist/cli.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@remix-run/express": "0.0.0-experimental-
|
|
19
|
-
"@remix-run/node": "0.0.0-experimental-
|
|
18
|
+
"@remix-run/express": "0.0.0-experimental-0b0dfaf3b",
|
|
19
|
+
"@remix-run/node": "0.0.0-experimental-0b0dfaf3b",
|
|
20
20
|
"chokidar": "^3.5.3",
|
|
21
21
|
"compression": "^1.7.4",
|
|
22
22
|
"express": "^4.20.0",
|