@loaders.gl/las 4.0.0-beta.6 → 4.0.0-beta.7

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.
@@ -217,7 +217,7 @@
217
217
  }
218
218
 
219
219
  // src/las-loader.ts
220
- var VERSION = true ? "4.0.0-beta.6" : "latest";
220
+ var VERSION = true ? "4.0.0-beta.7" : "latest";
221
221
  var DEFAULT_LAS_OPTIONS = {
222
222
  las: {
223
223
  shape: "mesh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.0.0-beta.6",
3
+ "version": "4.0.0-beta.7",
4
4
  "description": "Framework-independent loader for the LAS and LAZ formats",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.3.1",
52
- "@loaders.gl/loader-utils": "4.0.0-beta.6",
53
- "@loaders.gl/schema": "4.0.0-beta.6",
52
+ "@loaders.gl/loader-utils": "4.0.0-beta.7",
53
+ "@loaders.gl/schema": "4.0.0-beta.7",
54
54
  "laz-perf": "^0.0.6"
55
55
  },
56
- "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
56
+ "gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
57
57
  }