tutuca 0.9.43 → 0.9.44

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.
@@ -5714,7 +5714,7 @@ class App {
5714
5714
  for (const name of this._eventNames)
5715
5715
  this.rootNode.removeEventListener(name, this, listenerOpts(name));
5716
5716
  }
5717
- dispatchSendAtRoot(name, args, opts) {
5717
+ sendAtRoot(name, args, opts) {
5718
5718
  this.transactor.pushSend(new Path([]), name, args, opts);
5719
5719
  }
5720
5720
  registerComponents(comps, aliases) {
@@ -5644,7 +5644,7 @@ class App {
5644
5644
  for (const name of this._eventNames)
5645
5645
  this.rootNode.removeEventListener(name, this, listenerOpts(name));
5646
5646
  }
5647
- dispatchSendAtRoot(name, args, opts) {
5647
+ sendAtRoot(name, args, opts) {
5648
5648
  this.transactor.pushSend(new Path([]), name, args, opts);
5649
5649
  }
5650
5650
  registerComponents(comps, aliases) {