@loaders.gl/flatgeobuf 4.4.0-alpha.9 → 4.4.0

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.
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.9" : "latest";
1862
+ var VERSION = true ? "4.4.0" : "latest";
1863
1863
  var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
1864
1864
  var FlatGeobufWorkerLoader = {
1865
1865
  ...FlatGeobufFormat,