bitfab-cli 0.2.133 → 0.2.134

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25188,8 +25188,9 @@ import net3 from "net";
25188
25188
 
25189
25189
  // ../bitfab-plugin-lib/dist/commands/replayProgress.js
25190
25190
  import { spawn as spawn4 } from "child_process";
25191
- import { createWriteStream, existsSync, mkdirSync, readFileSync as readFileSync2, rmSync, writeFileSync as writeFileSync2 } from "fs";
25192
- import { dirname, resolve } from "path";
25191
+ import { randomUUID } from "crypto";
25192
+ import { appendFileSync, createWriteStream, existsSync, mkdirSync, readFileSync as readFileSync2, renameSync, rmSync, statSync, writeFileSync as writeFileSync2 } from "fs";
25193
+ import { dirname, join as join2, resolve } from "path";
25193
25194
  import { createInterface } from "readline";
25194
25195
  var HEARTBEAT_MS = Number(process.env.BITFAB_REPLAY_HEARTBEAT_MS) || 12e3;
25195
25196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.133",
3
+ "version": "0.2.134",
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",