@maplibre/maplibre-gl-native 6.3.0-pre.0 → 6.3.0-pre.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -156,7 +156,7 @@ declare module '@maplibre/maplibre-gl-native' {
156
156
  /**
157
157
  * Add image to map's style
158
158
  */
159
- addImage: (imageId: string, image: any) => void;
159
+ addImage: (imageId: string, image: any, options: any) => void;
160
160
 
161
161
  /**
162
162
  * Remove image from map's style
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maplibre/maplibre-gl-native",
3
- "version": "6.3.0-pre.0",
3
+ "version": "6.3.0-pre.1",
4
4
  "description": "Renders map tiles with MapLibre Native",
5
5
  "keywords": [
6
6
  "maplibre",