@loaders.gl/flatgeobuf 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 { parseFlatGeobuf, parseFlatGeobufInBatches } from "./lib/parse-flatgeobu
5
5
  import { FlatGeobufFormat } from "./flatgeobuf-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
  // FGB\3FGB\1
10
10
  const FGB_MAGIC_NUMBER = [0x66, 0x67, 0x62, 0x03, 0x66, 0x67, 0x62, 0x01];
11
11
  /** Load flatgeobuf on a worker */
@@ -8836,7 +8836,7 @@
8836
8836
  }
8837
8837
 
8838
8838
  // src/flatgeobuf-loader.ts
8839
- var VERSION = true ? "4.4.0-alpha.0" : "latest";
8839
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
8840
8840
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
8841
8841
  var FlatGeobufWorkerLoader = {
8842
8842
  ...FlatGeobufFormat,
package/dist/index.cjs CHANGED
@@ -1859,7 +1859,7 @@ function binaryFromFeature(feature, header) {
1859
1859
  }
1860
1860
 
1861
1861
  // dist/flatgeobuf-loader.js
1862
- var VERSION = true ? "4.4.0-alpha.0" : "latest";
1862
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
1863
1863
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
1864
1864
  var FlatGeobufWorkerLoader = {
1865
1865
  ...FlatGeobufFormat,