@remix-run/node 2.13.1 → 2.14.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 +18 -4
- package/dist/crypto.js +1 -1
- package/dist/globals.js +1 -1
- package/dist/implementations.js +1 -1
- package/dist/index.js +1 -1
- package/dist/sessions/fileStorage.js +1 -1
- package/dist/stream.js +1 -1
- package/dist/upload/fileUploadHandler.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# `@remix-run/node`
|
|
2
2
|
|
|
3
|
+
## 2.14.0-pre.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- `@remix-run/server-runtime@2.14.0-pre.1`
|
|
9
|
+
|
|
10
|
+
## 2.14.0-pre.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies:
|
|
15
|
+
- `@remix-run/server-runtime@2.14.0-pre.0`
|
|
16
|
+
|
|
3
17
|
## 2.13.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -527,10 +541,10 @@
|
|
|
527
541
|
|
|
528
542
|
Documentation Resources (better docs specific to Remix are in the works):
|
|
529
543
|
|
|
530
|
-
- <https://reactrouter.com/
|
|
531
|
-
- <https://reactrouter.com/
|
|
532
|
-
- <https://reactrouter.com/
|
|
533
|
-
- <https://reactrouter.com/
|
|
544
|
+
- <https://reactrouter.com/v6/utils/defer>
|
|
545
|
+
- <https://reactrouter.com/v6/components/await>
|
|
546
|
+
- <https://reactrouter.com/v6/hooks/use-async-value>
|
|
547
|
+
- <https://reactrouter.com/v6/hooks/use-async-error>
|
|
534
548
|
|
|
535
549
|
- Updated dependencies:
|
|
536
550
|
- `@remix-run/server-runtime@1.11.0`
|
package/dist/crypto.js
CHANGED
package/dist/globals.js
CHANGED
package/dist/implementations.js
CHANGED
package/dist/index.js
CHANGED
package/dist/stream.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remix-run/node",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0-pre.1",
|
|
4
4
|
"description": "Node.js platform abstractions for Remix",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/remix/issues"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"source-map-support": "^0.5.21",
|
|
24
24
|
"stream-slice": "^0.1.2",
|
|
25
25
|
"undici": "^6.11.1",
|
|
26
|
-
"@remix-run/server-runtime": "2.
|
|
26
|
+
"@remix-run/server-runtime": "2.14.0-pre.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/cookie-signature": "^1.0.3",
|