@react-native/debugger-frontend 0.87.0-nightly-20260618-65bdf2608 → 0.87.0-nightly-20260618-e1b0c7750

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # @react-native/debugger-frontend
2
2
 
3
- ![npm package](https://img.shields.io/npm/v/@react-native/debugger-frontend?color=brightgreen&label=npm%20package)
3
+ [![npm]](https://www.npmjs.com/package/@react-native/debugger-frontend) [![npm downloads]](https://www.npmjs.com/package/@react-native/debugger-frontend)
4
4
 
5
- Debugger frontend for React Native based on Chrome DevTools.
5
+ [npm]: https://img.shields.io/npm/v/@react-native/debugger-frontend.svg?color=blue
6
+ [npm downloads]: https://img.shields.io/npm/dm/@react-native/debugger-frontend.svg
6
7
 
7
- This package is internal to React Native and is intended to be used via [`@react-native/dev-middleware`](https://www.npmjs.com/package/@react-native/dev-middleware).
8
+ Debugger frontend for React Native based on Chrome DevTools. It is intended to be used via [`@react-native/dev-middleware`](https://www.npmjs.com/package/@react-native/dev-middleware).
8
9
 
9
10
  ## Usage
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/debugger-frontend",
3
- "version": "0.87.0-nightly-20260618-65bdf2608",
3
+ "version": "0.87.0-nightly-20260618-e1b0c7750",
4
4
  "description": "Debugger frontend for React Native based on Chrome DevTools",
5
5
  "keywords": [
6
6
  "react-native",