@loaders.gl/3d-tiles 4.3.1 → 4.3.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.
- package/dist/3d-tiles-archive-loader.js +1 -1
- package/dist/dist.dev.js +1 -1
- package/dist/dist.min.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/lib/utils/version.js +1 -1
- package/package.json +11 -11
|
@@ -5,7 +5,7 @@ import { DataViewFile } from '@loaders.gl/loader-utils';
|
|
|
5
5
|
import { parse3DTilesArchive as parse3DTilesArchiveFromProvider } from "./3d-tiles-archive/3d-tiles-archive-parser.js";
|
|
6
6
|
// __VERSION__ is injected by babel-plugin-version-inline
|
|
7
7
|
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
|
|
8
|
-
const VERSION = typeof "4.3.
|
|
8
|
+
const VERSION = typeof "4.3.2" !== 'undefined' ? "4.3.2" : 'latest';
|
|
9
9
|
/**
|
|
10
10
|
* Loader for 3tz packages
|
|
11
11
|
*/
|
package/dist/dist.dev.js
CHANGED
|
@@ -5222,7 +5222,7 @@ var __exports__ = (() => {
|
|
|
5222
5222
|
throw new Error("Can't instantiate NodeFile. Make sure to import @loaders.gl/polyfills first.");
|
|
5223
5223
|
}
|
|
5224
5224
|
/** Read data */
|
|
5225
|
-
async read(start,
|
|
5225
|
+
async read(start, length4) {
|
|
5226
5226
|
throw NOT_IMPLEMENTED;
|
|
5227
5227
|
}
|
|
5228
5228
|
/** Write to file. The number of bytes written will be returned */
|