saltfish 0.2.63 → 0.2.64

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.
@@ -4170,6 +4170,9 @@ const _TranscriptManager = class _TranscriptManager {
4170
4170
  if (currentIndex >= this.chunks.length - 1) {
4171
4171
  return false;
4172
4172
  }
4173
+ if (text.length > 10) {
4174
+ return false;
4175
+ }
4173
4176
  return true;
4174
4177
  }
4175
4178
  /**
@@ -10611,7 +10614,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
10611
10614
  __proto__: null,
10612
10615
  SaltfishPlayer
10613
10616
  }, Symbol.toStringTag, { value: "Module" }));
10614
- const version = "0.2.63";
10617
+ const version = "0.2.64";
10615
10618
  const packageJson = {
10616
10619
  version
10617
10620
  };