bitfab 0.53.2 → 0.53.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-S4UK5HNW.js → chunk-I3W46Y7U.js} +2 -2
- package/dist/{chunk-S4UK5HNW.js.map → chunk-I3W46Y7U.js.map} +1 -1
- package/dist/{chunk-6SPWEVFD.js → chunk-JFDOUOBS.js} +6 -6
- package/dist/{chunk-3LSPOHL7.js → chunk-KUWCXZVT.js} +3 -3
- package/dist/{chunk-JZAKQDGR.js → chunk-LOQOG2MW.js} +2 -2
- package/dist/{chunk-JZAKQDGR.js.map → chunk-LOQOG2MW.js.map} +1 -1
- package/dist/{chunk-V3KD7B3B.js → chunk-QVRPMSFH.js} +2 -2
- package/dist/{http-LOZSAC23.js → http-DPLYIYPM.js} +2 -2
- package/dist/{http-PUEEHMKU.js → http-UBKEZ5VN.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- 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-SSJ72WEI.js → replay-RPZ5RUPM.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-6SPWEVFD.js.map → chunk-JFDOUOBS.js.map} +0 -0
- /package/dist/{chunk-3LSPOHL7.js.map → chunk-KUWCXZVT.js.map} +0 -0
- /package/dist/{chunk-V3KD7B3B.js.map → chunk-QVRPMSFH.js.map} +0 -0
- /package/dist/{http-LOZSAC23.js.map → http-DPLYIYPM.js.map} +0 -0
- /package/dist/{http-PUEEHMKU.js.map → http-UBKEZ5VN.js.map} +0 -0
- /package/dist/{replay-SSJ72WEI.js.map → replay-RPZ5RUPM.js.map} +0 -0
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
serializeValue,
|
|
20
20
|
toJsonSafe,
|
|
21
21
|
toJsonSafeReport
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-QVRPMSFH.js";
|
|
23
23
|
import {
|
|
24
24
|
BitfabError,
|
|
25
25
|
DEFAULT_SERVICE_URL,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
recordCallerTraceMetadata,
|
|
36
36
|
retireTraceMetadata,
|
|
37
37
|
warnOnce
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-LOQOG2MW.js";
|
|
39
39
|
import {
|
|
40
40
|
__privateAdd,
|
|
41
41
|
__privateGet,
|
|
@@ -5058,7 +5058,7 @@ var Bitfab = class {
|
|
|
5058
5058
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
5059
5059
|
} finally {
|
|
5060
5060
|
try {
|
|
5061
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
5061
|
+
const { flushTraces: flushTraces2 } = await import("./http-UBKEZ5VN.js");
|
|
5062
5062
|
await flushTraces2(3e4);
|
|
5063
5063
|
} finally {
|
|
5064
5064
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -5117,7 +5117,7 @@ var Bitfab = class {
|
|
|
5117
5117
|
`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.`
|
|
5118
5118
|
);
|
|
5119
5119
|
}
|
|
5120
|
-
const { replay: doReplay } = await import("./replay-
|
|
5120
|
+
const { replay: doReplay } = await import("./replay-RPZ5RUPM.js");
|
|
5121
5121
|
return doReplay(
|
|
5122
5122
|
this.httpClient,
|
|
5123
5123
|
this.serviceUrl,
|
|
@@ -5401,7 +5401,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
5401
5401
|
sessionId: seedCase.sessionId
|
|
5402
5402
|
})
|
|
5403
5403
|
);
|
|
5404
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
5404
|
+
const { flushTraces: flushTraces2 } = await import("./http-UBKEZ5VN.js");
|
|
5405
5405
|
await flushTraces2(3e4);
|
|
5406
5406
|
return { pipeline, traceFunctionKey, traceIds };
|
|
5407
5407
|
}
|
|
@@ -5438,4 +5438,4 @@ export {
|
|
|
5438
5438
|
reseedFromRegistry,
|
|
5439
5439
|
seedFromRegistry
|
|
5440
5440
|
};
|
|
5441
|
-
//# sourceMappingURL=chunk-
|
|
5441
|
+
//# sourceMappingURL=chunk-JFDOUOBS.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BitfabError
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-I3W46Y7U.js";
|
|
4
4
|
|
|
5
5
|
// src/codeChange.ts
|
|
6
6
|
var NUL = String.fromCharCode(0);
|
|
@@ -207,7 +207,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
207
207
|
sessionId: seedCase.sessionId
|
|
208
208
|
})
|
|
209
209
|
);
|
|
210
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
210
|
+
const { flushTraces: flushTraces2 } = await import("./http-DPLYIYPM.js");
|
|
211
211
|
await flushTraces2(3e4);
|
|
212
212
|
return { pipeline, traceFunctionKey, traceIds };
|
|
213
213
|
}
|
|
@@ -744,4 +744,4 @@ export {
|
|
|
744
744
|
runRegistryMain,
|
|
745
745
|
runIfEntrypoint
|
|
746
746
|
};
|
|
747
|
-
//# sourceMappingURL=chunk-
|
|
747
|
+
//# sourceMappingURL=chunk-KUWCXZVT.js.map
|
|
@@ -99,7 +99,7 @@ function encodeRequestBody(body) {
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
// src/version.generated.ts
|
|
102
|
-
var __version__ = "0.53.
|
|
102
|
+
var __version__ = "0.53.3";
|
|
103
103
|
var __packageName__ = "bitfab";
|
|
104
104
|
|
|
105
105
|
// src/constants.ts
|
|
@@ -2502,4 +2502,4 @@ export {
|
|
|
2502
2502
|
parseRetryAfterMs,
|
|
2503
2503
|
HttpClient
|
|
2504
2504
|
};
|
|
2505
|
-
//# sourceMappingURL=chunk-
|
|
2505
|
+
//# sourceMappingURL=chunk-LOQOG2MW.js.map
|