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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  BitfabError
3
- } from "./chunk-RA3J6A6K.js";
3
+ } from "./chunk-IKNIY7JV.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-K2H4547F.js");
210
+ const { flushTraces: flushTraces2 } = await import("./http-DRPXLTJS.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-VAHFHCBT.js.map
747
+ //# sourceMappingURL=chunk-WWE3W6HF.js.map
@@ -6,7 +6,7 @@ import {
6
6
  flushTraces,
7
7
  parseRetryAfterMs,
8
8
  serializePayloadBody
9
- } from "./chunk-RA3J6A6K.js";
9
+ } from "./chunk-IKNIY7JV.js";
10
10
  export {
11
11
  BitfabError,
12
12
  HttpClient,
@@ -16,4 +16,4 @@ export {
16
16
  parseRetryAfterMs,
17
17
  serializePayloadBody
18
18
  };
19
- //# sourceMappingURL=http-K2H4547F.js.map
19
+ //# sourceMappingURL=http-DRPXLTJS.js.map
@@ -6,7 +6,7 @@ import {
6
6
  flushTraces,
7
7
  parseRetryAfterMs,
8
8
  serializePayloadBody
9
- } from "./chunk-GVK7AES5.js";
9
+ } from "./chunk-5FRFNRFA.js";
10
10
  import "./chunk-VCRFFCLY.js";
11
11
  export {
12
12
  BitfabError,
@@ -17,4 +17,4 @@ export {
17
17
  parseRetryAfterMs,
18
18
  serializePayloadBody
19
19
  };
20
- //# sourceMappingURL=http-RW2JO6TU.js.map
20
+ //# sourceMappingURL=http-EMAHQQ4A.js.map
package/dist/index.cjs CHANGED
@@ -51,7 +51,7 @@ var __version__, __packageName__;
51
51
  var init_version_generated = __esm({
52
52
  "src/version.generated.ts"() {
53
53
  "use strict";
54
- __version__ = "0.54.5";
54
+ __version__ = "0.54.6";
55
55
  __packageName__ = "bitfab";
56
56
  }
57
57
  });
@@ -7009,12 +7009,6 @@ var TracesClient = class {
7009
7009
  constructor(httpClient) {
7010
7010
  this.httpClient = httpClient;
7011
7011
  }
7012
- /**
7013
- * Search traces by exact caller metadata.
7014
- *
7015
- * Keys and values are matched case-insensitively. Up to 10 supplied pairs
7016
- * must match. Use `nextCursor` from the result to fetch another page.
7017
- */
7018
7012
  async search(params) {
7019
7013
  return this.httpClient.request(SEARCH_PATH, params);
7020
7014
  }