@ironbee-ai/cli 0.18.2 → 0.18.3
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/CHANGELOG.md +2 -0
- package/dist/lib/config.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/lib/config.js
CHANGED
|
@@ -767,7 +767,7 @@ const DEFAULT_MCP_COMMAND = "npx";
|
|
|
767
767
|
* host session. Bump this on every devtools release that MUST reach existing
|
|
768
768
|
* users (e.g. >= 0.10.6, which fixes the Playwright/Chromium auto-install).
|
|
769
769
|
*/
|
|
770
|
-
const DEVTOOLS_PACKAGE_VERSION = "^0.10.
|
|
770
|
+
const DEVTOOLS_PACKAGE_VERSION = "^0.10.7";
|
|
771
771
|
const DEFAULT_MCP_ARGS = ["-y", `@ironbee-ai/devtools@${DEVTOOLS_PACKAGE_VERSION}`];
|
|
772
772
|
const BROWSER_IRONBEE_ENV = {
|
|
773
773
|
TOOL_NAME_PREFIX: "bdt_",
|