aircitytype 1.0.17 → 1.0.18

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -364,7 +364,7 @@ interface Polygon3D {
364
364
  interface Polyline {
365
365
  add(arg0: PolyLineType | PolyLineType[]): void;
366
366
  focus(id: string, distance?: number): void;
367
- delete(id: string): void;
367
+ delete(id: string | string[]): void;
368
368
  hide(id: string): void;
369
369
  clear(): void;
370
370
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aircitytype",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {