@loaders.gl/flatgeobuf 4.3.0-alpha.5 → 4.3.0-alpha.6

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.
@@ -4,7 +4,7 @@
4
4
  import { parseFlatGeobuf, parseFlatGeobufInBatches } from "./lib/parse-flatgeobuf.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.3.0-alpha.4" !== 'undefined' ? "4.3.0-alpha.4" : 'latest';
7
+ const VERSION = typeof "4.3.0-alpha.5" !== 'undefined' ? "4.3.0-alpha.5" : 'latest';
8
8
  // FGB\3FGB\1
9
9
  const FGB_MAGIC_NUMBER = [0x66, 0x67, 0x62, 0x03, 0x66, 0x67, 0x62, 0x01];
10
10
  /** Load flatgeobuf on a worker */
@@ -8870,7 +8870,7 @@
8870
8870
  }
8871
8871
 
8872
8872
  // src/flatgeobuf-loader.ts
8873
- var VERSION = true ? "4.3.0-alpha.4" : "latest";
8873
+ var VERSION = true ? "4.3.0-alpha.5" : "latest";
8874
8874
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
8875
8875
  var FlatGeobufWorkerLoader = {
8876
8876
  dataType: null,
package/dist/index.cjs CHANGED
@@ -1847,7 +1847,7 @@ function binaryFromFeature(feature, header) {
1847
1847
  }
1848
1848
 
1849
1849
  // dist/flatgeobuf-loader.js
1850
- var VERSION = true ? "4.3.0-alpha.4" : "latest";
1850
+ var VERSION = true ? "4.3.0-alpha.5" : "latest";
1851
1851
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
1852
1852
  var FlatGeobufWorkerLoader = {
1853
1853
  dataType: null,