@loaders.gl/flatgeobuf 4.2.1 → 4.2.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.
@@ -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.2.0" !== 'undefined' ? "4.2.0" : 'latest';
7
+ const VERSION = typeof "4.2.1" !== 'undefined' ? "4.2.1" : 'latest';
8
8
  // FGB\3FGB\1
9
9
  const FGB_MAGIC_NUMBER = [0x66, 0x67, 0x62, 0x03, 0x66, 0x67, 0x62, 0x01];
10
10
  export const FlatGeobufWorkerLoader = {
@@ -8860,7 +8860,7 @@
8860
8860
  }
8861
8861
 
8862
8862
  // src/flatgeobuf-loader.ts
8863
- var VERSION = true ? "4.2.0" : "latest";
8863
+ var VERSION = true ? "4.2.1" : "latest";
8864
8864
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
8865
8865
  var FlatGeobufWorkerLoader = {
8866
8866
  dataType: null,
package/dist/index.cjs CHANGED
@@ -1837,7 +1837,7 @@ async function* parseFlatGeobufInBatchesToGeoJSON(stream, options) {
1837
1837
  }
1838
1838
 
1839
1839
  // dist/flatgeobuf-loader.js
1840
- var VERSION = true ? "4.2.0" : "latest";
1840
+ var VERSION = true ? "4.2.1" : "latest";
1841
1841
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
1842
1842
  var FlatGeobufWorkerLoader = {
1843
1843
  dataType: null,