@loaders.gl/las 4.4.0-alpha.1 → 4.4.0-alpha.2
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.min.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/las-loader.js +1 -1
- package/dist/las-worker.js +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -19004,7 +19004,7 @@ function detectTwoByteColors(decoder = {}, batchSize, colorDepth) {
|
|
|
19004
19004
|
}
|
|
19005
19005
|
|
|
19006
19006
|
// dist/las-loader.js
|
|
19007
|
-
var VERSION = true ? "4.4.0-alpha.
|
|
19007
|
+
var VERSION = true ? "4.4.0-alpha.1" : "latest";
|
|
19008
19008
|
var LASWorkerLoader = {
|
|
19009
19009
|
...LASFormat,
|
|
19010
19010
|
dataType: null,
|