aircitytype 1.1.19 → 1.1.20

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.
@@ -804,7 +804,7 @@ type BeamData = {
804
804
  }
805
805
 
806
806
  interface Beam{
807
- add(data:BeamData, fn?:()=>void):void;
807
+ add(data:BeamData|BeamData[], fn?:()=>void):void;
808
808
  clear(fn?:()=>void):void;
809
809
  delete(ids:string[], fn:()=>void):void;
810
810
  focus(ids:string[], distance?:number, flyTime?:number, rotation?:number[], fn?:()=>void):void;
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "dependencies": {
18
18
  "jsonc-parser": "^3.3.1"
19
19
  },
20
- "version": "1.1.19"
20
+ "version": "1.1.20"
21
21
  }