@luckydraw/cumulus 0.27.34 → 0.27.36

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.
@@ -1960,7 +1960,8 @@
1960
1960
  });
1961
1961
  }
1962
1962
  } else if (el && !streamBuffer) {
1963
- el.innerHTML = '<span class="cumulus-typing-dots"><span></span><span></span><span></span></span>';
1963
+ el.innerHTML =
1964
+ '<span class="cumulus-typing-dots"><span></span><span></span><span></span></span>';
1964
1965
  }
1965
1966
  scrollToBottom();
1966
1967
  }
@@ -3572,7 +3573,8 @@
3572
3573
  });
3573
3574
  }
3574
3575
  } else if (el && !state.streamBuffer) {
3575
- el.innerHTML = '<span class="cumulus-typing-dots"><span></span><span></span><span></span></span>';
3576
+ el.innerHTML =
3577
+ '<span class="cumulus-typing-dots"><span></span><span></span><span></span></span>';
3576
3578
  }
3577
3579
  scrollToBottom();
3578
3580
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luckydraw/cumulus",
3
- "version": "0.27.34",
3
+ "version": "0.27.36",
4
4
  "description": "RLM-based CLI chat wrapper for Claude with external history context management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",