@runmedev/react-console 3.16.3 → 3.16.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.
@@ -16325,6 +16325,7 @@ function tf(e) {
16325
16325
  export {
16326
16326
  Q as ClientMessages,
16327
16327
  nf as Console,
16328
+ se as ConsoleView,
16328
16329
  Du as Heartbeat,
16329
16330
  Ou as Streams,
16330
16331
  of as genRunID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runmedev/react-console",
3
- "version": "3.16.3",
3
+ "version": "3.16.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "private": false,
@@ -19,7 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "devDependencies": {
22
- "@runmedev/renderers": "3.16.3"
22
+ "@runmedev/renderers": "3.16.4"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@bufbuild/protobuf": "^2.9.0",