@dra2020/district-analytics 7.1.7 → 8.0.0

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.
@@ -114,4 +114,4 @@ export declare type Ratings = {
114
114
  compactness: number;
115
115
  splitting: number;
116
116
  };
117
- export { Profile, Scorecard, DemographicRow, PivotField, estSeatProbability } from '@dra2020/dra-score';
117
+ export { Profile, Scorecard, Demographic, PivotField, estSeatProbability } from '@dra2020/dra-score';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "7.1.7",
3
+ "version": "8.0.0",
4
4
  "description": "District analytics TypeScript package",
5
5
  "main": "dist/district-analytics.js",
6
6
  "files": [
@@ -49,7 +49,7 @@
49
49
  "yargs": "^12.0.5"
50
50
  },
51
51
  "dependencies": {
52
- "@dra2020/dra-score": "^8.1.2",
52
+ "@dra2020/dra-score": "^9.0.0",
53
53
  "@dra2020/dra-types": "^1.4.9",
54
54
  "@dra2020/poly": "^1.1.7",
55
55
  "@dra2020/util": "^1.0.50",