@dra2020/district-analytics 8.2.0 → 8.2.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 +0 -39
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -90537,45 +90537,6 @@ function __export(m) {
|
|
|
90537
90537
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
90538
90538
|
__export(__webpack_require__(/*! ./features */ "./src/features.ts"));
|
|
90539
90539
|
__export(__webpack_require__(/*! ./kiwysi */ "./src/kiwysi.ts"));
|
|
90540
|
-
/* TODO - DELETE
|
|
90541
|
-
// HACK - To get this package to import correctly
|
|
90542
|
-
export class _Hack
|
|
90543
|
-
{
|
|
90544
|
-
constructor()
|
|
90545
|
-
{
|
|
90546
|
-
}
|
|
90547
|
-
}
|
|
90548
|
-
|
|
90549
|
-
*/
|
|
90550
|
-
/* TODO - DELETE
|
|
90551
|
-
import
|
|
90552
|
-
{
|
|
90553
|
-
calcXSymmetry,
|
|
90554
|
-
calcYSymmetry,
|
|
90555
|
-
calcReock,
|
|
90556
|
-
calcBoundingBox,
|
|
90557
|
-
calcPolsbyPopper,
|
|
90558
|
-
calcConvexHullFeature,
|
|
90559
|
-
calcSchwartzberg
|
|
90560
|
-
} from '../src/features';
|
|
90561
|
-
|
|
90562
|
-
import
|
|
90563
|
-
{
|
|
90564
|
-
scoreShapes
|
|
90565
|
-
} from '../src/kiwysi';
|
|
90566
|
-
|
|
90567
|
-
export = {
|
|
90568
|
-
calcXSymmetry: calcXSymmetry,
|
|
90569
|
-
calcYSymmetry: calcYSymmetry,
|
|
90570
|
-
calcReock: calcReock,
|
|
90571
|
-
calcBoundingBox: calcBoundingBox,
|
|
90572
|
-
calcPolsbyPopper: calcPolsbyPopper,
|
|
90573
|
-
calcConvexHullFeature: calcConvexHullFeature,
|
|
90574
|
-
calcSchwartzberg: calcSchwartzberg,
|
|
90575
|
-
scoreShapes: scoreShapes
|
|
90576
|
-
};
|
|
90577
|
-
|
|
90578
|
-
*/
|
|
90579
90540
|
|
|
90580
90541
|
|
|
90581
90542
|
/***/ }),
|