@bitfab/sdk 0.46.0 → 0.47.0

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/node.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  getCurrentSpan,
18
18
  getCurrentTrace,
19
19
  seedFromRegistry
20
- } from "./chunk-OS62EZ6Y.js";
20
+ } from "./chunk-LP2CN7SZ.js";
21
21
  import "./chunk-ZUD7OFYB.js";
22
22
  import {
23
23
  BITFAB_PROGRESS_PREFIX,
@@ -26,7 +26,7 @@ import {
26
26
  ReplayError,
27
27
  reportReplayProgress,
28
28
  serializeReplayResult
29
- } from "./chunk-WVGPOCCT.js";
29
+ } from "./chunk-G52ZQTWU.js";
30
30
  import {
31
31
  BitfabError,
32
32
  DEFAULT_SERVICE_URL,
@@ -34,7 +34,7 @@ import {
34
34
  MixedTracingError,
35
35
  __version__,
36
36
  flushTraces
37
- } from "./chunk-HSLKCBA3.js";
37
+ } from "./chunk-YKHZGYAC.js";
38
38
  import {
39
39
  assertAsyncStorageRegistered,
40
40
  registerAsyncLocalStorageClass
@@ -7,8 +7,8 @@ import {
7
7
  serializeReplayResult,
8
8
  sleepForReplayPersistence,
9
9
  waitForReplayPersistence
10
- } from "./chunk-WVGPOCCT.js";
11
- import "./chunk-HSLKCBA3.js";
10
+ } from "./chunk-G52ZQTWU.js";
11
+ import "./chunk-YKHZGYAC.js";
12
12
  import "./chunk-H6LZRFMN.js";
13
13
  export {
14
14
  BITFAB_PROGRESS_PREFIX,
@@ -20,4 +20,4 @@ export {
20
20
  sleepForReplayPersistence,
21
21
  waitForReplayPersistence
22
22
  };
23
- //# sourceMappingURL=replay-Q2YYL5HB.js.map
23
+ //# sourceMappingURL=replay-OONSKTLR.js.map
package/dist/replayCli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  BitfabError
4
- } from "./chunk-RIMNDJP3.js";
4
+ } from "./chunk-RQEYVHGV.js";
5
5
 
6
6
  // src/replayCli.ts
7
7
  import { tsImport } from "tsx/esm/api";
@@ -170,7 +170,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
170
170
  sessionId: seedCase.sessionId
171
171
  })
172
172
  );
173
- const { flushTraces: flushTraces2 } = await import("./http-RKVEWOUX.js");
173
+ const { flushTraces: flushTraces2 } = await import("./http-224ASOWH.js");
174
174
  await flushTraces2(3e4);
175
175
  return { pipeline, traceFunctionKey, traceIds };
176
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitfab/sdk",
3
- "version": "0.46.0",
3
+ "version": "0.47.0",
4
4
  "description": "Bitfab client for provider-based API calls with local BAML execution",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",