@loaders.gl/gltf
Advanced tools
Comparing version 4.3.0-alpha.8 to 4.3.0-beta.1
// 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.7" !== 'undefined' ? "4.3.0-alpha.7" : 'latest'; | ||
export const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest'; |
{ | ||
"name": "@loaders.gl/gltf", | ||
"version": "4.3.0-alpha.8", | ||
"version": "4.3.0-beta.1", | ||
"description": "Framework-independent loader for the glTF format", | ||
@@ -46,7 +46,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/draco": "4.3.0-alpha.8", | ||
"@loaders.gl/images": "4.3.0-alpha.8", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.8", | ||
"@loaders.gl/schema": "4.3.0-alpha.8", | ||
"@loaders.gl/textures": "4.3.0-alpha.8", | ||
"@loaders.gl/draco": "4.3.0-beta.1", | ||
"@loaders.gl/images": "4.3.0-beta.1", | ||
"@loaders.gl/loader-utils": "4.3.0-beta.1", | ||
"@loaders.gl/schema": "4.3.0-beta.1", | ||
"@loaders.gl/textures": "4.3.0-beta.1", | ||
"@math.gl/core": "^4.1.0" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "c458e0c3a09543cd7c4a293d3c3f08c12acf78c0" | ||
"gitHead": "992d24e7d4e3015a91fa1cbfe87ee7dc1b333322" | ||
} |
@@ -8,4 +8,3 @@ // https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_draco_mesh_compression | ||
import {DracoLoader} from '@loaders.gl/draco'; | ||
import {DracoLoaderOptions} from '@loaders.gl/draco'; | ||
import {DracoLoader, DracoLoaderOptions} from '@loaders.gl/draco'; | ||
@@ -12,0 +11,0 @@ import type { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1463095
26127
+ Added@loaders.gl/draco@4.3.0-beta.1(transitive)
+ Added@loaders.gl/images@4.3.0-beta.1(transitive)
+ Added@loaders.gl/loader-utils@4.3.0-beta.1(transitive)
+ Added@loaders.gl/schema@4.3.0-beta.1(transitive)
+ Added@loaders.gl/textures@4.3.0-beta.1(transitive)
+ Added@loaders.gl/worker-utils@4.3.0-beta.1(transitive)
- Removed@loaders.gl/draco@4.3.0-alpha.8(transitive)
- Removed@loaders.gl/images@4.3.0-alpha.8(transitive)
- Removed@loaders.gl/loader-utils@4.3.0-alpha.8(transitive)
- Removed@loaders.gl/schema@4.3.0-alpha.8(transitive)
- Removed@loaders.gl/textures@4.3.0-alpha.8(transitive)
- Removed@loaders.gl/worker-utils@4.3.0-alpha.8(transitive)