@dra2020/district-analytics 8.2.3 → 8.2.6

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.
@@ -36,7 +36,8 @@ export declare const enum DistrictColumn {
36
36
  HispanicPct = 12,
37
37
  PacificPct = 13,
38
38
  AsianPct = 14,
39
- NativePct = 15
39
+ NativePct = 15,
40
+ TotalVAP = 16
40
41
  }
41
42
  export declare type DistrictRow = [number, // DistrictID
42
43
  number, // TotalPop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "8.2.3",
3
+ "version": "8.2.6",
4
4
  "description": "District analytics TypeScript package",
5
5
  "main": "dist/district-analytics.js",
6
6
  "files": [
@@ -49,8 +49,8 @@
49
49
  "yargs": "^12.0.5"
50
50
  },
51
51
  "dependencies": {
52
- "@dra2020/compactness": "^1.0.5",
53
- "@dra2020/dra-score": "^9.1.1",
52
+ "@dra2020/compactness": "^1.0.6",
53
+ "@dra2020/dra-score": "^9.1.2",
54
54
  "@dra2020/dra-types": "^1.4.9",
55
55
  "@dra2020/poly": "^1.3.3",
56
56
  "@dra2020/util": "^1.0.50",
File without changes