@loaders.gl/shapefile 4.4.0-alpha.11 → 4.4.0-alpha.13

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.
@@ -5,7 +5,7 @@ import { parseDBF, parseDBFInBatches } from "./lib/parsers/parse-dbf-to-arrow.js
5
5
  import { DBFFormat } from "./dbf-format.js";
6
6
  // __VERSION__ is injected by babel-plugin-version-inline
7
7
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
8
- const VERSION = typeof "4.4.0-alpha.11" !== 'undefined' ? "4.4.0-alpha.11" : 'latest';
8
+ const VERSION = typeof "4.4.0-alpha.13" !== 'undefined' ? "4.4.0-alpha.13" : 'latest';
9
9
  /**
10
10
  * DBFLoader - DBF files are used to contain non-geometry columns in Shapefiles
11
11
  */
@@ -4,7 +4,7 @@
4
4
  import { parseDBF, parseDBFInBatches } from "./lib/parsers/parse-dbf.js";
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- const VERSION = typeof "4.4.0-alpha.11" !== 'undefined' ? "4.4.0-alpha.11" : 'latest';
7
+ const VERSION = typeof "4.4.0-alpha.13" !== 'undefined' ? "4.4.0-alpha.13" : 'latest';
8
8
  /**
9
9
  * DBFLoader - DBF files are used to contain non-geometry columns in Shapefiles
10
10
  */
@@ -602,7 +602,7 @@
602
602
  }
603
603
 
604
604
  // src/dbf-loader.ts
605
- var VERSION = true ? "4.4.0-alpha.11" : "latest";
605
+ var VERSION = true ? "4.4.0-alpha.13" : "latest";
606
606
  var DBFWorkerLoader = {
607
607
  name: "DBF",
608
608
  dataType: null,