@dra2020/district-analytics 6.2.0 → 7.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.
@@ -115,4 +115,4 @@ export declare type Ratings = {
115
115
  compactness: number;
116
116
  splitting: number;
117
117
  };
118
- export { Profile, Scorecard } from '@dra2020/dra-score';
118
+ export { Profile, Scorecard, DemographicRow, PivotField, estSeatProbability } from '@dra2020/dra-score';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "6.2.0",
3
+ "version": "7.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": "^7.0.0",
52
+ "@dra2020/dra-score": "^8.0.1",
53
53
  "@dra2020/dra-types": "^1.4.9",
54
54
  "@dra2020/poly": "^1.0.48",
55
55
  "@dra2020/util": "^1.0.50",