layerchart 0.59.3 → 0.59.4

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.
@@ -119,7 +119,7 @@
119
119
  </script>
120
120
 
121
121
  <script lang="ts" generics="TData">
122
- import { unique } from '@layerstack/utils/array';
122
+ import { unique } from '@layerstack/utils';
123
123
 
124
124
  import { scaleOrdinal } from 'd3-scale';
125
125
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "Sean Lynch <techniq35@gmail.com>",
5
5
  "license": "MIT",
6
6
  "repository": "techniq/layerchart",
7
- "version": "0.59.3",
7
+ "version": "0.59.4",
8
8
  "devDependencies": {
9
9
  "@changesets/cli": "^2.27.9",
10
10
  "@mdi/js": "^7.4.47",