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/README.md +12 -11
- package/dist/browser/screencast-recorder.d.ts.map +1 -1
- package/dist/{chunk-L57D35TB.js → chunk-W4IHGDXV.js} +9 -3
- package/dist/chunk-W4IHGDXV.js.map +1 -0
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/index.js +8 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/opendevbrowser.js +1 -1
- package/extension/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/chunk-L57D35TB.js.map +0 -1
package/dist/index.js
CHANGED
package/dist/opendevbrowser.js
CHANGED
package/extension/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opendevbrowser",
|
|
3
|
-
"version": "0.0.
|
|
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",
|