@colisweb/rescript-toolkit 5.15.1 → 5.15.3

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.15.1",
3
+ "version": "5.15.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -292,6 +292,8 @@ module Map = {
292
292
  @send
293
293
  external setZoom: (instance, int) => unit = "setZoom"
294
294
 
295
+ @send
296
+ external getObjects: (instance, unit) => array<object> = "getObjects"
295
297
  @send
296
298
  external getViewPort: (instance, unit) => Viewport.t = "getViewPort"
297
299
  @send