@mappable-world/mappable-types 1.0.15395607 → 1.0.15457591

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.
@@ -21,12 +21,12 @@ interface RasterLayerImplementationRenderProps extends LayerImplementationRender
21
21
  worlds: WorldOffset[];
22
22
  }
23
23
  interface RasterLayerImplementation {
24
- destroy(): void;
25
24
  render(props: RasterLayerImplementationRenderProps): void;
26
25
  findObjectInPosition?(coords: {
27
26
  readonly worldCoordinates: WorldCoordinates;
28
27
  readonly screenCoordinates: PixelCoordinates;
29
28
  }): unknown | undefined | null;
29
+ destroy?(): void;
30
30
  }
31
31
  interface RasterLayerImplementationConstructorProps {
32
32
  requestRender: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappable-world/mappable-types",
3
- "version": "1.0.15395607",
3
+ "version": "1.0.15457591",
4
4
  "description": "Types for mappable maps library",
5
5
  "main": "",
6
6
  "types": "index.d.ts",