@loaders.gl/3d-tiles
Advanced tools
Comparing version 4.3.0-alpha.4 to 4.3.0-alpha.5
@@ -8,3 +8,3 @@ // loaders.gl | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
const VERSION = typeof "4.3.0-alpha.3" !== 'undefined' ? "4.3.0-alpha.3" : 'latest'; | ||
const VERSION = typeof "4.3.0-alpha.4" !== 'undefined' ? "4.3.0-alpha.4" : 'latest'; | ||
/** | ||
@@ -11,0 +11,0 @@ * Loader for 3tz packages |
@@ -10,3 +10,3 @@ import type { LoaderOptions } from '@loaders.gl/loader-utils'; | ||
readonly preload: typeof preload; | ||
readonly parse: (data: ArrayBuffer, options?: LoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("./types").Tiles3DTilesetJSONPostprocessed | import("./types").Tiles3DTileContent>; | ||
readonly parse: (data: ArrayBuffer, options?: LoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("@loaders.gl/3d-tiles").Tiles3DTilesetJSONPostprocessed | import("@loaders.gl/3d-tiles").Tiles3DTileContent>; | ||
readonly options: { | ||
@@ -13,0 +13,0 @@ readonly 'cesium-ion': { |
// Version constant cannot be imported, it needs to correspond to the build version of **this** module. | ||
// __VERSION__ is injected by babel-plugin-version-inline | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
export const VERSION = typeof "4.3.0-alpha.3" !== 'undefined' ? "4.3.0-alpha.3" : 'latest'; | ||
export const VERSION = typeof "4.3.0-alpha.4" !== 'undefined' ? "4.3.0-alpha.4" : 'latest'; |
{ | ||
"name": "@loaders.gl/3d-tiles", | ||
"version": "4.3.0-alpha.4", | ||
"version": "4.3.0-alpha.5", | ||
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.", | ||
@@ -49,11 +49,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/compression": "4.3.0-alpha.4", | ||
"@loaders.gl/crypto": "4.3.0-alpha.4", | ||
"@loaders.gl/draco": "4.3.0-alpha.4", | ||
"@loaders.gl/gltf": "4.3.0-alpha.4", | ||
"@loaders.gl/images": "4.3.0-alpha.4", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.4", | ||
"@loaders.gl/math": "4.3.0-alpha.4", | ||
"@loaders.gl/tiles": "4.3.0-alpha.4", | ||
"@loaders.gl/zip": "4.3.0-alpha.4", | ||
"@loaders.gl/compression": "4.3.0-alpha.5", | ||
"@loaders.gl/crypto": "4.3.0-alpha.5", | ||
"@loaders.gl/draco": "4.3.0-alpha.5", | ||
"@loaders.gl/gltf": "4.3.0-alpha.5", | ||
"@loaders.gl/images": "4.3.0-alpha.5", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.5", | ||
"@loaders.gl/math": "4.3.0-alpha.5", | ||
"@loaders.gl/tiles": "4.3.0-alpha.5", | ||
"@loaders.gl/zip": "4.3.0-alpha.5", | ||
"@math.gl/core": "^4.0.1", | ||
@@ -68,3 +68,3 @@ "@math.gl/culling": "^4.0.1", | ||
}, | ||
"gitHead": "4900ac4c4de20366c050b80cef04dc5b52d167af" | ||
"gitHead": "b57553345b3cbf621c95ad9b22aa672217451f61" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1747389
34738
+ Added@loaders.gl/compression@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/crypto@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/draco@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/gltf@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/images@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/loader-utils@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/math@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/schema@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/textures@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/tiles@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/worker-utils@4.3.0-alpha.5(transitive)
+ Added@loaders.gl/zip@4.3.0-alpha.5(transitive)
+ Added@types/node@22.10.1(transitive)
- Removed@loaders.gl/compression@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/crypto@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/draco@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/gltf@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/images@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/loader-utils@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/math@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/schema@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/textures@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/tiles@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/worker-utils@4.3.0-alpha.4(transitive)
- Removed@loaders.gl/zip@4.3.0-alpha.4(transitive)
- Removed@types/node@22.10.0(transitive)