@bitfab/sdk 0.36.3 → 0.36.4
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-4CTDZMG5.js → chunk-5NT3VGCB.js} +3 -3
- package/dist/{chunk-M2GISXGV.js → chunk-6AXY24UL.js} +2 -2
- package/dist/{chunk-M2GISXGV.js.map → chunk-6AXY24UL.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/node.cjs +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-ZH25RPKH.js → replay-EBDSNUIO.js} +2 -2
- package/package.json +2 -2
- /package/dist/{chunk-4CTDZMG5.js.map → chunk-5NT3VGCB.js.map} +0 -0
- /package/dist/{replay-ZH25RPKH.js.map → replay-EBDSNUIO.js.map} +0 -0
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
toJsonSafe,
|
|
17
17
|
toJsonSafeReport,
|
|
18
18
|
warnOnce
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-6AXY24UL.js";
|
|
20
20
|
|
|
21
21
|
// src/processorPayload.ts
|
|
22
22
|
var SERIALIZATION_DEGRADED_STEP = "serialization_degraded";
|
|
@@ -3337,7 +3337,7 @@ var Bitfab = class {
|
|
|
3337
3337
|
`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.`
|
|
3338
3338
|
);
|
|
3339
3339
|
}
|
|
3340
|
-
const { replay: doReplay } = await import("./replay-
|
|
3340
|
+
const { replay: doReplay } = await import("./replay-EBDSNUIO.js");
|
|
3341
3341
|
return doReplay(
|
|
3342
3342
|
this.httpClient,
|
|
3343
3343
|
this.serviceUrl,
|
|
@@ -3554,4 +3554,4 @@ export {
|
|
|
3554
3554
|
BitfabFunction,
|
|
3555
3555
|
finalizers
|
|
3556
3556
|
};
|
|
3557
|
-
//# sourceMappingURL=chunk-
|
|
3557
|
+
//# sourceMappingURL=chunk-5NT3VGCB.js.map
|
|
@@ -278,7 +278,7 @@ function encodeRequestBody(body) {
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
// src/version.generated.ts
|
|
281
|
-
var __version__ = "0.36.
|
|
281
|
+
var __version__ = "0.36.4";
|
|
282
282
|
|
|
283
283
|
// src/constants.ts
|
|
284
284
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -2521,4 +2521,4 @@ export {
|
|
|
2521
2521
|
serializeReplayResult,
|
|
2522
2522
|
replay
|
|
2523
2523
|
};
|
|
2524
|
-
//# sourceMappingURL=chunk-
|
|
2524
|
+
//# sourceMappingURL=chunk-6AXY24UL.js.map
|