@react-native/debugger-shell 0.87.0-nightly-20260618-57cc504c8 → 0.87.0-nightly-20260618-0fc122c83
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.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# @react-native/debugger-shell
|
|
2
2
|
|
|
3
|
-
![npm
|
|
3
|
+
[![npm]](https://www.npmjs.com/package/@react-native/debugger-shell) [![npm downloads]](https://www.npmjs.com/package/@react-native/debugger-shell)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[npm]: https://img.shields.io/npm/v/@react-native/debugger-shell.svg?color=blue
|
|
6
|
+
[npm downloads]: https://img.shields.io/npm/dm/@react-native/debugger-shell.svg
|
|
7
|
+
|
|
8
|
+
Experimental Electron-based shell for React Native DevTools.
|
|
6
9
|
|
|
7
10
|
## Why Electron?
|
|
8
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native/debugger-shell",
|
|
3
3
|
"productName": "React Native DevTools",
|
|
4
|
-
"version": "0.87.0-nightly-20260618-
|
|
4
|
+
"version": "0.87.0-nightly-20260618-0fc122c83",
|
|
5
5
|
"description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react-native",
|