@loaders.gl/las 4.0.0-beta.4 → 4.0.0-beta.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.
- package/dist/dist.dev.js +2 -2
- package/dist/las-worker.js +3 -3
- package/package.json +5 -4
package/dist/dist.dev.js
CHANGED
|
@@ -27,9 +27,9 @@ var __exports__ = (() => {
|
|
|
27
27
|
};
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
|
-
// (disabled)
|
|
30
|
+
// (disabled):../../node_modules/path/path.js
|
|
31
31
|
var require_path = __commonJS({
|
|
32
|
-
"(disabled)
|
|
32
|
+
"(disabled):../../node_modules/path/path.js"() {
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
35
|
|
package/dist/las-worker.js
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
// (disabled)
|
|
8
|
+
// (disabled):../../node_modules/path/path.js
|
|
9
9
|
var require_path = __commonJS({
|
|
10
|
-
"(disabled)
|
|
10
|
+
"(disabled):../../node_modules/path/path.js"() {
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
13
|
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
// src/las-loader.ts
|
|
220
|
-
var VERSION = true ? "4.0.0-beta.
|
|
220
|
+
var VERSION = true ? "4.0.0-beta.5" : "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.
|
|
3
|
+
"version": "4.0.0-beta.5",
|
|
4
4
|
"description": "Framework-independent loader for the LAS and LAZ formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -49,8 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.3.1",
|
|
52
|
-
"@loaders.gl/loader-utils": "4.0.0-beta.
|
|
53
|
-
"@loaders.gl/schema": "4.0.0-beta.
|
|
52
|
+
"@loaders.gl/loader-utils": "4.0.0-beta.5",
|
|
53
|
+
"@loaders.gl/schema": "4.0.0-beta.5",
|
|
54
|
+
"laz-perf": "^0.0.6"
|
|
54
55
|
},
|
|
55
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
|
|
56
57
|
}
|