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/README.md +1 -1
- package/dist/{chunk-2MG7BRPF.js → chunk-5I6TZRVS.js} +8928 -1415
- package/dist/chunk-5I6TZRVS.js.map +1 -0
- package/dist/cli/index.js +4 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/core/bootstrap.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/opendevbrowser.js +1 -1
- package/extension/manifest.json +1 -1
- package/package.json +3 -3
- package/dist/chunk-2MG7BRPF.js.map +0 -1
package/dist/cli/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolveExitCode,
|
|
32
32
|
startDaemon,
|
|
33
33
|
toCliError
|
|
34
|
-
} from "../chunk-
|
|
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.
|
|
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
|
|
7464
|
-
dev: "
|
|
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",
|