bitfab 0.53.4 → 0.53.5
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/{chunk-YD5XI5YH.js → chunk-7UOWGJFK.js} +3 -3
- package/dist/{chunk-DIYUW2KO.js → chunk-A67P4IPJ.js} +2 -2
- package/dist/{chunk-DIYUW2KO.js.map → chunk-A67P4IPJ.js.map} +1 -1
- package/dist/{chunk-JKVR5436.js → chunk-HIWCN36R.js} +2 -2
- package/dist/{chunk-RZC7MYVZ.js → chunk-I6HABUAU.js} +2 -2
- package/dist/{chunk-RZC7MYVZ.js.map → chunk-I6HABUAU.js.map} +1 -1
- package/dist/{chunk-53RMN23L.js → chunk-JMZSZD22.js} +33 -16
- package/dist/chunk-JMZSZD22.js.map +1 -0
- package/dist/{http-VRS3FQU3.js → http-7G364U2F.js} +2 -2
- package/dist/{http-7WGJNBGI.js → http-VZG3GUGE.js} +2 -2
- package/dist/index.cjs +28 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/node.cjs +28 -11
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-LRCSZ7IX.js → replay-2PZ7OOTJ.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-53RMN23L.js.map +0 -1
- /package/dist/{chunk-YD5XI5YH.js.map → chunk-7UOWGJFK.js.map} +0 -0
- /package/dist/{chunk-JKVR5436.js.map → chunk-HIWCN36R.js.map} +0 -0
- /package/dist/{http-7WGJNBGI.js.map → http-7G364U2F.js.map} +0 -0
- /package/dist/{http-VRS3FQU3.js.map → http-VZG3GUGE.js.map} +0 -0
- /package/dist/{replay-LRCSZ7IX.js.map → replay-2PZ7OOTJ.js.map} +0 -0
package/dist/node.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
getCurrentTrace,
|
|
29
29
|
reseedFromRegistry,
|
|
30
30
|
seedFromRegistry
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-JMZSZD22.js";
|
|
32
32
|
import "./chunk-EGWJYCNT.js";
|
|
33
33
|
import {
|
|
34
34
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
ReplayError,
|
|
38
38
|
reportReplayProgress,
|
|
39
39
|
serializeReplayResult
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-HIWCN36R.js";
|
|
41
41
|
import {
|
|
42
42
|
BitfabError,
|
|
43
43
|
DEFAULT_SERVICE_URL,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
MixedTracingError,
|
|
46
46
|
__version__,
|
|
47
47
|
flushTraces
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-I6HABUAU.js";
|
|
49
49
|
import {
|
|
50
50
|
assertAsyncStorageRegistered,
|
|
51
51
|
registerAsyncLocalStorageClass
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
serializeReplayResult,
|
|
9
9
|
sleepForReplayPersistence,
|
|
10
10
|
waitForReplayPersistence
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-HIWCN36R.js";
|
|
12
|
+
import "./chunk-I6HABUAU.js";
|
|
13
13
|
import "./chunk-VCRFFCLY.js";
|
|
14
14
|
export {
|
|
15
15
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
sleepForReplayPersistence,
|
|
23
23
|
waitForReplayPersistence
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=replay-
|
|
25
|
+
//# sourceMappingURL=replay-2PZ7OOTJ.js.map
|
package/dist/replayCli.js
CHANGED
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
runRegistryMain,
|
|
8
8
|
runReplayCli,
|
|
9
9
|
runSeedCli
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-7UOWGJFK.js";
|
|
11
|
+
import "./chunk-A67P4IPJ.js";
|
|
12
12
|
|
|
13
13
|
// src/replayCli.ts
|
|
14
14
|
var USAGE = "Usage: bitfab-replay --registry <path> <pipeline> [options]\n bitfab-replay --registry <path> <pipeline> --seed <cases.jsonl> [--run]\nRun bitfab-replay --registry <path> --help to list replay options.";
|
package/dist/seedCli.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
runIfEntrypoint,
|
|
7
7
|
runRegistryMain,
|
|
8
8
|
runSeedCli
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-7UOWGJFK.js";
|
|
10
|
+
import "./chunk-A67P4IPJ.js";
|
|
11
11
|
|
|
12
12
|
// src/seedCli.ts
|
|
13
13
|
var USAGE = "Usage: bitfab-seed --registry <path> <pipeline> --from-trace <id>[,<id>...]\n bitfab-seed --registry <path> <pipeline> --cases <cases.jsonl> [--run]\nRun bitfab-seed --registry <path> <pipeline> --help for details.";
|