@dra2020/district-analytics 8.2.9 → 9.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.
@@ -1,7 +0,0 @@
1
- import { DistrictStatistics } from '../src/results';
2
- import * as T from '../src/types';
3
- export declare function echoDistrictStatistics(ds: DistrictStatistics): void;
4
- export declare function readJSONcareful(file: string): any;
5
- export declare function readJSON(file: string): any;
6
- export declare function readCSV(file: string): any;
7
- export declare function readPlanCSV(file: string): T.PlanByGeoID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "8.2.9",
3
+ "version": "9.0.0",
4
4
  "description": "District analytics TypeScript package",
5
5
  "main": "dist/district-analytics.js",
6
6
  "files": [
@@ -33,7 +33,6 @@
33
33
  "@types/jest": "^26.0.13",
34
34
  "@types/node": "10.12.23",
35
35
  "@types/yargs": "^12.0.12",
36
- "csv-parse": "^4.9.0",
37
36
  "jest": "^26.4.2",
38
37
  "json-loader": "^0.5.7",
39
38
  "prettier": "^2.0.5",
@@ -49,12 +48,11 @@
49
48
  "yargs": "^12.0.5"
50
49
  },
51
50
  "dependencies": {
52
- "@dra2020/compactness": "^1.0.7",
53
- "@dra2020/dra-score": "^9.1.3",
54
- "@dra2020/dra-types": "^1.4.9",
55
- "@dra2020/poly": "^1.3.4",
56
- "@dra2020/util": "^1.0.50",
57
- "geojson": "^0.5.0",
58
- "polygon-clipping": "^0.14.3"
51
+ "@dra2020/compactness": "^1.1.0",
52
+ "@dra2020/dra-score": "^9.2.0",
53
+ "@dra2020/dra-types": "^1.6.1",
54
+ "@dra2020/poly": "^1.4.0",
55
+ "@dra2020/util": "^1.0.54",
56
+ "geojson": "^0.5.0"
59
57
  }
60
58
  }