rn-inspector 0.2.2 → 0.2.4
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 +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +587 -96
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/ui/assets/{index-BNjff9Ui.js → index-B9bpXjqR.js} +9 -9
- package/ui/index.html +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
- Attaching to **DevTools** targets (one or many devices/emulators).
|
|
9
9
|
- Streaming **console logs** and **network requests** into a rich, glassy web UI.
|
|
10
10
|
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## What's new in 0.2.4
|
|
14
|
+
|
|
15
|
+
- **Console**: Removed all truncation limits for nested objects; logs now show full payloads.
|
|
16
|
+
- **Network**: Much broader capture on RN CLI/Expo—hooks into `fetch`, `XHR`, native `Networking`, `ImageLoader`, `Image` component methods, WebSockets (incl. messages and sends), Blob/FileReader operations.
|
|
17
|
+
- **Stability**: Higher body limits (up to 500KB) and richer source tagging for requests (fetch/xhr/native/image/websocket/etc.).
|
|
18
|
+
|
|
11
19
|
This package is the CLI entry point that you install globally.
|
|
12
20
|
|
|
13
21
|
---
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAyxEA,wBAAsB,IAAI,kBA4BzB"}
|