@bitfab/sdk 0.50.0 → 0.51.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-W5P5JAH7.js → chunk-4CLJF2DZ.js} +9 -5
- package/dist/{chunk-W5P5JAH7.js.map → chunk-4CLJF2DZ.js.map} +1 -1
- package/dist/{chunk-6LG3OFIX.js → chunk-DNYZJLNY.js} +23 -5
- package/dist/chunk-DNYZJLNY.js.map +1 -0
- package/dist/{chunk-XZDYNFI5.js → chunk-RGC7IEOI.js} +9 -5
- package/dist/{chunk-XZDYNFI5.js.map → chunk-RGC7IEOI.js.map} +1 -1
- package/dist/{chunk-BT4RNCQL.js → chunk-VXD27AJ3.js} +6 -6
- package/dist/{chunk-BT4RNCQL.js.map → chunk-VXD27AJ3.js.map} +1 -1
- package/dist/{http-W2YPLY7H.js → http-AKFJONE7.js} +2 -2
- package/dist/{http-PFP2EQVE.js → http-HLRWCSFF.js} +2 -2
- package/dist/index.cjs +29 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -8
- package/dist/index.d.ts +12 -8
- package/dist/index.js +3 -3
- package/dist/node.cjs +29 -7
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-AFX7ENZI.js → replay-ISXRCXUP.js} +3 -3
- package/dist/replayCli.js +40 -14
- package/dist/replayCli.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-6LG3OFIX.js.map +0 -1
- /package/dist/{http-PFP2EQVE.js.map → http-AKFJONE7.js.map} +0 -0
- /package/dist/{http-W2YPLY7H.js.map → http-HLRWCSFF.js.map} +0 -0
- /package/dist/{replay-AFX7ENZI.js.map → replay-ISXRCXUP.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
serializeValue,
|
|
15
15
|
toJsonSafe,
|
|
16
16
|
toJsonSafeReport
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-DNYZJLNY.js";
|
|
18
18
|
import {
|
|
19
19
|
BitfabError,
|
|
20
20
|
DEFAULT_SERVICE_URL,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
MixedTracingError,
|
|
23
23
|
getReplayContext,
|
|
24
24
|
warnOnce
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-RGC7IEOI.js";
|
|
26
26
|
import {
|
|
27
27
|
__privateAdd,
|
|
28
28
|
__privateGet,
|
|
@@ -4555,7 +4555,7 @@ var Bitfab = class {
|
|
|
4555
4555
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
4556
4556
|
} finally {
|
|
4557
4557
|
try {
|
|
4558
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4558
|
+
const { flushTraces: flushTraces2 } = await import("./http-HLRWCSFF.js");
|
|
4559
4559
|
await flushTraces2(3e4);
|
|
4560
4560
|
} finally {
|
|
4561
4561
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -4583,7 +4583,7 @@ var Bitfab = class {
|
|
|
4583
4583
|
`Function is wrapped with trace function key '${wrappedKey}' but replay was called with '${traceFunctionKey}'. Pass matching keys, or pass the unwrapped function to replay it under the explicit key.`
|
|
4584
4584
|
);
|
|
4585
4585
|
}
|
|
4586
|
-
const { replay: doReplay } = await import("./replay-
|
|
4586
|
+
const { replay: doReplay } = await import("./replay-ISXRCXUP.js");
|
|
4587
4587
|
return doReplay(
|
|
4588
4588
|
this.httpClient,
|
|
4589
4589
|
this.serviceUrl,
|
|
@@ -4849,7 +4849,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
4849
4849
|
sessionId: seedCase.sessionId
|
|
4850
4850
|
})
|
|
4851
4851
|
);
|
|
4852
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4852
|
+
const { flushTraces: flushTraces2 } = await import("./http-HLRWCSFF.js");
|
|
4853
4853
|
await flushTraces2(3e4);
|
|
4854
4854
|
return { pipeline, traceFunctionKey, traceIds };
|
|
4855
4855
|
}
|
|
@@ -4885,4 +4885,4 @@ export {
|
|
|
4885
4885
|
defineReplayRegistry,
|
|
4886
4886
|
seedFromRegistry
|
|
4887
4887
|
};
|
|
4888
|
-
//# sourceMappingURL=chunk-
|
|
4888
|
+
//# sourceMappingURL=chunk-VXD27AJ3.js.map
|