@loaders.gl/obj 4.0.4 → 4.0.5
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
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
// src/obj-loader.ts
|
|
742
|
-
var VERSION = true ? "4.0.
|
|
742
|
+
var VERSION = true ? "4.0.5" : "latest";
|
|
743
743
|
var OBJLoader = {
|
|
744
744
|
name: "OBJ",
|
|
745
745
|
id: "obj",
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
// src/mtl-loader.ts
|
|
830
|
-
var VERSION2 = true ? "4.0.
|
|
830
|
+
var VERSION2 = true ? "4.0.5" : "latest";
|
|
831
831
|
var MTLLoader = {
|
|
832
832
|
name: "MTL",
|
|
833
833
|
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.5",
|
|
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.5",
|
|
46
|
+
"@loaders.gl/schema": "4.0.5"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
|
|
49
49
|
}
|