@rozenite/network-activity-plugin 1.4.0 → 1.5.0
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/CHANGELOG.md +7 -0
- package/dist/boot-recording.js +3 -6
- package/dist/rozenite.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/boot-recording.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
w as withOnBootNetworkActivityRecording
|
|
5
|
-
};
|
|
6
|
-
;
|
|
1
|
+
import { createNanoEvents } from "nanoevents";
|
|
2
|
+
import { g as getEventSource } from "./event-source.js";
|
|
3
|
+
import { Platform } from "react-native";
|
|
7
4
|
import WebSocketInterceptor from "react-native/Libraries/WebSocket/WebSocketInterceptor";
|
|
8
5
|
const REQUEST_TTL = 1e3 * 60 * 5;
|
|
9
6
|
const getNetworkRequestsRegistry = () => {
|
package/dist/rozenite.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@rozenite/network-activity-plugin","version":"1.
|
|
1
|
+
{"name":"@rozenite/network-activity-plugin","version":"1.5.0","description":"Network Activity for Rozenite.","panels":[{"name":"Network Activity","source":"/App.html"}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rozenite/network-activity-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Network Activity for Rozenite.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/react-native.cjs",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "./dist/react-native.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"nanoevents": "^9.1.0",
|
|
11
|
-
"@rozenite/plugin-bridge": "1.
|
|
11
|
+
"@rozenite/plugin-bridge": "1.5.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@floating-ui/react": "^0.26.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"typescript": "~5.9.3",
|
|
40
40
|
"vite": "^7.3.1",
|
|
41
41
|
"zustand": "^5.0.6",
|
|
42
|
-
"rozenite": "1.
|
|
43
|
-
"@rozenite/vite-plugin": "1.
|
|
42
|
+
"rozenite": "1.5.0",
|
|
43
|
+
"@rozenite/vite-plugin": "1.5.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react-native-sse": "*"
|