@loaders.gl/las 4.0.0-alpha.22 → 4.0.0-alpha.23

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 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.LASLoader = void 0;
7
- var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest';
8
8
  var DEFAULT_LAS_OPTIONS = {
9
9
  las: {
10
10
  shape: 'mesh',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest';
1
+ const VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest';
2
2
  const DEFAULT_LAS_OPTIONS = {
3
3
  las: {
4
4
  shape: 'mesh',
@@ -205,7 +205,7 @@
205
205
  }
206
206
 
207
207
  // src/las-loader.ts
208
- var VERSION = true ? "4.0.0-alpha.22" : "latest";
208
+ var VERSION = true ? "4.0.0-alpha.23" : "latest";
209
209
  var DEFAULT_LAS_OPTIONS = {
210
210
  las: {
211
211
  shape: "mesh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.0.0-alpha.22",
3
+ "version": "4.0.0-alpha.23",
4
4
  "description": "Framework-independent loader for the LAS and LAZ formats",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -41,9 +41,9 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@babel/runtime": "^7.3.1",
44
- "@loaders.gl/loader-utils": "4.0.0-alpha.22",
45
- "@loaders.gl/schema": "4.0.0-alpha.22",
44
+ "@loaders.gl/loader-utils": "4.0.0-alpha.23",
45
+ "@loaders.gl/schema": "4.0.0-alpha.23",
46
46
  "apache-arrow": "^9.0.0"
47
47
  },
48
- "gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2"
48
+ "gitHead": "e212f2a0c0e342f7cb65ce84fa2ff39f64b7d94b"
49
49
  }