@loaders.gl/las 4.0.4 → 4.0.5

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.
@@ -215,7 +215,7 @@
215
215
  }
216
216
 
217
217
  // src/las-loader.ts
218
- var VERSION = true ? "4.0.4" : "latest";
218
+ var VERSION = true ? "4.0.5" : "latest";
219
219
  var DEFAULT_LAS_OPTIONS = {
220
220
  las: {
221
221
  shape: "mesh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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.4",
53
- "@loaders.gl/schema": "4.0.4",
52
+ "@loaders.gl/loader-utils": "4.0.5",
53
+ "@loaders.gl/schema": "4.0.5",
54
54
  "laz-perf": "^0.0.6"
55
55
  },
56
- "gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
56
+ "gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
57
57
  }