@bitfab/sdk 0.40.0 → 0.41.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
@@ -15,7 +15,7 @@ import {
15
15
  getCurrentSpan,
16
16
  getCurrentTrace,
17
17
  seedFromRegistry
18
- } from "./chunk-5NT4YDCQ.js";
18
+ } from "./chunk-U3AKIFW3.js";
19
19
  import "./chunk-ZUD7OFYB.js";
20
20
  import {
21
21
  BITFAB_PROGRESS_PREFIX,
@@ -24,14 +24,14 @@ import {
24
24
  ReplayError,
25
25
  reportReplayProgress,
26
26
  serializeReplayResult
27
- } from "./chunk-EXT5FK54.js";
27
+ } from "./chunk-RWZYZRYI.js";
28
28
  import {
29
29
  BitfabError,
30
30
  DEFAULT_SERVICE_URL,
31
31
  HttpClient,
32
32
  __version__,
33
33
  flushTraces
34
- } from "./chunk-A22EYRSY.js";
34
+ } from "./chunk-IFYX3KW6.js";
35
35
  import {
36
36
  assertAsyncStorageRegistered,
37
37
  registerAsyncLocalStorageClass
@@ -7,8 +7,8 @@ import {
7
7
  serializeReplayResult,
8
8
  sleepForReplayPersistence,
9
9
  waitForReplayPersistence
10
- } from "./chunk-EXT5FK54.js";
11
- import "./chunk-A22EYRSY.js";
10
+ } from "./chunk-RWZYZRYI.js";
11
+ import "./chunk-IFYX3KW6.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-352POXG3.js.map
23
+ //# sourceMappingURL=replay-HMMWDSLB.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-E2V4HFSM.js";
4
+ } from "./chunk-VEA6JOKL.js";
5
5
 
6
6
  // src/replayCli.ts
7
7
  import { tsImport } from "tsx/esm/api";
@@ -149,7 +149,7 @@ async function seedFromRegistry(registry, pipeline, cases) {
149
149
  sessionId: seedCase.sessionId
150
150
  })
151
151
  );
152
- const { flushTraces: flushTraces2 } = await import("./http-OZODCFFA.js");
152
+ const { flushTraces: flushTraces2 } = await import("./http-JSBWHPNA.js");
153
153
  await flushTraces2(3e4);
154
154
  return { pipeline, traceFunctionKey, traceIds };
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitfab/sdk",
3
- "version": "0.40.0",
3
+ "version": "0.41.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",