@remix-run/node 2.11.0-pre.1 → 2.11.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,23 +1,16 @@
1
1
  # `@remix-run/node`
2
2
 
3
- ## 2.11.0-pre.1
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `@remix-run/server-runtime@2.11.0-pre.1`
9
-
10
- ## 2.11.0-pre.0
3
+ ## 2.11.0
11
4
 
12
5
  ### Minor Changes
13
6
 
14
- - Add a new `unstable_data()` API for usage with Remix Single Fetch ([#9769](https://github.com/remix-run/remix/pull/9769))
7
+ - Single Fetch: Add a new `unstable_data()` API as a replacement for `json`/`defer` when custom `status`/`headers` are needed ([#9769](https://github.com/remix-run/remix/pull/9769))
15
8
  - Add a new `replace(url, init?)` alternative to `redirect(url, init?)` that performs a `history.replaceState` instead of a `history.pushState` on client-side navigation redirects ([#9764](https://github.com/remix-run/remix/pull/9764))
16
9
 
17
10
  ### Patch Changes
18
11
 
19
12
  - Updated dependencies:
20
- - `@remix-run/server-runtime@2.11.0-pre.0`
13
+ - `@remix-run/server-runtime@2.11.0`
21
14
 
22
15
  ## 2.10.3
23
16
 
package/dist/crypto.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.11.0-pre.1
2
+ * @remix-run/node v2.11.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.11.0-pre.1
2
+ * @remix-run/node v2.11.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.11.0-pre.1
2
+ * @remix-run/node v2.11.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.11.0-pre.1
2
+ * @remix-run/node v2.11.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.11.0-pre.1
2
+ * @remix-run/node v2.11.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.11.0-pre.1
2
+ * @remix-run/node v2.11.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/node v2.11.0-pre.1
2
+ * @remix-run/node v2.11.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.11.0-pre.1",
3
+ "version": "2.11.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.11.0-pre.1"
26
+ "@remix-run/server-runtime": "2.11.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/cookie-signature": "^1.0.3",