exodeui 2.6.40 → 2.6.42

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.
package/dist/engine.d.ts CHANGED
@@ -127,4 +127,5 @@ export declare class ExodeUIEngine {
127
127
  private drawListViewRect;
128
128
  private solveBehaviors;
129
129
  private applyBehaviorSensor;
130
+ private deepMerge;
130
131
  }
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from './ExodeUICanvas';
2
2
  export * from './types';
3
3
  export * from './engine';
4
4
  export * from './useExodeUI';
5
+ export declare const VERSION = "2.6.42";