@colisweb/rescript-toolkit 5.44.3 → 5.44.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "5.44.3",
3
+ "version": "5.44.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -306,6 +306,8 @@ module Map = {
306
306
  @send
307
307
  external addLayer: (instance, objectLayer) => unit = "addLayer"
308
308
  @send
309
+ external removeLayer: (instance, objectLayer) => unit = "removeLayer"
310
+ @send
309
311
  external setCenter: (instance, coordinates) => unit = "setCenter"
310
312
  @send
311
313
  external setCenterWithAnimation: (instance, Geo.Point.t, bool) => unit = "setCenter"