opendevbrowser 0.0.23 → 0.0.24

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.
@@ -1 +1 @@
1
- {"version":3,"file":"bootstrap.d.ts","sourceRoot":"","sources":["../../src/core/bootstrap.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAG/D,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,WAAW,GAAG,kBAAkB,CAsIjF"}
1
+ {"version":3,"file":"bootstrap.d.ts","sourceRoot":"","sources":["../../src/core/bootstrap.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA0C/D,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,WAAW,GAAG,kBAAkB,CAsIjF"}
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  resolveBundledProviderRuntime,
23
23
  resolveSessionRelayRoute,
24
24
  startDaemon
25
- } from "./chunk-2MG7BRPF.js";
25
+ } from "./chunk-5I6TZRVS.js";
26
26
  import "./chunk-STGGGVYT.js";
27
27
  import "./chunk-3ILXPKSJ.js";
28
28
  import "./chunk-TBUCZX4A.js";
@@ -22,7 +22,7 @@ import {
22
22
  resolveBundledProviderRuntime,
23
23
  resolveSessionRelayRoute,
24
24
  startDaemon
25
- } from "./chunk-2MG7BRPF.js";
25
+ } from "./chunk-5I6TZRVS.js";
26
26
  import "./chunk-STGGGVYT.js";
27
27
  import "./chunk-3ILXPKSJ.js";
28
28
  import "./chunk-TBUCZX4A.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "OpenDevBrowser Relay",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
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.23",
3
+ "version": "0.0.24",
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",
@@ -46,8 +46,8 @@
46
46
  "node": ">=18"
47
47
  },
48
48
  "scripts": {
49
- "build": "node scripts/run-package-tool.mjs tsup src/index.ts src/cli/index.ts src/cli/installers/postinstall-skill-sync.ts src/skills/skill-loader.ts --format esm --clean --sourcemap && node scripts/run-package-tool.mjs tsc --emitDeclarationOnly --declaration --declarationMap -p tsconfig.json && node scripts/postbuild-dist.mjs",
50
- "dev": "tsup src/index.ts src/cli/index.ts src/cli/installers/postinstall-skill-sync.ts src/skills/skill-loader.ts --format esm --dts --watch",
49
+ "build": "node scripts/run-package-tool.mjs tsup --config tsup.config.ts && node scripts/run-package-tool.mjs tsc --emitDeclarationOnly --declaration --declarationMap -p tsconfig.json && node scripts/postbuild-dist.mjs",
50
+ "dev": "node scripts/run-package-tool.mjs tsup --config tsup.config.ts --dts --watch",
51
51
  "lint": "node scripts/run-package-tool.mjs eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
52
52
  "typecheck": "node scripts/run-package-tool.mjs tsc --noEmit -p tsconfig.json",
53
53
  "test": "node scripts/run-vitest-coverage.mjs",