bitfab-cli 0.2.23 → 0.2.25

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 +6 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8142,8 +8142,11 @@ function runLogout() {
8142
8142
  console.log("Logged out of Bitfab.");
8143
8143
  }
8144
8144
 
8145
- // ../bitfab-plugin-lib/dist/commands/openTracePlan.js
8145
+ // ../bitfab-plugin-lib/dist/commands/openExperiments.js
8146
8146
  import crypto5 from "crypto";
8147
+
8148
+ // ../bitfab-plugin-lib/dist/commands/openTracePlan.js
8149
+ import crypto6 from "crypto";
8147
8150
  var OPEN_TRACE_PLAN_TIMEOUT_MS = 30 * 60 * 1e3;
8148
8151
 
8149
8152
  // ../bitfab-plugin-lib/dist/commands/persistReplayLabels.js
@@ -21944,10 +21947,10 @@ var inputFileSchema = external_exports.object({
21944
21947
  });
21945
21948
 
21946
21949
  // ../bitfab-plugin-lib/dist/commands/startDataset.js
21947
- import crypto6 from "crypto";
21950
+ import crypto7 from "crypto";
21948
21951
 
21949
21952
  // ../bitfab-plugin-lib/dist/commands/startTemplatePreview.js
21950
- import crypto7 from "crypto";
21953
+ import crypto8 from "crypto";
21951
21954
 
21952
21955
  // ../bitfab-plugin-lib/dist/activePreviewSession.js
21953
21956
  import fs8 from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
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",