svelteplot 0.6.0-pr-262.2 → 0.6.0-pr-262.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.
@@ -211,7 +211,6 @@
211
211
  x2 = brush.x2 as Date | number;
212
212
  y1 = brush.y1 as Date | number;
213
213
  y2 = brush.y2 as Date | number;
214
- onbrush?.({ brush } as BrushEvent);
215
214
  }
216
215
  });
217
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.6.0-pr-262.2",
3
+ "version": "0.6.0-pr-262.3",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",