@loaders.gl/las 3.1.4 → 3.1.8

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._typecheckLoader = exports.LASLoader = void 0;
7
- var VERSION = typeof "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
7
+ var VERSION = typeof "3.1.8" !== 'undefined' ? "3.1.8" : 'latest';
8
8
  var DEFAULT_LAS_OPTIONS = {
9
9
  las: {
10
10
  shape: 'mesh',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
1
+ const VERSION = typeof "3.1.8" !== 'undefined' ? "3.1.8" : 'latest';
2
2
  const DEFAULT_LAS_OPTIONS = {
3
3
  las: {
4
4
  shape: 'mesh',
@@ -168,7 +168,7 @@
168
168
  }
169
169
 
170
170
  // src/las-loader.ts
171
- var VERSION = true ? "3.1.4" : "latest";
171
+ var VERSION = true ? "3.1.8" : "latest";
172
172
  var DEFAULT_LAS_OPTIONS = {
173
173
  las: {
174
174
  shape: "mesh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "3.1.4",
3
+ "version": "3.1.8",
4
4
  "description": "Framework-independent loader for the LAS and LAZ formats",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@babel/runtime": "^7.3.1",
44
- "@loaders.gl/loader-utils": "3.1.4",
45
- "@loaders.gl/schema": "3.1.4"
44
+ "@loaders.gl/loader-utils": "3.1.8",
45
+ "@loaders.gl/schema": "3.1.8"
46
46
  },
47
- "gitHead": "4d27d3ac6023e53b562dcad83b9254b198e81ee5"
47
+ "gitHead": "0ef07b4e9fc20f5a882224cf241c6fd1bad898d8"
48
48
  }