bitfab 0.54.2 → 0.54.3
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-V6A3A6PF.js → chunk-4H7E2S27.js} +3 -3
- package/dist/chunk-4H7E2S27.js.map +1 -0
- package/dist/{chunk-YGVEPWC5.js → chunk-DL4KHJON.js} +2 -2
- package/dist/chunk-DL4KHJON.js.map +1 -0
- package/dist/{chunk-ELGX3GWC.js → chunk-NI6B2BP4.js} +2 -2
- package/dist/{chunk-ELGX3GWC.js.map → chunk-NI6B2BP4.js.map} +1 -1
- package/dist/{chunk-SMNXZVSZ.js → chunk-PELZFWPC.js} +6 -6
- package/dist/{chunk-GMHABKGI.js → chunk-ZO4NEEUA.js} +2 -2
- package/dist/{chunk-GMHABKGI.js.map → chunk-ZO4NEEUA.js.map} +1 -1
- package/dist/{http-JD44RSQN.js → http-6WMGO7GB.js} +2 -2
- package/dist/{http-5PXP5N7O.js → http-A5BXPX5R.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- 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-3KZRKPX2.js → replay-FOVT4PNE.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-V6A3A6PF.js.map +0 -1
- package/dist/chunk-YGVEPWC5.js.map +0 -1
- /package/dist/{chunk-SMNXZVSZ.js.map → chunk-PELZFWPC.js.map} +0 -0
- /package/dist/{http-5PXP5N7O.js.map → http-6WMGO7GB.js.map} +0 -0
- /package/dist/{http-JD44RSQN.js.map → http-A5BXPX5R.js.map} +0 -0
- /package/dist/{replay-3KZRKPX2.js.map → replay-FOVT4PNE.js.map} +0 -0
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
serializeValue,
|
|
19
19
|
toJsonSafe,
|
|
20
20
|
toJsonSafeReport
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-DL4KHJON.js";
|
|
22
22
|
import {
|
|
23
23
|
BitfabError,
|
|
24
24
|
DEFAULT_SERVICE_URL,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
recordCallerTraceMetadata,
|
|
36
36
|
retireTraceMetadata,
|
|
37
37
|
warnOnce
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-ZO4NEEUA.js";
|
|
39
39
|
import {
|
|
40
40
|
__privateAdd,
|
|
41
41
|
__privateGet,
|
|
@@ -5107,7 +5107,7 @@ var Bitfab = class {
|
|
|
5107
5107
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
5108
5108
|
} finally {
|
|
5109
5109
|
try {
|
|
5110
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
5110
|
+
const { flushTraces: flushTraces2 } = await import("./http-A5BXPX5R.js");
|
|
5111
5111
|
await flushTraces2(3e4);
|
|
5112
5112
|
} finally {
|
|
5113
5113
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -5166,7 +5166,7 @@ var Bitfab = class {
|
|
|
5166
5166
|
`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.`
|
|
5167
5167
|
);
|
|
5168
5168
|
}
|
|
5169
|
-
const { replay: doReplay } = await import("./replay-
|
|
5169
|
+
const { replay: doReplay } = await import("./replay-FOVT4PNE.js");
|
|
5170
5170
|
return doReplay(
|
|
5171
5171
|
this.httpClient,
|
|
5172
5172
|
this.serviceUrl,
|
|
@@ -5450,7 +5450,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
5450
5450
|
sessionId: seedCase.sessionId
|
|
5451
5451
|
})
|
|
5452
5452
|
);
|
|
5453
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
5453
|
+
const { flushTraces: flushTraces2 } = await import("./http-A5BXPX5R.js");
|
|
5454
5454
|
await flushTraces2(3e4);
|
|
5455
5455
|
return { pipeline, traceFunctionKey, traceIds };
|
|
5456
5456
|
}
|
|
@@ -5488,4 +5488,4 @@ export {
|
|
|
5488
5488
|
reseedFromRegistry,
|
|
5489
5489
|
seedFromRegistry
|
|
5490
5490
|
};
|
|
5491
|
-
//# sourceMappingURL=chunk-
|
|
5491
|
+
//# sourceMappingURL=chunk-PELZFWPC.js.map
|
|
@@ -100,7 +100,7 @@ function encodeRequestBody(body) {
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
// src/version.generated.ts
|
|
103
|
-
var __version__ = "0.54.
|
|
103
|
+
var __version__ = "0.54.3";
|
|
104
104
|
var __packageName__ = "bitfab";
|
|
105
105
|
|
|
106
106
|
// src/constants.ts
|
|
@@ -2700,4 +2700,4 @@ export {
|
|
|
2700
2700
|
parseRetryAfterMs,
|
|
2701
2701
|
HttpClient
|
|
2702
2702
|
};
|
|
2703
|
-
//# sourceMappingURL=chunk-
|
|
2703
|
+
//# sourceMappingURL=chunk-ZO4NEEUA.js.map
|