tutuca 0.9.41 → 0.9.42

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/README.md CHANGED
@@ -27,7 +27,7 @@ For an interactive walk-through with editable examples, see the
27
27
  <body>
28
28
  <div id="app"></div>
29
29
  <script type="module">
30
- import { component, html, tutuca } from "https://esm.sh/tutuca";
30
+ import { component, html, tutuca } from "https://cdn.jsdelivr.net/npm/tutuca/+esm";
31
31
 
32
32
  const Counter = component({
33
33
  name: "Counter",
@@ -5125,6 +5125,7 @@ var init_transactor = __esm(() => {
5125
5125
  args[i] = args[i].toHandlerArg(dispatcher);
5126
5126
  }
5127
5127
  }
5128
+ args.push(new EventContext(this.path, this.transactor, this));
5128
5129
  return [handler, args];
5129
5130
  }
5130
5131
  lookupName(name) {
@@ -4987,6 +4987,7 @@ class InputEvent extends Transaction {
4987
4987
  args[i] = args[i].toHandlerArg(dispatcher);
4988
4988
  }
4989
4989
  }
4990
+ args.push(new EventContext(this.path, this.transactor, this));
4990
4991
  return [handler, args];
4991
4992
  }
4992
4993
  lookupName(name) {