entropic-bond 1.51.3 → 1.51.4

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