@react-native/dev-middleware
Advanced tools
Comparing version 0.77.0-nightly-20241016-557e3447f to 0.77.0-nightly-20241018-398512a4e
@@ -90,2 +90,3 @@ "use strict"; | ||
description: page.description ?? page.app, | ||
appId: page.app, | ||
type: "node", | ||
@@ -92,0 +93,0 @@ devtoolsFrontendUrl, |
@@ -90,2 +90,3 @@ /** | ||
title: string; | ||
appId: string; | ||
description: string; | ||
@@ -92,0 +93,0 @@ type: string; |
@@ -51,3 +51,3 @@ "use strict"; | ||
(targetId == null || _target.id === targetId) && | ||
(appId == null || _target.description === appId) && | ||
(appId == null || _target.appId === appId) && | ||
(device == null || _target.reactNative.logicalDeviceId === device) | ||
@@ -121,2 +121,3 @@ ); | ||
resolvedTargetDescription: target.description, | ||
resolvedTargetAppId: target.appId, | ||
prefersFuseboxFrontend: useFuseboxEntryPoint ?? false, | ||
@@ -123,0 +124,0 @@ }); |
@@ -45,9 +45,11 @@ /** | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 44 | prefersFuseboxFrontend: boolean, | ||
* > 44 | resolvedTargetAppId: string, | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 45 | }> | ||
* > 45 | prefersFuseboxFrontend: boolean, | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 46 | | ErrorResult<mixed> | ||
* > 46 | }> | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 47 | | CodedErrorResult<"NO_APPS_FOUND">, | ||
* > 47 | | ErrorResult<mixed> | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 48 | | CodedErrorResult<"NO_APPS_FOUND">, | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported. | ||
@@ -57,13 +59,13 @@ **/ | ||
| /** | ||
* > 51 | ... | ||
* > 52 | ... | ||
* | ^^^ | ||
* > 52 | | SuccessResult<{ | ||
* > 53 | | SuccessResult<{ | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 53 | ...DebuggerSessionIDs, | ||
* > 54 | ...DebuggerSessionIDs, | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 54 | frontendUserAgent: string | null, | ||
* > 55 | frontendUserAgent: string | null, | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 55 | }> | ||
* > 56 | }> | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* > 56 | | ErrorResult<mixed>, | ||
* > 57 | | ErrorResult<mixed>, | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported. | ||
@@ -73,3 +75,3 @@ **/ | ||
| /** | ||
* > 66 | ...DebuggerSessionIDs, | ||
* > 67 | ...DebuggerSessionIDs, | ||
* | ^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported. | ||
@@ -79,3 +81,3 @@ **/ | ||
| /** | ||
* > 86 | ...DebuggerSessionIDs, | ||
* > 87 | ...DebuggerSessionIDs, | ||
* | ^^^^^^^^^^^^^^^^^^^^^ Unsupported feature: Translating "object types with spreads in the middle or at the end" is currently not supported. | ||
@@ -82,0 +84,0 @@ **/ |
{ | ||
"name": "@react-native/dev-middleware", | ||
"version": "0.77.0-nightly-20241016-557e3447f", | ||
"version": "0.77.0-nightly-20241018-398512a4e", | ||
"description": "Dev server middleware for React Native", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"@isaacs/ttlcache": "^1.4.1", | ||
"@react-native/debugger-frontend": "0.77.0-nightly-20241016-557e3447f", | ||
"@react-native/debugger-frontend": "0.77.0-nightly-20241018-398512a4e", | ||
"chrome-launcher": "^0.15.2", | ||
@@ -29,0 +29,0 @@ "chromium-edge-launcher": "^0.2.0", |
Sorry, the diff of this file is not supported yet
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
97878
2254