@loaders.gl/las 4.0.2 → 4.0.3

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.
@@ -225,7 +225,7 @@
225
225
  }
226
226
 
227
227
  // src/las-loader.ts
228
- var VERSION = true ? "4.0.2" : "latest";
228
+ var VERSION = true ? "4.0.3" : "latest";
229
229
  var DEFAULT_LAS_OPTIONS = {
230
230
  las: {
231
231
  shape: "mesh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
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.2",
53
- "@loaders.gl/schema": "4.0.2",
52
+ "@loaders.gl/loader-utils": "4.0.3",
53
+ "@loaders.gl/schema": "4.0.3",
54
54
  "laz-perf": "^0.0.6"
55
55
  },
56
- "gitHead": "471058d109d5652f28c32c1f296fd632f9a5c806"
56
+ "gitHead": "03c871839b36c997249dabae1844df53a35d3760"
57
57
  }