@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 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/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>
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1
2
+ * @remix-run/node v2.14.0-pre.1
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
2
+ * @remix-run/node v2.14.0-pre.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1
2
+ * @remix-run/node v2.14.0-pre.1
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
2
+ * @remix-run/node v2.14.0-pre.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1
2
+ * @remix-run/node v2.14.0-pre.1
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
2
+ * @remix-run/node v2.14.0-pre.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.13.1
2
+ * @remix-run/node v2.14.0-pre.1
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",
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.13.1"
26
+ "@remix-run/server-runtime": "2.14.0-pre.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/cookie-signature": "^1.0.3",