@loaders.gl/gltf 4.0.0-beta.6 → 4.0.0-beta.7
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.dev.js +1 -1
- package/package.json +6 -6
package/dist/dist.dev.js
CHANGED
|
@@ -102,7 +102,7 @@ var __exports__ = (() => {
|
|
|
102
102
|
if (!globalThis._loadersgl_?.version) {
|
|
103
103
|
globalThis._loadersgl_ = globalThis._loadersgl_ || {};
|
|
104
104
|
if (typeof __VERSION__ === "undefined") {
|
|
105
|
-
console.
|
|
105
|
+
console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
|
|
106
106
|
globalThis._loadersgl_.version = NPM_TAG;
|
|
107
107
|
} else {
|
|
108
108
|
globalThis._loadersgl_.version = __VERSION__;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/gltf",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.7",
|
|
4
4
|
"description": "Framework-independent loader for the glTF format",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"build-bundle": "ocular-bundle ./src/index.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@loaders.gl/draco": "4.0.0-beta.
|
|
46
|
-
"@loaders.gl/images": "4.0.0-beta.
|
|
47
|
-
"@loaders.gl/loader-utils": "4.0.0-beta.
|
|
48
|
-
"@loaders.gl/textures": "4.0.0-beta.
|
|
45
|
+
"@loaders.gl/draco": "4.0.0-beta.7",
|
|
46
|
+
"@loaders.gl/images": "4.0.0-beta.7",
|
|
47
|
+
"@loaders.gl/loader-utils": "4.0.0-beta.7",
|
|
48
|
+
"@loaders.gl/textures": "4.0.0-beta.7",
|
|
49
49
|
"@math.gl/core": "^4.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
|
|
52
52
|
}
|