bitfab 0.54.5 → 0.54.6

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.
@@ -6,7 +6,7 @@ import {
6
6
  replayContextReady,
7
7
  runWithReplayContext,
8
8
  warnOnce
9
- } from "./chunk-GVK7AES5.js";
9
+ } from "./chunk-5FRFNRFA.js";
10
10
  import {
11
11
  runWithCaptureSuppressed
12
12
  } from "./chunk-VCRFFCLY.js";
@@ -1212,4 +1212,4 @@ export {
1212
1212
  sleepForReplayPersistence,
1213
1213
  replay
1214
1214
  };
1215
- //# sourceMappingURL=chunk-3O5MS4XJ.js.map
1215
+ //# sourceMappingURL=chunk-EBDVWYCV.js.map
@@ -18,7 +18,7 @@ import {
18
18
  serializeValue,
19
19
  toJsonSafe,
20
20
  toJsonSafeReport
21
- } from "./chunk-3O5MS4XJ.js";
21
+ } from "./chunk-EBDVWYCV.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-GVK7AES5.js";
38
+ } from "./chunk-5FRFNRFA.js";
39
39
  import {
40
40
  __privateAdd,
41
41
  __privateGet,
@@ -2516,12 +2516,6 @@ var TracesClient = class {
2516
2516
  constructor(httpClient) {
2517
2517
  this.httpClient = httpClient;
2518
2518
  }
2519
- /**
2520
- * Search traces by exact caller metadata.
2521
- *
2522
- * Keys and values are matched case-insensitively. Up to 10 supplied pairs
2523
- * must match. Use `nextCursor` from the result to fetch another page.
2524
- */
2525
2519
  async search(params) {
2526
2520
  return this.httpClient.request(SEARCH_PATH, params);
2527
2521
  }
@@ -5177,7 +5171,7 @@ var Bitfab = class {
5177
5171
  await runWithSeedContext({ traceId }, async () => target(...args));
5178
5172
  } finally {
5179
5173
  try {
5180
- const { flushTraces: flushTraces2 } = await import("./http-RW2JO6TU.js");
5174
+ const { flushTraces: flushTraces2 } = await import("./http-EMAHQQ4A.js");
5181
5175
  await flushTraces2(3e4);
5182
5176
  } finally {
5183
5177
  unrecorded = activeTraceStates.delete(traceId);
@@ -5236,7 +5230,7 @@ var Bitfab = class {
5236
5230
  `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.`
5237
5231
  );
5238
5232
  }
5239
- const { replay: doReplay } = await import("./replay-MHYULXCH.js");
5233
+ const { replay: doReplay } = await import("./replay-XG6LNUN4.js");
5240
5234
  return doReplay(
5241
5235
  this.httpClient,
5242
5236
  this.serviceUrl,
@@ -5520,7 +5514,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
5520
5514
  sessionId: seedCase.sessionId
5521
5515
  })
5522
5516
  );
5523
- const { flushTraces: flushTraces2 } = await import("./http-RW2JO6TU.js");
5517
+ const { flushTraces: flushTraces2 } = await import("./http-EMAHQQ4A.js");
5524
5518
  await flushTraces2(3e4);
5525
5519
  return { pipeline, traceFunctionKey, traceIds };
5526
5520
  }
@@ -5558,4 +5552,4 @@ export {
5558
5552
  reseedFromRegistry,
5559
5553
  seedFromRegistry
5560
5554
  };
5561
- //# sourceMappingURL=chunk-NATC7L2W.js.map
5555
+ //# sourceMappingURL=chunk-FCJHKGEE.js.map