bitfab 0.52.6 → 0.53.0
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-NXC6NYIY.js → chunk-6IMGAODW.js} +2 -2
- package/dist/{chunk-NXC6NYIY.js.map → chunk-6IMGAODW.js.map} +1 -1
- package/dist/{chunk-GJKU7VWG.js → chunk-CBRO6BP7.js} +2 -2
- package/dist/{chunk-GJKU7VWG.js.map → chunk-CBRO6BP7.js.map} +1 -1
- package/dist/{chunk-5KVK733P.js → chunk-DTC6SIXW.js} +3 -3
- package/dist/{chunk-P26KVTI5.js → chunk-SCXR43UF.js} +31 -9
- package/dist/chunk-SCXR43UF.js.map +1 -0
- package/dist/{chunk-DRTHTSHO.js → chunk-SJKWUQ3G.js} +2 -2
- package/dist/{http-ER2NMEKI.js → http-KP7DVTOD.js} +2 -2
- package/dist/{http-MGES3ZVX.js → http-SEN3PUXX.js} +2 -2
- package/dist/index.cjs +26 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/node.cjs +26 -4
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-5XES2LBL.js → replay-Y5RIJOWE.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-P26KVTI5.js.map +0 -1
- /package/dist/{chunk-5KVK733P.js.map → chunk-DTC6SIXW.js.map} +0 -0
- /package/dist/{chunk-DRTHTSHO.js.map → chunk-SJKWUQ3G.js.map} +0 -0
- /package/dist/{http-ER2NMEKI.js.map → http-KP7DVTOD.js.map} +0 -0
- /package/dist/{http-MGES3ZVX.js.map → http-SEN3PUXX.js.map} +0 -0
- /package/dist/{replay-5XES2LBL.js.map → replay-Y5RIJOWE.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-SCXR43UF.js";
|
|
32
32
|
import "./chunk-E5BLYL5X.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-SJKWUQ3G.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-6IMGAODW.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-SJKWUQ3G.js";
|
|
12
|
+
import "./chunk-6IMGAODW.js";
|
|
13
13
|
import "./chunk-H6LZRFMN.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-Y5RIJOWE.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-DTC6SIXW.js";
|
|
11
|
+
import "./chunk-CBRO6BP7.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-DTC6SIXW.js";
|
|
10
|
+
import "./chunk-CBRO6BP7.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.";
|