bitfab 0.26.2 → 0.27.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-DW7VTEO2.js → chunk-PFV4MPNS.js} +4 -4
- package/dist/{chunk-DW7VTEO2.js.map → chunk-PFV4MPNS.js.map} +1 -1
- package/dist/{replay-CORDD7TR.js → chunk-RNTDM6WM.js} +286 -10
- package/dist/chunk-RNTDM6WM.js.map +1 -0
- package/dist/index.cjs +41 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +43 -6
- package/dist/index.d.ts +43 -6
- package/dist/index.js +8 -4
- package/dist/node.cjs +41 -6
- 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 +8 -4
- package/dist/node.js.map +1 -1
- package/dist/replay-66KNEAMO.js +11 -0
- package/dist/replay-66KNEAMO.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-IDGR2OIX.js +0 -263
- package/dist/chunk-IDGR2OIX.js.map +0 -1
- package/dist/replay-CORDD7TR.js.map +0 -1
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
toJsonSafe,
|
|
11
11
|
toJsonSafeReport,
|
|
12
12
|
warnOnce
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-RNTDM6WM.js";
|
|
14
14
|
|
|
15
15
|
// src/version.generated.ts
|
|
16
|
-
var __version__ = "0.
|
|
16
|
+
var __version__ = "0.27.0";
|
|
17
17
|
|
|
18
18
|
// src/constants.ts
|
|
19
19
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -3524,7 +3524,7 @@ var Bitfab = class {
|
|
|
3524
3524
|
`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.`
|
|
3525
3525
|
);
|
|
3526
3526
|
}
|
|
3527
|
-
const { replay: doReplay } = await import("./replay-
|
|
3527
|
+
const { replay: doReplay } = await import("./replay-66KNEAMO.js");
|
|
3528
3528
|
return doReplay(
|
|
3529
3529
|
this.httpClient,
|
|
3530
3530
|
this.serviceUrl,
|
|
@@ -3749,4 +3749,4 @@ export {
|
|
|
3749
3749
|
BitfabFunction,
|
|
3750
3750
|
finalizers
|
|
3751
3751
|
};
|
|
3752
|
-
//# sourceMappingURL=chunk-
|
|
3752
|
+
//# sourceMappingURL=chunk-PFV4MPNS.js.map
|