entropic-bond 1.51.1 → 1.51.2

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.
@@ -1150,7 +1150,7 @@ class fe extends D {
1150
1150
  if (r)
1151
1151
  return delete this._listener[r], this._listener[r] = t, {
1152
1152
  uninstall: () => delete this._listener[r],
1153
- handler: t
1153
+ nativeHandler: t
1154
1154
  };
1155
1155
  }
1156
1156
  notifyChange(e, t, r) {