@leafer-game/worker 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
  class LeaferCanvas extends LeaferCanvasBase {
6013
6013
  get allowBackgroundColor() { return true; }
@@ -13419,6 +13419,7 @@ ui.findOne = function (condition, options) {
13419
13419
  return getSelector(this).getBy(condition, this, true, options);
13420
13420
  };
13421
13421
 
13422
+ Plugin.add('find');
13422
13423
  Creator.finder = function (target) {
13423
13424
  return new Finder(target);
13424
13425
  };