bitfab-cli 0.2.133 → 0.2.135
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/dist/index.js +3 -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 {
|
|
25192
|
-
import {
|
|
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
|
|