opendevbrowser 0.0.18 → 0.0.19

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/dist/index.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  resolveBundledProviderRuntime,
18
18
  resolveSessionRelayRoute,
19
19
  startDaemon
20
- } from "./chunk-L57D35TB.js";
20
+ } from "./chunk-W4IHGDXV.js";
21
21
  import "./chunk-YBQECXZX.js";
22
22
  import "./chunk-Y2KL55OG.js";
23
23
  import "./chunk-TBUCZX4A.js";
@@ -17,7 +17,7 @@ import {
17
17
  resolveBundledProviderRuntime,
18
18
  resolveSessionRelayRoute,
19
19
  startDaemon
20
- } from "./chunk-L57D35TB.js";
20
+ } from "./chunk-W4IHGDXV.js";
21
21
  import "./chunk-YBQECXZX.js";
22
22
  import "./chunk-Y2KL55OG.js";
23
23
  import "./chunk-TBUCZX4A.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "OpenDevBrowser Relay",
4
- "version": "0.0.18",
4
+ "version": "0.0.19",
5
5
  "description": "Optional bridge to reuse existing Chrome tabs with OpenDevBrowser.",
6
6
  "permissions": [
7
7
  "debugger",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opendevbrowser",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Browser automation runtime with snapshot-refs-actions, browser replay screencasts, public read-only desktop observation, and browser-scoped computer-use orchestration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",