@loaders.gl/las 4.0.0-alpha.18 → 4.0.0-alpha.19

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.18" !== 'undefined' ? "4.0.0-alpha.18" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : '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.18" !== 'undefined' ? "4.0.0-alpha.18" : 'latest';
1
+ const VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : 'latest';
2
2
  const DEFAULT_LAS_OPTIONS = {
3
3
  las: {
4
4
  shape: 'mesh',
@@ -200,7 +200,7 @@
200
200
  }
201
201
 
202
202
  // src/las-loader.ts
203
- var VERSION = true ? "4.0.0-alpha.18" : "latest";
203
+ var VERSION = true ? "4.0.0-alpha.19" : "latest";
204
204
  var DEFAULT_LAS_OPTIONS = {
205
205
  las: {
206
206
  shape: "mesh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.0.0-alpha.18",
3
+ "version": "4.0.0-alpha.19",
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.18",
45
- "@loaders.gl/schema": "4.0.0-alpha.18",
44
+ "@loaders.gl/loader-utils": "4.0.0-alpha.19",
45
+ "@loaders.gl/schema": "4.0.0-alpha.19",
46
46
  "apache-arrow": "^9.0.0"
47
47
  },
48
- "gitHead": "7bc633f46560f661bdd46cf1015ea27b3694ebce"
48
+ "gitHead": "2ca50ec4e1d312c124eb7c93c60ab6fd17ee833e"
49
49
  }