Comparing version 1.0.7 to 1.0.8
@@ -15,3 +15,4 @@ import { DbfReader } from './reader/dbfReader'; | ||
import { triangulate } from './utils/triangulation'; | ||
export { DbfReader, DbfRecord, ShapeReader, FeatureCollection, Feature, FeatureReader, PolygonRecord, PolyLineRecord, PointRecord, MultiPointRecord, MultiPatchRecord, CoordType, triangulate, }; | ||
import { BaseRecord } from './geometry/base'; | ||
export { DbfReader, DbfRecord, ShapeReader, FeatureCollection, Feature, FeatureReader, PolygonRecord, PolyLineRecord, PointRecord, MultiPointRecord, MultiPatchRecord, CoordType, BaseRecord, triangulate, }; | ||
export type { DbfFieldType, DbfFieldDescr, Coord }; |
@@ -1167,2 +1167,3 @@ var ae = Object.defineProperty; | ||
export { | ||
z as BaseRecord, | ||
v as CoordType, | ||
@@ -1169,0 +1170,0 @@ H as DbfReader, |
{ | ||
"name": "shpts", | ||
"private": false, | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
83282
1642