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.
package/dist/cli/index.js CHANGED
@@ -31,7 +31,7 @@ import {
31
31
  resolveExitCode,
32
32
  startDaemon,
33
33
  toCliError
34
- } from "../chunk-2MG7BRPF.js";
34
+ } from "../chunk-5I6TZRVS.js";
35
35
  import "../chunk-STGGGVYT.js";
36
36
  import {
37
37
  createNoOpSkillRemovalResult,
@@ -7414,7 +7414,7 @@ async function runInspiredesignCommand(args) {
7414
7414
  // package.json
7415
7415
  var package_default = {
7416
7416
  name: "opendevbrowser",
7417
- version: "0.0.23",
7417
+ version: "0.0.24",
7418
7418
  description: "Browser automation runtime with snapshot-refs-actions, browser replay screencasts, public read-only desktop observation, and browser-scoped computer-use orchestration",
7419
7419
  type: "module",
7420
7420
  main: "dist/index.js",
@@ -7460,8 +7460,8 @@ var package_default = {
7460
7460
  node: ">=18"
7461
7461
  },
7462
7462
  scripts: {
7463
- 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",
7464
- 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",
7463
+ 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",
7464
+ dev: "node scripts/run-package-tool.mjs tsup --config tsup.config.ts --dts --watch",
7465
7465
  lint: 'node scripts/run-package-tool.mjs eslint "src/**/*.ts" "tests/**/*.ts"',
7466
7466
  typecheck: "node scripts/run-package-tool.mjs tsc --noEmit -p tsconfig.json",
7467
7467
  test: "node scripts/run-vitest-coverage.mjs",