@react-native/dev-middleware 0.78.0 → 0.78.1

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.
@@ -21,7 +21,7 @@ const WS_DEBUGGER_URL = "/inspector/debug";
21
21
  const PAGES_LIST_JSON_URL = "/json";
22
22
  const PAGES_LIST_JSON_URL_2 = "/json/list";
23
23
  const PAGES_LIST_JSON_VERSION_URL = "/json/version";
24
- const MAX_PONG_LATENCY_MS = 5000;
24
+ const MAX_PONG_LATENCY_MS = 60000;
25
25
  const DEBUGGER_HEARTBEAT_INTERVAL_MS = 10000;
26
26
  const INTERNAL_ERROR_CODE = 1011;
27
27
  class InspectorProxy {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/dev-middleware",
3
- "version": "0.78.0",
3
+ "version": "0.78.1",
4
4
  "description": "Dev server middleware for React Native",
5
5
  "keywords": [
6
6
  "react-native",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@isaacs/ttlcache": "^1.4.1",
26
- "@react-native/debugger-frontend": "0.78.0",
26
+ "@react-native/debugger-frontend": "0.78.1",
27
27
  "chrome-launcher": "^0.15.2",
28
28
  "chromium-edge-launcher": "^0.2.0",
29
29
  "connect": "^3.6.5",