bitfab 0.16.0 → 0.16.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/{chunk-53G5GR7B.js → chunk-P4WFJ5O3.js} +6 -6
- package/dist/{chunk-53G5GR7B.js.map → chunk-P4WFJ5O3.js.map} +1 -1
- package/dist/index.cjs +10 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/node.cjs +10 -7
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +1 -1
- package/dist/{replay-WIBKB3BK.js → replay-BIPIDXX6.js} +7 -4
- package/dist/replay-BIPIDXX6.js.map +1 -0
- package/package.json +1 -1
- package/dist/replay-WIBKB3BK.js.map +0 -1
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-QT7HWOKU.js";
|
|
10
10
|
|
|
11
11
|
// src/version.generated.ts
|
|
12
|
-
var __version__ = "0.16.
|
|
12
|
+
var __version__ = "0.16.1";
|
|
13
13
|
|
|
14
14
|
// src/constants.ts
|
|
15
15
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -2787,13 +2787,13 @@ var Bitfab = class {
|
|
|
2787
2787
|
*
|
|
2788
2788
|
* @param traceFunctionKey - The trace function key to replay
|
|
2789
2789
|
* @param fn - The function to replay (must be the return value of `withSpan`)
|
|
2790
|
-
* @param options - Optional replay options.
|
|
2791
|
-
*
|
|
2792
|
-
*
|
|
2790
|
+
* @param options - Optional replay options. When `traceIds` is passed,
|
|
2791
|
+
* `limit` is ignored (with a warning): an explicit ID list already
|
|
2792
|
+
* determines how many traces replay.
|
|
2793
2793
|
* @returns ReplayResult with items, testRunId, and testRunUrl
|
|
2794
2794
|
*/
|
|
2795
2795
|
async replay(traceFunctionKey, fn, options) {
|
|
2796
|
-
const { replay: doReplay } = await import("./replay-
|
|
2796
|
+
const { replay: doReplay } = await import("./replay-BIPIDXX6.js");
|
|
2797
2797
|
return doReplay(
|
|
2798
2798
|
this.httpClient,
|
|
2799
2799
|
this.serviceUrl,
|
|
@@ -2872,4 +2872,4 @@ export {
|
|
|
2872
2872
|
Bitfab,
|
|
2873
2873
|
BitfabFunction
|
|
2874
2874
|
};
|
|
2875
|
-
//# sourceMappingURL=chunk-
|
|
2875
|
+
//# sourceMappingURL=chunk-P4WFJ5O3.js.map
|