svelteplot 0.8.1-pr-298.5 → 0.8.1-pr-298.6

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.
@@ -188,8 +188,6 @@
188
188
  }
189
189
  };
190
190
 
191
- console.log({ sort_, direction });
192
-
193
191
  return boxes
194
192
  .toSorted(
195
193
  (a, b) =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.8.1-pr-298.5",
3
+ "version": "0.8.1-pr-298.6",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",