@loaders.gl/las 4.1.3 → 4.1.4

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.
package/dist/dist.dev.js CHANGED
@@ -47,7 +47,7 @@ var __exports__ = (() => {
47
47
  });
48
48
 
49
49
  // src/las-loader.ts
50
- var VERSION = true ? "4.1.3" : "latest";
50
+ var VERSION = true ? "4.1.4" : "latest";
51
51
  var LASLoader = {
52
52
  name: "LAS",
53
53
  id: "las",
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.1.3" !== 'undefined' ? "4.1.3" : 'latest';
1
+ const VERSION = typeof "4.1.4" !== 'undefined' ? "4.1.4" : 'latest';
2
2
  export const LASLoader = {
3
3
  name: 'LAS',
4
4
  id: 'las',
@@ -215,7 +215,7 @@
215
215
  }
216
216
 
217
217
  // src/las-loader.ts
218
- var VERSION = true ? "4.1.3" : "latest";
218
+ var VERSION = true ? "4.1.4" : "latest";
219
219
  var LASLoader = {
220
220
  name: "LAS",
221
221
  id: "las",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
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.1.3",
53
- "@loaders.gl/schema": "4.1.3",
52
+ "@loaders.gl/loader-utils": "4.1.4",
53
+ "@loaders.gl/schema": "4.1.4",
54
54
  "laz-perf": "^0.0.6"
55
55
  },
56
- "gitHead": "4313c1f68c25723ab3e906db5a6ac65c2e8ac7b6"
56
+ "gitHead": "e5b4fe1845c1483addfc4c3d630f1617595efbae"
57
57
  }