bitfab 0.54.2 → 0.54.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-V6A3A6PF.js → chunk-4H7E2S27.js} +3 -3
- package/dist/chunk-4H7E2S27.js.map +1 -0
- package/dist/{chunk-YGVEPWC5.js → chunk-DL4KHJON.js} +2 -2
- package/dist/chunk-DL4KHJON.js.map +1 -0
- package/dist/{chunk-ELGX3GWC.js → chunk-NI6B2BP4.js} +2 -2
- package/dist/{chunk-ELGX3GWC.js.map → chunk-NI6B2BP4.js.map} +1 -1
- package/dist/{chunk-SMNXZVSZ.js → chunk-PELZFWPC.js} +6 -6
- package/dist/{chunk-GMHABKGI.js → chunk-ZO4NEEUA.js} +2 -2
- package/dist/{chunk-GMHABKGI.js.map → chunk-ZO4NEEUA.js.map} +1 -1
- package/dist/{http-JD44RSQN.js → http-6WMGO7GB.js} +2 -2
- package/dist/{http-5PXP5N7O.js → http-A5BXPX5R.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/node.cjs +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-3KZRKPX2.js → replay-FOVT4PNE.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-V6A3A6PF.js.map +0 -1
- package/dist/chunk-YGVEPWC5.js.map +0 -1
- /package/dist/{chunk-SMNXZVSZ.js.map → chunk-PELZFWPC.js.map} +0 -0
- /package/dist/{http-5PXP5N7O.js.map → http-6WMGO7GB.js.map} +0 -0
- /package/dist/{http-JD44RSQN.js.map → http-A5BXPX5R.js.map} +0 -0
- /package/dist/{replay-3KZRKPX2.js.map → replay-FOVT4PNE.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -748,7 +748,7 @@ interface CompleteReplayResponse {
|
|
|
748
748
|
/**
|
|
749
749
|
* Per-replay-trace token usage, keyed by the server trace id (the values of
|
|
750
750
|
* `traceIds`). Aggregated server-side from the freshly-uploaded replay spans,
|
|
751
|
-
* so it's the REPLAYED run's tokens (the same source
|
|
751
|
+
* so it's the REPLAYED run's tokens (the same source the dashboard reads), not the
|
|
752
752
|
* original trace's. The SDK maps each item onto this to set
|
|
753
753
|
* `ReplayItem.tokens`. Absent on servers that predate this field.
|
|
754
754
|
*/
|
|
@@ -1786,7 +1786,7 @@ interface ReplayOptions {
|
|
|
1786
1786
|
* not use the historical data you asked for.
|
|
1787
1787
|
*/
|
|
1788
1788
|
dbBranch?: DbBranchOptions | boolean;
|
|
1789
|
-
/** Group ID to associate this replay with an experiment group for live streaming
|
|
1789
|
+
/** Group ID to associate this replay with an experiment group for live streaming on the experiments page. */
|
|
1790
1790
|
experimentGroupId?: string;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Dataset this replay runs against. Mutually exclusive with `datasetIds`.
|
|
@@ -2093,7 +2093,7 @@ interface ReplayItem<T> {
|
|
|
2093
2093
|
* Token usage from the REPLAYED run (this item's new execution), aggregated
|
|
2094
2094
|
* server-side from the spans it produced, or null if the run captured no
|
|
2095
2095
|
* token data. Compare against {@link ReplayItem.originalTokens} to see how
|
|
2096
|
-
* the code change moved cost. Matches what
|
|
2096
|
+
* the code change moved cost. Matches what the experiments page shows.
|
|
2097
2097
|
*
|
|
2098
2098
|
* Unprefixed because the replay is this item's subject: anything describing
|
|
2099
2099
|
* the trace being replayed carries `original`.
|
|
@@ -3379,7 +3379,7 @@ interface CommitRef {
|
|
|
3379
3379
|
/**
|
|
3380
3380
|
* SDK version from package.json (injected at build time)
|
|
3381
3381
|
*/
|
|
3382
|
-
declare const __version__ = "0.54.
|
|
3382
|
+
declare const __version__ = "0.54.3";
|
|
3383
3383
|
|
|
3384
3384
|
/**
|
|
3385
3385
|
* Constants for the Bitfab SDK.
|
package/dist/index.d.ts
CHANGED
|
@@ -748,7 +748,7 @@ interface CompleteReplayResponse {
|
|
|
748
748
|
/**
|
|
749
749
|
* Per-replay-trace token usage, keyed by the server trace id (the values of
|
|
750
750
|
* `traceIds`). Aggregated server-side from the freshly-uploaded replay spans,
|
|
751
|
-
* so it's the REPLAYED run's tokens (the same source
|
|
751
|
+
* so it's the REPLAYED run's tokens (the same source the dashboard reads), not the
|
|
752
752
|
* original trace's. The SDK maps each item onto this to set
|
|
753
753
|
* `ReplayItem.tokens`. Absent on servers that predate this field.
|
|
754
754
|
*/
|
|
@@ -1786,7 +1786,7 @@ interface ReplayOptions {
|
|
|
1786
1786
|
* not use the historical data you asked for.
|
|
1787
1787
|
*/
|
|
1788
1788
|
dbBranch?: DbBranchOptions | boolean;
|
|
1789
|
-
/** Group ID to associate this replay with an experiment group for live streaming
|
|
1789
|
+
/** Group ID to associate this replay with an experiment group for live streaming on the experiments page. */
|
|
1790
1790
|
experimentGroupId?: string;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Dataset this replay runs against. Mutually exclusive with `datasetIds`.
|
|
@@ -2093,7 +2093,7 @@ interface ReplayItem<T> {
|
|
|
2093
2093
|
* Token usage from the REPLAYED run (this item's new execution), aggregated
|
|
2094
2094
|
* server-side from the spans it produced, or null if the run captured no
|
|
2095
2095
|
* token data. Compare against {@link ReplayItem.originalTokens} to see how
|
|
2096
|
-
* the code change moved cost. Matches what
|
|
2096
|
+
* the code change moved cost. Matches what the experiments page shows.
|
|
2097
2097
|
*
|
|
2098
2098
|
* Unprefixed because the replay is this item's subject: anything describing
|
|
2099
2099
|
* the trace being replayed carries `original`.
|
|
@@ -3379,7 +3379,7 @@ interface CommitRef {
|
|
|
3379
3379
|
/**
|
|
3380
3380
|
* SDK version from package.json (injected at build time)
|
|
3381
3381
|
*/
|
|
3382
|
-
declare const __version__ = "0.54.
|
|
3382
|
+
declare const __version__ = "0.54.3";
|
|
3383
3383
|
|
|
3384
3384
|
/**
|
|
3385
3385
|
* Constants for the Bitfab SDK.
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
getCurrentTrace,
|
|
30
30
|
reseedFromRegistry,
|
|
31
31
|
seedFromRegistry
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-PELZFWPC.js";
|
|
33
33
|
import "./chunk-EGWJYCNT.js";
|
|
34
34
|
import {
|
|
35
35
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
ReplayError,
|
|
39
39
|
reportReplayProgress,
|
|
40
40
|
serializeReplayResult
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-DL4KHJON.js";
|
|
42
42
|
import {
|
|
43
43
|
BitfabError,
|
|
44
44
|
DEFAULT_SERVICE_URL,
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
MixedTracingError,
|
|
47
47
|
__version__,
|
|
48
48
|
flushTraces
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-ZO4NEEUA.js";
|
|
50
50
|
import "./chunk-VCRFFCLY.js";
|
|
51
51
|
export {
|
|
52
52
|
AssertionCategoriesClient,
|