@colisweb/rescript-toolkit 5.9.8 → 5.9.9

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.8",
3
+ "version": "5.9.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -202,6 +202,8 @@ module Map = {
202
202
 
203
203
  @send
204
204
  external setLookAtData: (t, options) => unit = "setLookAtData"
205
+ @send
206
+ external setLookAtDataWithAnimateOption: (t, options, bool) => unit = "setLookAtData"
205
207
  }
206
208
 
207
209
  module Group = {