@remix-run/node
Advanced tools
Comparing version 2.11.0-pre.2 to 2.11.0
# `@remix-run/node` | ||
## 2.11.0-pre.2 | ||
## 2.11.0 | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@remix-run/server-runtime@2.11.0-pre.2` | ||
## 2.11.0-pre.1 | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@remix-run/server-runtime@2.11.0-pre.1` | ||
## 2.11.0-pre.0 | ||
### Minor Changes | ||
- Add a new `unstable_data()` API for usage with Remix Single Fetch ([#9769](https://github.com/remix-run/remix/pull/9769)) | ||
- 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)) | ||
- 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)) | ||
@@ -27,3 +13,3 @@ | ||
- Updated dependencies: | ||
- `@remix-run/server-runtime@2.11.0-pre.0` | ||
- `@remix-run/server-runtime@2.11.0` | ||
@@ -30,0 +16,0 @@ ## 2.10.3 |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/node v2.11.0-pre.2 | ||
* @remix-run/node v2.11.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/node", | ||
"version": "2.11.0-pre.2", | ||
"version": "2.11.0", | ||
"description": "Node.js platform abstractions for Remix", | ||
@@ -26,3 +26,3 @@ "bugs": { | ||
"undici": "^6.11.1", | ||
"@remix-run/server-runtime": "2.11.0-pre.2" | ||
"@remix-run/server-runtime": "2.11.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
49443
+ Added@remix-run/server-runtime@2.11.0(transitive)
- Removed@remix-run/server-runtime@2.11.0-pre.2(transitive)