bitfab-cli 0.2.64 → 0.2.66

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 +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22365,6 +22365,9 @@ var inputFileSchema = external_exports.object({
22365
22365
  verdicts: external_exports.array(external_exports.unknown()).min(1)
22366
22366
  });
22367
22367
 
22368
+ // ../bitfab-plugin-lib/dist/commands/pushActivity.js
22369
+ import { spawn as spawn3 } from "child_process";
22370
+
22368
22371
  // ../bitfab-plugin-lib/dist/activePreviewSession.js
22369
22372
  import fs8 from "fs";
22370
22373
  import os9 from "os";
@@ -28041,7 +28044,7 @@ function escapeRegex2(s) {
28041
28044
  }
28042
28045
 
28043
28046
  // src/cursor.ts
28044
- import { spawn as spawn3, spawnSync as spawnSync3 } from "child_process";
28047
+ import { spawn as spawn4, spawnSync as spawnSync3 } from "child_process";
28045
28048
  import os14 from "os";
28046
28049
  import * as p3 from "@clack/prompts";
28047
28050
  var REPO3 = "Project-White-Rabbit/bitfab-cursor-plugin";
@@ -28065,7 +28068,7 @@ function runCursorInstall() {
28065
28068
  "Finish setup in Cursor"
28066
28069
  );
28067
28070
  p3.log.info("Opening Cursor...");
28068
- const child = spawn3("cursor", ["."], {
28071
+ const child = spawn4("cursor", ["."], {
28069
28072
  stdio: "ignore",
28070
28073
  detached: true,
28071
28074
  windowsHide: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.64",
3
+ "version": "0.2.66",
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",