@loaders.gl/gltf
Advanced tools
Comparing version 4.3.0-alpha.5 to 4.3.0-alpha.6
// 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.4" !== 'undefined' ? "4.3.0-alpha.4" : 'latest'; | ||
export const VERSION = typeof "4.3.0-alpha.5" !== 'undefined' ? "4.3.0-alpha.5" : 'latest'; |
{ | ||
"name": "@loaders.gl/gltf", | ||
"version": "4.3.0-alpha.5", | ||
"version": "4.3.0-alpha.6", | ||
"description": "Framework-independent loader for the glTF format", | ||
@@ -46,7 +46,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/draco": "4.3.0-alpha.5", | ||
"@loaders.gl/images": "4.3.0-alpha.5", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.5", | ||
"@loaders.gl/schema": "4.3.0-alpha.5", | ||
"@loaders.gl/textures": "4.3.0-alpha.5", | ||
"@loaders.gl/draco": "4.3.0-alpha.6", | ||
"@loaders.gl/images": "4.3.0-alpha.6", | ||
"@loaders.gl/loader-utils": "4.3.0-alpha.6", | ||
"@loaders.gl/schema": "4.3.0-alpha.6", | ||
"@loaders.gl/textures": "4.3.0-alpha.6", | ||
"@math.gl/core": "^4.0.0" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "b57553345b3cbf621c95ad9b22aa672217451f61" | ||
"gitHead": "315f2e232fc4e6a477c41de800a54d3e3d957e8c" | ||
} |
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
+ Added@loaders.gl/draco@4.3.0-alpha.6(transitive)
+ Added@loaders.gl/images@4.3.0-alpha.6(transitive)
+ Added@loaders.gl/loader-utils@4.3.0-alpha.6(transitive)
+ Added@loaders.gl/schema@4.3.0-alpha.6(transitive)
+ Added@loaders.gl/textures@4.3.0-alpha.6(transitive)
+ Added@loaders.gl/worker-utils@4.3.0-alpha.6(transitive)
- Removed@loaders.gl/draco@4.3.0-alpha.5(transitive)
- Removed@loaders.gl/images@4.3.0-alpha.5(transitive)
- Removed@loaders.gl/loader-utils@4.3.0-alpha.5(transitive)
- Removed@loaders.gl/schema@4.3.0-alpha.5(transitive)
- Removed@loaders.gl/textures@4.3.0-alpha.5(transitive)
- Removed@loaders.gl/worker-utils@4.3.0-alpha.5(transitive)