@dra2020/district-analytics 9.4.1 → 9.4.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.
@@ -37,7 +37,8 @@ export declare const enum DistrictColumn {
37
37
  PacificPct = 13,
38
38
  AsianPct = 14,
39
39
  NativePct = 15,
40
- TotalVAP = 16
40
+ TotalVAP = 16,
41
+ OthPct = 17
41
42
  }
42
43
  export declare type DistrictRow = [number, // DistrictID
43
44
  number, // TotalPop
@@ -59,6 +60,7 @@ number, // HispanicPct
59
60
  number, // PacificPct
60
61
  number, // AsianPct
61
62
  number, // NativePct
63
+ number, // Total VAP
62
64
  number];
63
65
  export declare type DistrictStatistics = {
64
66
  table: DistrictRow[];
@@ -66,6 +68,5 @@ export declare type DistrictStatistics = {
66
68
  datasets: T.Datasets;
67
69
  resources: {};
68
70
  };
69
- export declare const sampleDistrictStatistics: DistrictStatistics;
70
71
  export declare function prepareDistrictStatistics(s: AnalyticsSession, bLog?: boolean): DistrictStatistics;
71
72
  export declare function doAnalyzePostProcessing(s: AnalyticsSession, bLog?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "9.4.1",
3
+ "version": "9.4.4",
4
4
  "description": "District analytics TypeScript package",
5
5
  "main": "dist/district-analytics.js",
6
6
  "files": [