@remix-run/serve
Advanced tools
Comparing version 2.12.1 to 2.13.0-pre.0
# `@remix-run/serve` | ||
## 2.13.0-pre.0 | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@remix-run/express@2.13.0-pre.0` | ||
- `@remix-run/node@2.13.0-pre.0` | ||
## 2.12.1 | ||
@@ -4,0 +12,0 @@ |
#!/usr/bin/env node | ||
/** | ||
* @remix-run/serve v2.12.1 | ||
* @remix-run/serve v2.13.0-pre.0 | ||
* | ||
@@ -114,3 +114,3 @@ * Copyright (c) Remix Software Inc. | ||
node.installGlobals({ | ||
nativeFetch: build.future.unstable_singleFetch | ||
nativeFetch: build.future.v3_singleFetch | ||
}); | ||
@@ -117,0 +117,0 @@ let onListen = () => { |
{ | ||
"name": "@remix-run/serve", | ||
"version": "2.12.1", | ||
"version": "2.13.0-pre.0", | ||
"description": "Production application server for Remix", | ||
@@ -20,8 +20,8 @@ "bugs": { | ||
"compression": "^1.7.4", | ||
"express": "^4.19.2", | ||
"express": "^4.20.0", | ||
"get-port": "5.1.1", | ||
"morgan": "^1.10.0", | ||
"source-map-support": "^0.5.21", | ||
"@remix-run/express": "2.12.1", | ||
"@remix-run/node": "2.12.1" | ||
"@remix-run/express": "2.13.0-pre.0", | ||
"@remix-run/node": "2.13.0-pre.0" | ||
}, | ||
@@ -28,0 +28,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
21381
2
+ Added@remix-run/express@2.13.0-pre.0(transitive)
+ Added@remix-run/node@2.13.0-pre.0(transitive)
+ Added@remix-run/router@1.20.0-pre.0(transitive)
+ Added@remix-run/server-runtime@2.13.0-pre.0(transitive)
- Removed@remix-run/express@2.12.1(transitive)
- Removed@remix-run/node@2.12.1(transitive)
- Removed@remix-run/router@1.19.2(transitive)
- Removed@remix-run/server-runtime@2.12.1(transitive)
Updated@remix-run/node@2.13.0-pre.0
Updatedexpress@^4.20.0