@bitfab/sdk 0.52.1 → 0.52.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-UQLT25PG.js → chunk-36ARJJ6S.js} +2 -2
- package/dist/{chunk-UQLT25PG.js.map → chunk-36ARJJ6S.js.map} +1 -1
- package/dist/{chunk-6DIR65JW.js → chunk-QWAWERYM.js} +2 -2
- package/dist/{chunk-6DIR65JW.js.map → chunk-QWAWERYM.js.map} +1 -1
- package/dist/{chunk-XAT6WLCS.js → chunk-XLSKI7UA.js} +6 -6
- package/dist/{chunk-XAT6WLCS.js.map → chunk-XLSKI7UA.js.map} +1 -1
- package/dist/{chunk-A5UGSRMK.js → chunk-XXKM4EL2.js} +2 -7
- package/dist/chunk-XXKM4EL2.js.map +1 -0
- package/dist/{http-RI4YCAS2.js → http-CVTQ3N5S.js} +2 -2
- package/dist/{http-B2AK43BN.js → http-V2WU4EN3.js} +2 -2
- package/dist/index.cjs +1 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -5
- package/dist/index.d.ts +10 -5
- package/dist/index.js +3 -3
- package/dist/node.cjs +1 -6
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-24F3F5RD.js → replay-5UAWEGXP.js} +3 -3
- package/dist/replayCli.js +42 -12
- package/dist/replayCli.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-A5UGSRMK.js.map +0 -1
- /package/dist/{http-B2AK43BN.js.map → http-CVTQ3N5S.js.map} +0 -0
- /package/dist/{http-RI4YCAS2.js.map → http-V2WU4EN3.js.map} +0 -0
- /package/dist/{replay-24F3F5RD.js.map → replay-5UAWEGXP.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
serializeValue,
|
|
15
15
|
toJsonSafe,
|
|
16
16
|
toJsonSafeReport
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-XXKM4EL2.js";
|
|
18
18
|
import {
|
|
19
19
|
BitfabError,
|
|
20
20
|
DEFAULT_SERVICE_URL,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
getReplayContext,
|
|
26
26
|
recordCallerTraceMetadata,
|
|
27
27
|
warnOnce
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-QWAWERYM.js";
|
|
29
29
|
import {
|
|
30
30
|
__privateAdd,
|
|
31
31
|
__privateGet,
|
|
@@ -4576,7 +4576,7 @@ var Bitfab = class {
|
|
|
4576
4576
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
4577
4577
|
} finally {
|
|
4578
4578
|
try {
|
|
4579
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4579
|
+
const { flushTraces: flushTraces2 } = await import("./http-V2WU4EN3.js");
|
|
4580
4580
|
await flushTraces2(3e4);
|
|
4581
4581
|
} finally {
|
|
4582
4582
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -4605,7 +4605,7 @@ var Bitfab = class {
|
|
|
4605
4605
|
`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.`
|
|
4606
4606
|
);
|
|
4607
4607
|
}
|
|
4608
|
-
const { replay: doReplay } = await import("./replay-
|
|
4608
|
+
const { replay: doReplay } = await import("./replay-5UAWEGXP.js");
|
|
4609
4609
|
return doReplay(
|
|
4610
4610
|
this.httpClient,
|
|
4611
4611
|
this.serviceUrl,
|
|
@@ -4871,7 +4871,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
4871
4871
|
sessionId: seedCase.sessionId
|
|
4872
4872
|
})
|
|
4873
4873
|
);
|
|
4874
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4874
|
+
const { flushTraces: flushTraces2 } = await import("./http-V2WU4EN3.js");
|
|
4875
4875
|
await flushTraces2(3e4);
|
|
4876
4876
|
return { pipeline, traceFunctionKey, traceIds };
|
|
4877
4877
|
}
|
|
@@ -4907,4 +4907,4 @@ export {
|
|
|
4907
4907
|
defineReplayRegistry,
|
|
4908
4908
|
seedFromRegistry
|
|
4909
4909
|
};
|
|
4910
|
-
//# sourceMappingURL=chunk-
|
|
4910
|
+
//# sourceMappingURL=chunk-XLSKI7UA.js.map
|