@remix-run/node 2.13.1-pre.0 → 2.14.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,11 +1,18 @@
1
1
  # `@remix-run/node`
2
2
 
3
- ## 2.13.1-pre.0
3
+ ## 2.14.0-pre.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies:
8
- - `@remix-run/server-runtime@2.13.1-pre.0`
8
+ - `@remix-run/server-runtime@2.14.0-pre.0`
9
+
10
+ ## 2.13.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies:
15
+ - `@remix-run/server-runtime@2.13.1`
9
16
 
10
17
  ## 2.13.0
11
18
 
@@ -527,10 +534,10 @@
527
534
 
528
535
  Documentation Resources (better docs specific to Remix are in the works):
529
536
 
530
- - <https://reactrouter.com/en/main/utils/defer>
531
- - <https://reactrouter.com/en/main/components/await>
532
- - <https://reactrouter.com/en/main/hooks/use-async-value>
533
- - <https://reactrouter.com/en/main/hooks/use-async-error>
537
+ - <https://reactrouter.com/v6/utils/defer>
538
+ - <https://reactrouter.com/v6/components/await>
539
+ - <https://reactrouter.com/v6/hooks/use-async-value>
540
+ - <https://reactrouter.com/v6/hooks/use-async-error>
534
541
 
535
542
  - Updated dependencies:
536
543
  - `@remix-run/server-runtime@1.11.0`
package/dist/crypto.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/globals.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/stream.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1-pre.0
2
+ * @remix-run/node v2.14.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix-run/node",
3
- "version": "2.13.1-pre.0",
3
+ "version": "2.14.0-pre.0",
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.13.1-pre.0"
26
+ "@remix-run/server-runtime": "2.14.0-pre.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/cookie-signature": "^1.0.3",