bitfab-cli 0.2.189 → 0.2.190

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25654,9 +25654,6 @@ import path14 from "path";
25654
25654
  // ../bitfab-plugin-lib/dist/commands/update.js
25655
25655
  import { execSync as execSync2 } from "child_process";
25656
25656
 
25657
- // ../bitfab-plugin-lib/dist/commands/waitForTrace.js
25658
- var DEFAULT_TIMEOUT_MS = 10 * 60 * 1e3;
25659
-
25660
25657
  // ../bitfab-plugin-lib/dist/hooks/captureHook.js
25661
25658
  import fs17 from "fs";
25662
25659
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.189",
3
+ "version": "0.2.190",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",