bitfab 0.54.1 → 0.54.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/index.d.cts CHANGED
@@ -841,6 +841,7 @@ type TraceAssertion = {
841
841
  id: string;
842
842
  traceId: string;
843
843
  assertion: string;
844
+ humanNote: string | null;
844
845
  category_assertion_id: string | null;
845
846
  category: AssertionCategorySummary | null;
846
847
  passCriteria: string | null;
@@ -3378,7 +3379,7 @@ interface CommitRef {
3378
3379
  /**
3379
3380
  * SDK version from package.json (injected at build time)
3380
3381
  */
3381
- declare const __version__ = "0.54.1";
3382
+ declare const __version__ = "0.54.2";
3382
3383
 
3383
3384
  /**
3384
3385
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -841,6 +841,7 @@ type TraceAssertion = {
841
841
  id: string;
842
842
  traceId: string;
843
843
  assertion: string;
844
+ humanNote: string | null;
844
845
  category_assertion_id: string | null;
845
846
  category: AssertionCategorySummary | null;
846
847
  passCriteria: string | null;
@@ -3378,7 +3379,7 @@ interface CommitRef {
3378
3379
  /**
3379
3380
  * SDK version from package.json (injected at build time)
3380
3381
  */
3381
- declare const __version__ = "0.54.1";
3382
+ declare const __version__ = "0.54.2";
3382
3383
 
3383
3384
  /**
3384
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-AK3B74ER.js";
32
+ } from "./chunk-SMNXZVSZ.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-7F3PBLYC.js";
41
+ } from "./chunk-YGVEPWC5.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-IE25TPKY.js";
49
+ } from "./chunk-GMHABKGI.js";
50
50
  import "./chunk-VCRFFCLY.js";
51
51
  export {
52
52
  AssertionCategoriesClient,
package/dist/node.cjs CHANGED
@@ -97,7 +97,7 @@ var __version__, __packageName__;
97
97
  var init_version_generated = __esm({
98
98
  "src/version.generated.ts"() {
99
99
  "use strict";
100
- __version__ = "0.54.1";
100
+ __version__ = "0.54.2";
101
101
  __packageName__ = "bitfab";
102
102
  }
103
103
  });