@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/dist.dev.js CHANGED
@@ -68,6 +68,8 @@ var __exports__ = (() => {
68
68
  // src/las-loader.ts
69
69
  var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
70
70
  var LASLoader = {
71
+ dataType: null,
72
+ batchType: null,
71
73
  name: "LAS",
72
74
  id: "las",
73
75
  module: "las",
@@ -19025,6 +19027,7 @@ var __exports__ = (() => {
19025
19027
  }
19026
19028
  instance.readOffset++;
19027
19029
  }
19030
+ Module._free(bufRead);
19028
19031
  return {
19029
19032
  buffer: thisBuf.buffer,
19030
19033
  count: pointsRead,
@@ -19041,6 +19044,7 @@ var __exports__ = (() => {
19041
19044
  close() {
19042
19045
  try {
19043
19046
  if (this.instance !== null) {
19047
+ Module._free(this.instance.buf);
19044
19048
  this.instance.delete();
19045
19049
  this.instance = null;
19046
19050
  }