@loaders.gl/shapefile 4.4.0-alpha.1 → 4.4.0-alpha.2

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.0" !== 'undefined' ? "4.4.0-alpha.0" : 'latest';
8
+ const VERSION = typeof "4.4.0-alpha.1" !== 'undefined' ? "4.4.0-alpha.1" : '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.0" !== 'undefined' ? "4.4.0-alpha.0" : 'latest';
7
+ const VERSION = typeof "4.4.0-alpha.1" !== 'undefined' ? "4.4.0-alpha.1" : 'latest';
8
8
  /**
9
9
  * DBFLoader - DBF files are used to contain non-geometry columns in Shapefiles
10
10
  */
@@ -377,7 +377,7 @@
377
377
  }
378
378
 
379
379
  // src/dbf-loader.ts
380
- var VERSION = true ? "4.4.0-alpha.0" : "latest";
380
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
381
381
  var DBFWorkerLoader = {
382
382
  name: "DBF",
383
383
  dataType: null,