gofish-graphics 0.0.20 → 0.0.21

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10599,11 +10599,11 @@ export {
10599
10599
  y4 as ellipse,
10600
10600
  R4 as enclose,
10601
10601
  B9 as findTargetMonotonic,
10602
- F4 as foreach,
10603
10602
  Fo as frame,
10604
10603
  sf as getLayerContext,
10605
10604
  Ju as gofish,
10606
10605
  G9 as gray,
10606
+ F4 as group,
10607
10607
  q4 as groupBy,
10608
10608
  k6 as layer,
10609
10609
  Ol as lerp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gofish-graphics",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "A library for creating charts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",