bitfab 0.52.1 → 0.52.2
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-4OCHRRLT.js → chunk-ESIEHZHQ.js} +2 -2
- package/dist/{chunk-4OCHRRLT.js.map → chunk-ESIEHZHQ.js.map} +1 -1
- package/dist/{chunk-XEARN7AS.js → chunk-RU7KJE2D.js} +6 -6
- package/dist/{chunk-XEARN7AS.js.map → chunk-RU7KJE2D.js.map} +1 -1
- package/dist/{chunk-6SYDHA4R.js → chunk-SIMPLMRG.js} +2 -7
- package/dist/chunk-SIMPLMRG.js.map +1 -0
- package/dist/{chunk-SPJPNJEW.js → chunk-XL5M3ETX.js} +2 -2
- package/dist/{chunk-SPJPNJEW.js.map → chunk-XL5M3ETX.js.map} +1 -1
- package/dist/{http-X6ZM4GT4.js → http-2NFFBFYV.js} +2 -2
- package/dist/{http-UU27W3YQ.js → http-RULNEWBV.js} +2 -2
- package/dist/index.cjs +1 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -5
- package/dist/index.d.ts +10 -5
- package/dist/index.js +3 -3
- package/dist/node.cjs +1 -6
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-RHMCXWRK.js → replay-6SQSBWLX.js} +3 -3
- package/dist/replayCli.js +42 -12
- package/dist/replayCli.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-6SYDHA4R.js.map +0 -1
- /package/dist/{http-UU27W3YQ.js.map → http-2NFFBFYV.js.map} +0 -0
- /package/dist/{http-X6ZM4GT4.js.map → http-RULNEWBV.js.map} +0 -0
- /package/dist/{replay-RHMCXWRK.js.map → replay-6SQSBWLX.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
flushTraces,
|
|
7
7
|
parseRetryAfterMs,
|
|
8
8
|
serializePayloadBody
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ESIEHZHQ.js";
|
|
10
10
|
export {
|
|
11
11
|
BitfabError,
|
|
12
12
|
HttpClient,
|
|
@@ -16,4 +16,4 @@ export {
|
|
|
16
16
|
parseRetryAfterMs,
|
|
17
17
|
serializePayloadBody
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=http-
|
|
19
|
+
//# sourceMappingURL=http-2NFFBFYV.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
flushTraces,
|
|
7
7
|
parseRetryAfterMs,
|
|
8
8
|
serializePayloadBody
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XL5M3ETX.js";
|
|
10
10
|
import "./chunk-H6LZRFMN.js";
|
|
11
11
|
export {
|
|
12
12
|
BitfabError,
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
parseRetryAfterMs,
|
|
18
18
|
serializePayloadBody
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=http-
|
|
20
|
+
//# sourceMappingURL=http-RULNEWBV.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -51,7 +51,7 @@ var __version__, __packageName__;
|
|
|
51
51
|
var init_version_generated = __esm({
|
|
52
52
|
"src/version.generated.ts"() {
|
|
53
53
|
"use strict";
|
|
54
|
-
__version__ = "0.52.
|
|
54
|
+
__version__ = "0.52.2";
|
|
55
55
|
__packageName__ = "bitfab";
|
|
56
56
|
}
|
|
57
57
|
});
|
|
@@ -3002,11 +3002,6 @@ async function replay(httpClient, serviceUrl, traceFunctionKey, fn, options, reg
|
|
|
3002
3002
|
}
|
|
3003
3003
|
}
|
|
3004
3004
|
const datasetIds = resolveDatasetIds(options);
|
|
3005
|
-
if (options?.traceIds !== void 0 && datasetIds !== void 0) {
|
|
3006
|
-
throw new BitfabError(
|
|
3007
|
-
"traceIds and datasetIds select different replay sources and cannot be used together."
|
|
3008
|
-
);
|
|
3009
|
-
}
|
|
3010
3005
|
if (options?.limit !== void 0 && options?.traceIds !== void 0) {
|
|
3011
3006
|
try {
|
|
3012
3007
|
console.warn(
|