@bitfab/sdk 0.28.1 → 0.28.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.cjs CHANGED
@@ -351,7 +351,7 @@ function buildMockTree(rootNode) {
351
351
  function walk(node) {
352
352
  const key = node.traceFunctionKey;
353
353
  if (key) {
354
- const name = node.spanName;
354
+ const name = node.spanName || key;
355
355
  const counterKey = `${key}:${name}`;
356
356
  const index = counters.get(counterKey) ?? 0;
357
357
  counters.set(counterKey, index + 1);
@@ -644,7 +644,7 @@ __export(index_exports, {
644
644
  module.exports = __toCommonJS(index_exports);
645
645
 
646
646
  // src/version.generated.ts
647
- var __version__ = "0.28.1";
647
+ var __version__ = "0.28.2";
648
648
 
649
649
  // src/constants.ts
650
650
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";