@bitfab/sdk 0.46.0 → 0.47.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-WVGPOCCT.js → chunk-G52ZQTWU.js} +2 -2
- package/dist/{chunk-OS62EZ6Y.js → chunk-LP2CN7SZ.js} +6 -6
- package/dist/chunk-LP2CN7SZ.js.map +1 -0
- package/dist/{chunk-RIMNDJP3.js → chunk-RQEYVHGV.js} +2 -2
- package/dist/{chunk-RIMNDJP3.js.map → chunk-RQEYVHGV.js.map} +1 -1
- package/dist/{chunk-HSLKCBA3.js → chunk-YKHZGYAC.js} +2 -2
- package/dist/{chunk-HSLKCBA3.js.map → chunk-YKHZGYAC.js.map} +1 -1
- package/dist/{http-RKVEWOUX.js → http-224ASOWH.js} +2 -2
- package/dist/{http-LVSVWTKO.js → http-BUAOWCLI.js} +2 -2
- package/dist/index.cjs +1 -1
- 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 +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-Q2YYL5HB.js → replay-OONSKTLR.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-OS62EZ6Y.js.map +0 -1
- /package/dist/{chunk-WVGPOCCT.js.map → chunk-G52ZQTWU.js.map} +0 -0
- /package/dist/{http-LVSVWTKO.js.map → http-224ASOWH.js.map} +0 -0
- /package/dist/{http-RKVEWOUX.js.map → http-BUAOWCLI.js.map} +0 -0
- /package/dist/{replay-Q2YYL5HB.js.map → replay-OONSKTLR.js.map} +0 -0
package/dist/node.js
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
getCurrentSpan,
|
|
18
18
|
getCurrentTrace,
|
|
19
19
|
seedFromRegistry
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-LP2CN7SZ.js";
|
|
21
21
|
import "./chunk-ZUD7OFYB.js";
|
|
22
22
|
import {
|
|
23
23
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
ReplayError,
|
|
27
27
|
reportReplayProgress,
|
|
28
28
|
serializeReplayResult
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-G52ZQTWU.js";
|
|
30
30
|
import {
|
|
31
31
|
BitfabError,
|
|
32
32
|
DEFAULT_SERVICE_URL,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
MixedTracingError,
|
|
35
35
|
__version__,
|
|
36
36
|
flushTraces
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-YKHZGYAC.js";
|
|
38
38
|
import {
|
|
39
39
|
assertAsyncStorageRegistered,
|
|
40
40
|
registerAsyncLocalStorageClass
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
serializeReplayResult,
|
|
8
8
|
sleepForReplayPersistence,
|
|
9
9
|
waitForReplayPersistence
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-G52ZQTWU.js";
|
|
11
|
+
import "./chunk-YKHZGYAC.js";
|
|
12
12
|
import "./chunk-H6LZRFMN.js";
|
|
13
13
|
export {
|
|
14
14
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
sleepForReplayPersistence,
|
|
21
21
|
waitForReplayPersistence
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=replay-
|
|
23
|
+
//# sourceMappingURL=replay-OONSKTLR.js.map
|
package/dist/replayCli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
BitfabError
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RQEYVHGV.js";
|
|
5
5
|
|
|
6
6
|
// src/replayCli.ts
|
|
7
7
|
import { tsImport } from "tsx/esm/api";
|
|
@@ -170,7 +170,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
170
170
|
sessionId: seedCase.sessionId
|
|
171
171
|
})
|
|
172
172
|
);
|
|
173
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
173
|
+
const { flushTraces: flushTraces2 } = await import("./http-224ASOWH.js");
|
|
174
174
|
await flushTraces2(3e4);
|
|
175
175
|
return { pipeline, traceFunctionKey, traceIds };
|
|
176
176
|
}
|