entropic-bond 1.53.0 → 1.53.1

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.
@@ -56,6 +56,9 @@ export type DocumentListenerUninstaller = () => void;
56
56
  interface DocumentChange {
57
57
  before: Persistent | undefined;
58
58
  after: Persistent;
59
+ params: {
60
+ [key: string]: any;
61
+ };
59
62
  }
60
63
  export type DocumentChangeListerner = (change: DocumentChange) => void;
61
64
  export interface DocumentChangeListernerHandler {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "entropic-bond",
3
3
  "type": "module",
4
- "version": "1.53.0",
4
+ "version": "1.53.1",
5
5
  "description": "Tidy up your messy components",
6
6
  "main": "./lib/entropic-bond.umd.cjs",
7
7
  "module": "./lib/entropic-bond.js",