bitfab 0.44.0 → 0.44.1
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-DCF7NJK7.js → chunk-6K7ZEU4B.js} +2 -2
- package/dist/{chunk-DCF7NJK7.js.map → chunk-6K7ZEU4B.js.map} +1 -1
- package/dist/{chunk-WKGQM7HI.js → chunk-BPVYNFCE.js} +6 -6
- package/dist/{chunk-UUH6NLPT.js → chunk-JEPE7OJ2.js} +2 -2
- package/dist/{chunk-UUH6NLPT.js.map → chunk-JEPE7OJ2.js.map} +1 -1
- package/dist/{chunk-J25AP452.js → chunk-PUHN4E2S.js} +13 -5
- package/dist/chunk-PUHN4E2S.js.map +1 -0
- package/dist/{http-TG6US6A2.js → http-BAP3SWUW.js} +2 -2
- package/dist/{http-N6ZAG2II.js → http-NSLIVDHV.js} +2 -2
- package/dist/index.cjs +12 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +34 -2
- package/dist/index.d.ts +34 -2
- package/dist/index.js +3 -3
- package/dist/node.cjs +12 -4
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-APEO4CAZ.js → replay-ZZXLMJGS.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/replayCli.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-J25AP452.js.map +0 -1
- /package/dist/{chunk-WKGQM7HI.js.map → chunk-BPVYNFCE.js.map} +0 -0
- /package/dist/{http-N6ZAG2II.js.map → http-BAP3SWUW.js.map} +0 -0
- /package/dist/{http-TG6US6A2.js.map → http-NSLIVDHV.js.map} +0 -0
- /package/dist/{replay-APEO4CAZ.js.map → replay-ZZXLMJGS.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
serializeValue,
|
|
15
15
|
toJsonSafe,
|
|
16
16
|
toJsonSafeReport
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-PUHN4E2S.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-6K7ZEU4B.js";
|
|
26
26
|
import {
|
|
27
27
|
__privateAdd,
|
|
28
28
|
__privateGet,
|
|
@@ -4449,7 +4449,7 @@ var Bitfab = class {
|
|
|
4449
4449
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
4450
4450
|
} finally {
|
|
4451
4451
|
try {
|
|
4452
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4452
|
+
const { flushTraces: flushTraces2 } = await import("./http-BAP3SWUW.js");
|
|
4453
4453
|
await flushTraces2(3e4);
|
|
4454
4454
|
} finally {
|
|
4455
4455
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -4477,7 +4477,7 @@ var Bitfab = class {
|
|
|
4477
4477
|
`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.`
|
|
4478
4478
|
);
|
|
4479
4479
|
}
|
|
4480
|
-
const { replay: doReplay } = await import("./replay-
|
|
4480
|
+
const { replay: doReplay } = await import("./replay-ZZXLMJGS.js");
|
|
4481
4481
|
return doReplay(
|
|
4482
4482
|
this.httpClient,
|
|
4483
4483
|
this.serviceUrl,
|
|
@@ -4743,7 +4743,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
4743
4743
|
sessionId: seedCase.sessionId
|
|
4744
4744
|
})
|
|
4745
4745
|
);
|
|
4746
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4746
|
+
const { flushTraces: flushTraces2 } = await import("./http-BAP3SWUW.js");
|
|
4747
4747
|
await flushTraces2(3e4);
|
|
4748
4748
|
return { pipeline, traceFunctionKey, traceIds };
|
|
4749
4749
|
}
|
|
@@ -4776,4 +4776,4 @@ export {
|
|
|
4776
4776
|
defineReplayRegistry,
|
|
4777
4777
|
seedFromRegistry
|
|
4778
4778
|
};
|
|
4779
|
-
//# sourceMappingURL=chunk-
|
|
4779
|
+
//# sourceMappingURL=chunk-BPVYNFCE.js.map
|
|
@@ -94,7 +94,7 @@ function encodeRequestBody(body) {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
// src/version.generated.ts
|
|
97
|
-
var __version__ = "0.44.
|
|
97
|
+
var __version__ = "0.44.1";
|
|
98
98
|
var __packageName__ = "bitfab";
|
|
99
99
|
|
|
100
100
|
// src/errors.ts
|
|
@@ -1872,4 +1872,4 @@ export {
|
|
|
1872
1872
|
parseRetryAfterMs,
|
|
1873
1873
|
HttpClient
|
|
1874
1874
|
};
|
|
1875
|
-
//# sourceMappingURL=chunk-
|
|
1875
|
+
//# sourceMappingURL=chunk-JEPE7OJ2.js.map
|