Comparing version 1.0.8 to 1.0.9
@@ -760,3 +760,3 @@ var ae = Object.defineProperty; | ||
y(this, "dbfReader"); | ||
if (e.recordCount !== (t == null ? void 0 : t.recordCount)) | ||
if (t && e.recordCount !== (t == null ? void 0 : t.recordCount)) | ||
throw new Error( | ||
@@ -763,0 +763,0 @@ `Record count mismatch: SHP-file has ${e.recordCount} records, DBF has ${t == null ? void 0 : t.recordCount}` |
{ | ||
"name": "shpts", | ||
"private": false, | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
83290