@datawheel/data-explorer 0.3.12 → 0.3.13

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/main.mjs +0 -1
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -1876,7 +1876,6 @@ function pickDefaultDrilldowns(dimensions) {
1876
1876
  }
1877
1877
  totalCount = calcMaxMemberCount(levels.map((l) => l.count));
1878
1878
  }
1879
- console.log(levels, "lkvs");
1880
1879
  return levels;
1881
1880
  }
1882
1881
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/data-explorer",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "main": "./dist/main.mjs",
5
5
  "types": "./dist/main.d.mts",
6
6
  "files": [