entropic-bond 1.56.4 → 1.56.5

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.
@@ -1020,7 +1020,7 @@ class I {
1020
1020
  throw new Error("The method subscribeToDocumentChangeListener has not been implemented in the concrete data source");
1021
1021
  }, this._resolveCollectionPaths = () => {
1022
1022
  throw new Error("The method collectionsMatchingTemplate has not been implemented in the concrete data source");
1023
- }, this._disabledChangeListeners = /* @__PURE__ */ new Set(), e && (this._beforeUpdate = e.beforeUpdateDocument, this._afterUpdate = e.afterUpdateDocument, this._afterDocumentChange = e.afterDocumentChange, this._beforeQueryOwnerCollection = e.beforeQueryOwnerCollection);
1023
+ }, this._disabledChangeListeners = /* @__PURE__ */ new Set(), e && (this._beforeUpdate = e.beforeUpdateDocument, this._afterUpdate = e.afterUpdateDocument, this._afterDocumentChange = e.afterDocumentChange, this._beforeDocumentChange = e.beforeDocumentChange, this._beforeQueryOwnerCollection = e.beforeQueryOwnerCollection);
1024
1024
  }
1025
1025
  installUpdaters() {
1026
1026
  const e = d.getSystemRegisteredReferencesWithCachedProps(), t = {};