@bitfab/sdk 0.38.2 → 0.38.3
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-CWXCVY75.js → chunk-RJPHMJWO.js} +10 -4
- package/dist/chunk-RJPHMJWO.js.map +1 -0
- package/dist/{chunk-SU7EAKOV.js → chunk-WX6AEFCP.js} +7 -2
- package/dist/{chunk-SU7EAKOV.js.map → chunk-WX6AEFCP.js.map} +1 -1
- package/dist/index.cjs +15 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40 -4
- package/dist/index.d.ts +40 -4
- package/dist/index.js +4 -2
- package/dist/node.cjs +15 -1
- 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 +4 -2
- package/dist/node.js.map +1 -1
- package/dist/{replay-A5UVFNZ3.js → replay-FAO7D7CG.js} +2 -2
- package/dist/replayCli.js +620 -0
- package/dist/replayCli.js.map +1 -0
- package/package.json +6 -2
- package/dist/chunk-CWXCVY75.js.map +0 -1
- /package/dist/{replay-A5UVFNZ3.js.map → replay-FAO7D7CG.js.map} +0 -0
|
@@ -311,7 +311,7 @@ function encodeRequestBody(body) {
|
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
// src/version.generated.ts
|
|
314
|
-
var __version__ = "0.38.
|
|
314
|
+
var __version__ = "0.38.3";
|
|
315
315
|
var __packageName__ = "@bitfab/sdk";
|
|
316
316
|
|
|
317
317
|
// src/constants.ts
|
|
@@ -2621,6 +2621,11 @@ async function replay(httpClient, serviceUrl, traceFunctionKey, fn, options, reg
|
|
|
2621
2621
|
);
|
|
2622
2622
|
}
|
|
2623
2623
|
}
|
|
2624
|
+
if (options?.traceIds !== void 0 && options?.datasetId !== void 0) {
|
|
2625
|
+
throw new BitfabError(
|
|
2626
|
+
"traceIds and datasetId select different replay sources and cannot be used together."
|
|
2627
|
+
);
|
|
2628
|
+
}
|
|
2624
2629
|
if (options?.limit !== void 0 && options?.traceIds !== void 0) {
|
|
2625
2630
|
try {
|
|
2626
2631
|
console.warn(
|
|
@@ -2918,4 +2923,4 @@ export {
|
|
|
2918
2923
|
sleepForReplayPersistence,
|
|
2919
2924
|
replay
|
|
2920
2925
|
};
|
|
2921
|
-
//# sourceMappingURL=chunk-
|
|
2926
|
+
//# sourceMappingURL=chunk-WX6AEFCP.js.map
|