@loaders.gl/las 4.2.0-alpha.6 → 4.2.0-beta.1

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
@@ -26,8 +26,10 @@ __export(dist_exports, {
26
26
  module.exports = __toCommonJS(dist_exports);
27
27
 
28
28
  // dist/las-loader.js
29
- var VERSION = true ? "4.2.0-alpha.5" : "latest";
29
+ var VERSION = true ? "4.2.0-alpha.6" : "latest";
30
30
  var LASLoader = {
31
+ dataType: null,
32
+ batchType: null,
31
33
  name: "LAS",
32
34
  id: "las",
33
35
  module: "las",
@@ -18694,6 +18696,7 @@ var LAZLoader = class {
18694
18696
  }
18695
18697
  instance.readOffset++;
18696
18698
  }
18699
+ Module._free(bufRead);
18697
18700
  return {
18698
18701
  buffer: thisBuf.buffer,
18699
18702
  count: pointsRead,
@@ -18710,6 +18713,7 @@ var LAZLoader = class {
18710
18713
  close() {
18711
18714
  try {
18712
18715
  if (this.instance !== null) {
18716
+ Module._free(this.instance.buf);
18713
18717
  this.instance.delete();
18714
18718
  this.instance = null;
18715
18719
  }