bitfab 0.54.7 → 0.54.8
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/README.md +2 -1
- package/dist/{chunk-GGMFD2ZE.js → chunk-5H3D7J4K.js} +2 -2
- package/dist/{chunk-GGMFD2ZE.js.map → chunk-5H3D7J4K.js.map} +1 -1
- package/dist/{chunk-CRBJE655.js → chunk-5LXZGUKW.js} +3 -3
- package/dist/{chunk-VDQAIWLX.js → chunk-RC3HOMLJ.js} +2 -2
- package/dist/{chunk-VDQAIWLX.js.map → chunk-RC3HOMLJ.js.map} +1 -1
- package/dist/{chunk-ONMN7WXS.js → chunk-RUCVJQBI.js} +2 -2
- package/dist/{chunk-MFMTLYDW.js → chunk-XPCVDQDS.js} +44 -11
- package/dist/chunk-XPCVDQDS.js.map +1 -0
- package/dist/{http-NIVPIUA2.js → http-4JG3XW5X.js} +2 -2
- package/dist/{http-DYGY3K7H.js → http-7PL32JLX.js} +2 -2
- package/dist/index.cjs +39 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3 -3
- package/dist/node.cjs +39 -6
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-22RLT3Z4.js → replay-KWBZ2JQV.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-MFMTLYDW.js.map +0 -1
- /package/dist/{chunk-CRBJE655.js.map → chunk-5LXZGUKW.js.map} +0 -0
- /package/dist/{chunk-ONMN7WXS.js.map → chunk-RUCVJQBI.js.map} +0 -0
- /package/dist/{http-DYGY3K7H.js.map → http-4JG3XW5X.js.map} +0 -0
- /package/dist/{http-NIVPIUA2.js.map → http-7PL32JLX.js.map} +0 -0
- /package/dist/{replay-22RLT3Z4.js.map → replay-KWBZ2JQV.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-XPCVDQDS.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-RUCVJQBI.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-5H3D7J4K.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-RUCVJQBI.js";
|
|
12
|
+
import "./chunk-5H3D7J4K.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-KWBZ2JQV.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-5LXZGUKW.js";
|
|
11
|
+
import "./chunk-RC3HOMLJ.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-5LXZGUKW.js";
|
|
10
|
+
import "./chunk-RC3HOMLJ.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.";
|