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.
@@ -62,6 +62,7 @@ export type DocumentChangeListerner = (change: DocumentChange) => void;
62
62
  export interface DocumentChangeListernerHandler {
63
63
  uninstall: DocumentListenerUninstaller;
64
64
  nativeHandler: unknown;
65
+ collectionPath: string;
65
66
  }
66
67
  /**
67
68
  * The data source interface.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "entropic-bond",
3
3
  "type": "module",
4
- "version": "1.51.3",
4
+ "version": "1.51.4",
5
5
  "description": "Tidy up your messy components",
6
6
  "main": "./lib/entropic-bond.umd.cjs",
7
7
  "module": "./lib/entropic-bond.js",