@bitfab/sdk 0.43.0 → 0.43.1

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-5BBJ5BQD.js";
18
+ } from "./chunk-V4MRFSWK.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-BXBRVWWW.js";
27
+ } from "./chunk-TNGKCPBP.js";
28
28
  import {
29
29
  BitfabError,
30
30
  DEFAULT_SERVICE_URL,
31
31
  HttpClient,
32
32
  __version__,
33
33
  flushTraces
34
- } from "./chunk-6EM2S5H5.js";
34
+ } from "./chunk-5LY4XOUY.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-BXBRVWWW.js";
11
- import "./chunk-6EM2S5H5.js";
10
+ } from "./chunk-TNGKCPBP.js";
11
+ import "./chunk-5LY4XOUY.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-LM4GIDVD.js.map
23
+ //# sourceMappingURL=replay-PICGOZVG.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-BBJSKBVJ.js";
4
+ } from "./chunk-RBKGO5ZC.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-R553H2H2.js");
173
+ const { flushTraces: flushTraces2 } = await import("./http-FKD4GT55.js");
174
174
  await flushTraces2(3e4);
175
175
  return { pipeline, traceFunctionKey, traceIds };
176
176
  }