bitfab 0.15.0 → 0.16.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-YPG3XIG4.js → chunk-53G5GR7B.js} +3 -3
- package/dist/{chunk-YPG3XIG4.js.map → chunk-53G5GR7B.js.map} +1 -1
- package/dist/index.cjs +10 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +41 -2
- package/dist/index.d.ts +41 -2
- package/dist/index.js +1 -1
- package/dist/node.cjs +10 -3
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +1 -1
- package/dist/{replay-3MQS22GS.js → replay-WIBKB3BK.js} +10 -3
- package/dist/replay-WIBKB3BK.js.map +1 -0
- package/package.json +1 -1
- package/dist/replay-3MQS22GS.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.
|
|
12
|
+
var __version__ = "0.16.0";
|
|
13
13
|
|
|
14
14
|
// src/constants.ts
|
|
15
15
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -2793,7 +2793,7 @@ var Bitfab = class {
|
|
|
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-WIBKB3BK.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-53G5GR7B.js.map
|