@colisweb/rescript-toolkit 5.9.12 → 5.9.13

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.9.12",
3
+ "version": "5.9.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -231,6 +231,8 @@ module Map = {
231
231
  @send
232
232
  external addMarker: (t, Marker.t) => unit = "addObject"
233
233
  @send
234
+ external addDomMarker: (t, DomMarker.t) => unit = "addObject"
235
+ @send
234
236
  external getBoundingBox: (t, unit) => Geo.Rect.t = "getBoundingBox"
235
237
  @send
236
238
  external removeAll: (t, unit) => unit = "removeAll"