bitfab-cli 0.2.22 → 0.2.24
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 +6 -3
- 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/
|
|
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
|
|
21950
|
+
import crypto7 from "crypto";
|
|
21948
21951
|
|
|
21949
21952
|
// ../bitfab-plugin-lib/dist/commands/startTemplatePreview.js
|
|
21950
|
-
import
|
|
21953
|
+
import crypto8 from "crypto";
|
|
21951
21954
|
|
|
21952
21955
|
// ../bitfab-plugin-lib/dist/activePreviewSession.js
|
|
21953
21956
|
import fs8 from "fs";
|