@rozenite/network-activity-plugin 1.0.0-alpha.4 → 1.0.0-alpha.5

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.
@@ -16452,7 +16452,6 @@ function NetworkActivityPanel() {
16452
16452
  }
16453
16453
  if (isRecording) {
16454
16454
  client2.send("network-enable", {});
16455
- console.log("enabling!");
16456
16455
  } else {
16457
16456
  client2.send("network-disable", {});
16458
16457
  }
package/dist/panel.html CHANGED
@@ -22,7 +22,7 @@
22
22
  <script>
23
23
  var __ROZENITE_PANEL__ = true;
24
24
  </script>
25
- <script type="module" crossorigin src="./assets/panel-C0o5JcM0.js"></script>
25
+ <script type="module" crossorigin src="./assets/panel-BNxB_KsS.js"></script>
26
26
  <link rel="stylesheet" crossorigin href="./assets/panel-DXGMsavf.css">
27
27
  </head>
28
28
  <body>
@@ -1 +1 @@
1
- {"name":"@rozenite/network-activity-plugin","version":"1.0.0-alpha.3","description":"Network Activity for Rozenite.","panels":[{"name":"Network Activity","source":"/panel.html"}]}
1
+ {"name":"@rozenite/network-activity-plugin","version":"1.0.0-alpha.4","description":"Network Activity for Rozenite.","panels":[{"name":"Network Activity","source":"/panel.html"}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozenite/network-activity-plugin",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "Network Activity for Rozenite.",
5
5
  "type": "module",
6
6
  "main": "./dist/react-native.cjs",
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@tanstack/react-virtual": "^3.0.0",
11
11
  "@floating-ui/react": "^0.26.0",
12
- "@rozenite/plugin-bridge": "1.0.0-alpha.4"
12
+ "@rozenite/plugin-bridge": "1.0.0-alpha.5"
13
13
  },
14
14
  "devDependencies": {
15
15
  "vite": "^6.0.0",
@@ -19,8 +19,8 @@
19
19
  "react-dom": "18.3.0",
20
20
  "react-native": "0.76.0",
21
21
  "@types/react": "~18.3.12",
22
- "rozenite": "1.0.0-alpha.4",
23
- "@rozenite/vite-plugin": "1.0.0-alpha.4"
22
+ "@rozenite/vite-plugin": "1.0.0-alpha.5",
23
+ "rozenite": "1.0.0-alpha.5"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "*",
package/src/ui/panel.tsx CHANGED
@@ -87,7 +87,6 @@ export default function NetworkActivityPanel() {
87
87
 
88
88
  if (isRecording) {
89
89
  client.send('network-enable', {});
90
- console.log('enabling!');
91
90
  } else {
92
91
  client.send('network-disable', {});
93
92
  }