@dra2020/district-analytics 5.7.1 → 6.0.1
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.
- package/dist/cli.js +32 -66
- package/dist/cli.js.map +1 -1
- package/dist/district-analytics.js +0 -3
- package/dist/district-analytics.js.map +1 -1
- package/dist/src/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1937,9 +1937,6 @@ exports.SHAPES = "2010 VTD shapes";
|
|
|
1937
1937
|
// TYPE DEFINITIONS
|
|
1938
1938
|
//
|
|
1939
1939
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1940
|
-
var dra_score_1 = __webpack_require__(/*! @dra2020/dra-score */ "@dra2020/dra-score");
|
|
1941
|
-
exports.sampleProfile = dra_score_1.sampleProfile;
|
|
1942
|
-
exports.sampleScorecard = dra_score_1.sampleScorecard;
|
|
1943
1940
|
// END
|
|
1944
1941
|
|
|
1945
1942
|
|