@expo/server
Advanced tools
Comparing version 0.5.0-canary-20241008-90b13ad to 0.5.0-canary-20241018-4f8243a
@@ -98,2 +98,3 @@ "use strict"; | ||
} | ||
console.error(err); | ||
return new Response(`Unexpected server error rendering RSC: ` + err.message, { | ||
@@ -100,0 +101,0 @@ status: 'statusCode' in err ? err.statusCode : 500, |
{ | ||
"name": "@expo/server", | ||
"version": "0.5.0-canary-20241008-90b13ad", | ||
"version": "0.5.0-canary-20241018-4f8243a", | ||
"description": "Server API for Expo Router projects", | ||
@@ -45,3 +45,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "90b13ad9d0dd3469556ac776d8b74643375b1d97" | ||
"gitHead": "4f8243a009855c0cb389307401fb6b1fc9ce03b9" | ||
} |
Sorry, the diff of this file is not supported yet
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
60189
972