@loaders.gl/gltf 3.2.0 → 3.2.1
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.min.js
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
var DEFAULT_VERSION, VERSION2;
|
|
73
73
|
var init_version2 = __esm({
|
|
74
74
|
"../worker-utils/src/lib/env-utils/version.ts"() {
|
|
75
|
-
DEFAULT_VERSION = "
|
|
75
|
+
DEFAULT_VERSION = "latest";
|
|
76
76
|
VERSION2 = typeof __VERSION__ !== "undefined" ? __VERSION__ : DEFAULT_VERSION;
|
|
77
77
|
if (typeof __VERSION__ === "undefined") {
|
|
78
78
|
console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
node = __toModule(require_require_utils());
|
|
192
192
|
init_assert2();
|
|
193
193
|
init_version2();
|
|
194
|
-
LATEST = "
|
|
194
|
+
LATEST = "latest";
|
|
195
195
|
VERSION3 = typeof VERSION2 !== "undefined" ? VERSION2 : LATEST;
|
|
196
196
|
loadLibraryPromises = {};
|
|
197
197
|
}
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
var VERSION4;
|
|
325
325
|
var init_version3 = __esm({
|
|
326
326
|
"../textures/src/lib/utils/version.ts"() {
|
|
327
|
-
VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "
|
|
327
|
+
VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
|
|
328
328
|
}
|
|
329
329
|
});
|
|
330
330
|
|
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.VERSION = void 0;
|
|
7
|
-
var VERSION = typeof "3.2.
|
|
7
|
+
var VERSION = typeof "3.2.1" !== 'undefined' ? "3.2.1" : 'latest';
|
|
8
8
|
exports.VERSION = VERSION;
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = typeof "3.2.
|
|
1
|
+
export const VERSION = typeof "3.2.1" !== 'undefined' ? "3.2.1" : 'latest';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/gltf",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Framework-independent loader for the glTF format",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@loaders.gl/draco": "3.2.
|
|
38
|
-
"@loaders.gl/images": "3.2.
|
|
39
|
-
"@loaders.gl/loader-utils": "3.2.
|
|
40
|
-
"@loaders.gl/textures": "3.2.
|
|
37
|
+
"@loaders.gl/draco": "3.2.1",
|
|
38
|
+
"@loaders.gl/images": "3.2.1",
|
|
39
|
+
"@loaders.gl/loader-utils": "3.2.1",
|
|
40
|
+
"@loaders.gl/textures": "3.2.1"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "463753213a7de56060d879a70ca934d0165f5897"
|
|
43
43
|
}
|