bitfab 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
@@ -360,7 +360,7 @@ function buildMockTree(rootNode) {
360
360
  function walk(node) {
361
361
  const key = node.traceFunctionKey;
362
362
  if (key) {
363
- const name = node.spanName;
363
+ const name = node.spanName || key;
364
364
  const counterKey = `${key}:${name}`;
365
365
  const index = counters.get(counterKey) ?? 0;
366
366
  counters.set(counterKey, index + 1);
@@ -653,7 +653,7 @@ __export(index_exports, {
653
653
  module.exports = __toCommonJS(index_exports);
654
654
 
655
655
  // src/version.generated.ts
656
- var __version__ = "0.28.1";
656
+ var __version__ = "0.28.2";
657
657
 
658
658
  // src/constants.ts
659
659
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";