@expo/server
Advanced tools
Comparing version 0.5.0-canary-20240927-ab8a962 to 0.5.0-canary-20241008-90b13ad
@@ -83,3 +83,3 @@ "use strict"; | ||
contentType: req.headers.get('Content-Type') ?? '', | ||
decodedBody: req.headers.get('x-expo-params'), | ||
decodedBody: req.headers.get('X-Expo-Params'), | ||
onError: options.onError, | ||
@@ -86,0 +86,0 @@ }; |
{ | ||
"name": "@expo/server", | ||
"version": "0.5.0-canary-20240927-ab8a962", | ||
"version": "0.5.0-canary-20241008-90b13ad", | ||
"description": "Server API for Expo Router projects", | ||
@@ -45,3 +45,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "ab8a962d2c3dddbda124a6bd88d24475831dae00" | ||
"gitHead": "90b13ad9d0dd3469556ac776d8b74643375b1d97" | ||
} |