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/README.md
CHANGED
|
@@ -108,7 +108,7 @@ export CLAUDECODE_HOME="$ISOLATED_ROOT/claudecode-home"
|
|
|
108
108
|
export AMP_CLI_HOME="$ISOLATED_ROOT/ampcli-home"
|
|
109
109
|
cd "$WORKDIR"
|
|
110
110
|
npm init -y
|
|
111
|
-
npm install <public-repo-root>/opendevbrowser-0.0.
|
|
111
|
+
npm install <public-repo-root>/opendevbrowser-0.0.24.tgz
|
|
112
112
|
npx --no-install opendevbrowser --help
|
|
113
113
|
npx --no-install opendevbrowser help
|
|
114
114
|
```
|