bitfab 0.54.1 → 0.54.2
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-WNTG7YVZ.js → chunk-ELGX3GWC.js} +2 -2
- package/dist/{chunk-WNTG7YVZ.js.map → chunk-ELGX3GWC.js.map} +1 -1
- package/dist/{chunk-IE25TPKY.js → chunk-GMHABKGI.js} +2 -2
- package/dist/{chunk-IE25TPKY.js.map → chunk-GMHABKGI.js.map} +1 -1
- package/dist/{chunk-AK3B74ER.js → chunk-SMNXZVSZ.js} +6 -6
- package/dist/chunk-SMNXZVSZ.js.map +1 -0
- package/dist/{chunk-QLW7IYXC.js → chunk-V6A3A6PF.js} +3 -3
- package/dist/{chunk-7F3PBLYC.js → chunk-YGVEPWC5.js} +2 -2
- package/dist/{http-WK52XY7T.js → http-5PXP5N7O.js} +2 -2
- package/dist/{http-USFHDZ7U.js → http-JD44RSQN.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -3
- package/dist/node.cjs +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-IKRILVBR.js → replay-3KZRKPX2.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-AK3B74ER.js.map +0 -1
- /package/dist/{chunk-QLW7IYXC.js.map → chunk-V6A3A6PF.js.map} +0 -0
- /package/dist/{chunk-7F3PBLYC.js.map → chunk-YGVEPWC5.js.map} +0 -0
- /package/dist/{http-USFHDZ7U.js.map → http-5PXP5N7O.js.map} +0 -0
- /package/dist/{http-WK52XY7T.js.map → http-JD44RSQN.js.map} +0 -0
- /package/dist/{replay-IKRILVBR.js.map → replay-3KZRKPX2.js.map} +0 -0
package/dist/node.js
CHANGED
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
getCurrentTrace,
|
|
30
30
|
reseedFromRegistry,
|
|
31
31
|
seedFromRegistry
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-SMNXZVSZ.js";
|
|
33
33
|
import "./chunk-EGWJYCNT.js";
|
|
34
34
|
import {
|
|
35
35
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
ReplayError,
|
|
39
39
|
reportReplayProgress,
|
|
40
40
|
serializeReplayResult
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-YGVEPWC5.js";
|
|
42
42
|
import {
|
|
43
43
|
BitfabError,
|
|
44
44
|
DEFAULT_SERVICE_URL,
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
MixedTracingError,
|
|
47
47
|
__version__,
|
|
48
48
|
flushTraces
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-GMHABKGI.js";
|
|
50
50
|
import {
|
|
51
51
|
assertAsyncStorageRegistered,
|
|
52
52
|
registerAsyncLocalStorageClass
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
serializeReplayResult,
|
|
9
9
|
sleepForReplayPersistence,
|
|
10
10
|
waitForReplayPersistence
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-YGVEPWC5.js";
|
|
12
|
+
import "./chunk-GMHABKGI.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-3KZRKPX2.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-V6A3A6PF.js";
|
|
11
|
+
import "./chunk-ELGX3GWC.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-V6A3A6PF.js";
|
|
10
|
+
import "./chunk-ELGX3GWC.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.";
|