@react-native/dev-middleware 0.79.0-nightly-20250203-e45883e44 → 0.79.0-nightly-20250204-bc4dee94f

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.
@@ -30,12 +30,6 @@ export type TargetCapabilityFlags = Readonly<{
30
30
  * In the proxy, this disables source fetching emulation and host rewrites.
31
31
  */
32
32
  nativeSourceCodeFetching?: boolean;
33
- /**
34
- * The target supports native network inspection.
35
- *
36
- * In the proxy, this disables intercepting and storing network requests.
37
- */
38
- nativeNetworkInspection?: boolean;
39
33
  /**
40
34
  * The target supports the modern `rn_fusebox.html` entry point.
41
35
  *
@@ -32,13 +32,6 @@ export type TargetCapabilityFlags = $ReadOnly<{
32
32
  */
33
33
  nativeSourceCodeFetching?: boolean,
34
34
 
35
- /**
36
- * The target supports native network inspection.
37
- *
38
- * In the proxy, this disables intercepting and storing network requests.
39
- */
40
- nativeNetworkInspection?: boolean,
41
-
42
35
  /**
43
36
  * The target supports the modern `rn_fusebox.html` entry point.
44
37
  *
@@ -20,6 +20,7 @@ export type Experiments = $ReadOnly<{
20
20
  /**
21
21
  * Enables the Network panel in the debugger frontend.
22
22
  */
23
+ // NOTE: Used by Expo, exposing a tab labelled "Network (Expo, unstable)"
23
24
  enableNetworkInspector: boolean,
24
25
  }>;
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/dev-middleware",
3
- "version": "0.79.0-nightly-20250203-e45883e44",
3
+ "version": "0.79.0-nightly-20250204-bc4dee94f",
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.79.0-nightly-20250203-e45883e44",
26
+ "@react-native/debugger-frontend": "0.79.0-nightly-20250204-bc4dee94f",
27
27
  "chrome-launcher": "^0.15.2",
28
28
  "chromium-edge-launcher": "^0.2.0",
29
29
  "connect": "^3.6.5",