@bitfab/sdk 0.24.1 → 0.25.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-J4D6PRM4.js → chunk-GQLNEYSU.js} +3 -3
- package/dist/{chunk-J4D6PRM4.js.map → chunk-GQLNEYSU.js.map} +1 -1
- package/dist/index.cjs +25 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -2
- package/dist/index.d.ts +26 -2
- package/dist/index.js +1 -1
- package/dist/node.cjs +25 -4
- 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-NMQA7XY6.js → replay-KYGI6LJY.js} +25 -4
- package/dist/replay-KYGI6LJY.js.map +1 -0
- package/package.json +1 -1
- package/dist/replay-NMQA7XY6.js.map +0 -1
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk-26MUT4IP.js";
|
|
13
13
|
|
|
14
14
|
// src/version.generated.ts
|
|
15
|
-
var __version__ = "0.
|
|
15
|
+
var __version__ = "0.25.0";
|
|
16
16
|
|
|
17
17
|
// src/constants.ts
|
|
18
18
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -3450,7 +3450,7 @@ var Bitfab = class {
|
|
|
3450
3450
|
`Function is wrapped with trace function key '${wrappedKey}' but replay was called with '${traceFunctionKey}'. Pass matching keys, or pass the unwrapped function to replay it under the explicit key.`
|
|
3451
3451
|
);
|
|
3452
3452
|
}
|
|
3453
|
-
const { replay: doReplay } = await import("./replay-
|
|
3453
|
+
const { replay: doReplay } = await import("./replay-KYGI6LJY.js");
|
|
3454
3454
|
return doReplay(
|
|
3455
3455
|
this.httpClient,
|
|
3456
3456
|
this.serviceUrl,
|
|
@@ -3580,4 +3580,4 @@ export {
|
|
|
3580
3580
|
BitfabFunction,
|
|
3581
3581
|
finalizers
|
|
3582
3582
|
};
|
|
3583
|
-
//# sourceMappingURL=chunk-
|
|
3583
|
+
//# sourceMappingURL=chunk-GQLNEYSU.js.map
|