leafer-game 1.3.0 → 1.3.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.
@@ -6007,7 +6007,7 @@ class LeafLevelList {
6007
6007
  }
6008
6008
  }
6009
6009
 
6010
- const version = "1.3.0";
6010
+ const version = "1.3.1";
6011
6011
 
6012
6012
  const debug$5 = Debug.get('LeaferCanvas');
6013
6013
  class LeaferCanvas extends LeaferCanvasBase {
@@ -13896,6 +13896,7 @@ ui.findOne = function (condition, options) {
13896
13896
  return getSelector(this).getBy(condition, this, true, options);
13897
13897
  };
13898
13898
 
13899
+ Plugin.add('find');
13899
13900
  Creator.finder = function (target) {
13900
13901
  return new Finder(target);
13901
13902
  };