@loaders.gl/obj 4.0.2 → 4.0.3
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/obj-worker.js +2 -2
- package/package.json +4 -4
package/dist/obj-worker.js
CHANGED
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
}
|
|
750
750
|
|
|
751
751
|
// src/obj-loader.ts
|
|
752
|
-
var VERSION = true ? "4.0.
|
|
752
|
+
var VERSION = true ? "4.0.3" : "latest";
|
|
753
753
|
var OBJLoader = {
|
|
754
754
|
name: "OBJ",
|
|
755
755
|
id: "obj",
|
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
}
|
|
838
838
|
|
|
839
839
|
// src/mtl-loader.ts
|
|
840
|
-
var VERSION2 = true ? "4.0.
|
|
840
|
+
var VERSION2 = true ? "4.0.3" : "latest";
|
|
841
841
|
var MTLLoader = {
|
|
842
842
|
name: "MTL",
|
|
843
843
|
id: "mtl",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/obj",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Framework-independent loader for the OBJ format",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime": "^7.3.1",
|
|
45
|
-
"@loaders.gl/loader-utils": "4.0.
|
|
46
|
-
"@loaders.gl/schema": "4.0.
|
|
45
|
+
"@loaders.gl/loader-utils": "4.0.3",
|
|
46
|
+
"@loaders.gl/schema": "4.0.3"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "03c871839b36c997249dabae1844df53a35d3760"
|
|
49
49
|
}
|