@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/{chunk-A22EYRSY.js → chunk-IFYX3KW6.js} +2 -2
- package/dist/{chunk-A22EYRSY.js.map → chunk-IFYX3KW6.js.map} +1 -1
- package/dist/{chunk-EXT5FK54.js → chunk-RWZYZRYI.js} +2 -2
- package/dist/{chunk-5NT4YDCQ.js → chunk-U3AKIFW3.js} +35 -13
- package/dist/chunk-U3AKIFW3.js.map +1 -0
- package/dist/{chunk-E2V4HFSM.js → chunk-VEA6JOKL.js} +2 -2
- package/dist/{chunk-E2V4HFSM.js.map → chunk-VEA6JOKL.js.map} +1 -1
- package/dist/{http-OZODCFFA.js → http-JSBWHPNA.js} +2 -2
- package/dist/{http-2OFIGQOK.js → http-UCJCOKW7.js} +2 -2
- package/dist/index.cjs +31 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +3 -3
- package/dist/node.cjs +31 -9
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-352POXG3.js → replay-HMMWDSLB.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-5NT4YDCQ.js.map +0 -1
- /package/dist/{chunk-EXT5FK54.js.map → chunk-RWZYZRYI.js.map} +0 -0
- /package/dist/{http-2OFIGQOK.js.map → http-JSBWHPNA.js.map} +0 -0
- /package/dist/{http-OZODCFFA.js.map → http-UCJCOKW7.js.map} +0 -0
- /package/dist/{replay-352POXG3.js.map → replay-HMMWDSLB.js.map} +0 -0
package/dist/node.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
getCurrentSpan,
|
|
16
16
|
getCurrentTrace,
|
|
17
17
|
seedFromRegistry
|
|
18
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
11
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
152
|
+
const { flushTraces: flushTraces2 } = await import("./http-JSBWHPNA.js");
|
|
153
153
|
await flushTraces2(3e4);
|
|
154
154
|
return { pipeline, traceFunctionKey, traceIds };
|
|
155
155
|
}
|