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.
- package/dist/tutuca-cli.js +1 -1
- package/dist/tutuca-dev.js +1 -1
- package/dist/tutuca-dev.min.js +1 -1
- package/dist/tutuca-extra.js +1 -1
- package/dist/tutuca-extra.min.js +1 -1
- package/dist/tutuca.js +1 -1
- package/dist/tutuca.min.js +1 -1
- package/package.json +1 -1
- package/skill/core.md +2 -2
- package/skill/tutuca/core.md +2 -2
package/dist/tutuca-cli.js
CHANGED
|
@@ -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
|
-
|
|
5717
|
+
sendAtRoot(name, args, opts) {
|
|
5718
5718
|
this.transactor.pushSend(new Path([]), name, args, opts);
|
|
5719
5719
|
}
|
|
5720
5720
|
registerComponents(comps, aliases) {
|
package/dist/tutuca-dev.js
CHANGED
|
@@ -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
|
-
|
|
5647
|
+
sendAtRoot(name, args, opts) {
|
|
5648
5648
|
this.transactor.pushSend(new Path([]), name, args, opts);
|
|
5649
5649
|
}
|
|
5650
5650
|
registerComponents(comps, aliases) {
|