@dra2020/district-analytics 16.1.4 → 16.1.5

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.
@@ -38,7 +38,7 @@ export declare const enum FeatureField {
38
38
  RepVotes = 8,
39
39
  TotalVotes = 9
40
40
  }
41
- export declare function fieldFromFeatureField(ds: string, ff: FeatureField): string;
41
+ export declare function fieldsFromFeatureField(ds: string, ff: FeatureField): string[];
42
42
  export type PlanByGeoID = {
43
43
  [geoID: string]: number;
44
44
  };
package/dist/types.d.ts CHANGED
@@ -38,7 +38,7 @@ export declare const enum FeatureField {
38
38
  RepVotes = 8,
39
39
  TotalVotes = 9
40
40
  }
41
- export declare function fieldFromFeatureField(ds: string, ff: FeatureField): string;
41
+ export declare function fieldsFromFeatureField(ds: string, ff: FeatureField): string[];
42
42
  export type PlanByGeoID = {
43
43
  [geoID: string]: number;
44
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "16.1.4",
3
+ "version": "16.1.5",
4
4
  "description": "District analytics TypeScript package",
5
5
  "main": "dist/district-analytics.js",
6
6
  "files": [
@@ -45,9 +45,9 @@
45
45
  "yargs": "^12.0.5"
46
46
  },
47
47
  "dependencies": {
48
- "@dra2020/baseclient": "^1.0.127",
48
+ "@dra2020/baseclient": "^1.0.148",
49
49
  "@dra2020/dra-analytics": "^4.1.2",
50
- "@dra2020/dra-types": "^1.8.89",
50
+ "@dra2020/dra-types": "^1.8.131",
51
51
  "geojson": "^0.5.0"
52
52
  }
53
53
  }