@gradio/model3d 0.18.0 → 0.18.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/CHANGELOG.md +10 -0
- package/Model3D.test.ts +2 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/Model3D.test.ts
CHANGED
|
@@ -33,7 +33,8 @@ function suppress_3d_library_errors(e: PromiseRejectionEvent): void {
|
|
|
33
33
|
msg.includes("addEventListener") ||
|
|
34
34
|
msg.includes("Viewer is disposed") ||
|
|
35
35
|
msg.includes("Invalid URL") ||
|
|
36
|
-
msg.includes("Unsupported property type")
|
|
36
|
+
msg.includes("Unsupported property type") ||
|
|
37
|
+
msg.includes("postProcessManager")
|
|
37
38
|
) {
|
|
38
39
|
e.preventDefault();
|
|
39
40
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/model3d",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "Gradio UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@types/babylon": "^6.16.9",
|
|
14
14
|
"dequal": "^2.0.3",
|
|
15
15
|
"gsplat": "^1.2.9",
|
|
16
|
-
"@gradio/atoms": "^0.
|
|
17
|
-
"@gradio/
|
|
18
|
-
"@gradio/icons": "^0.
|
|
19
|
-
"@gradio/
|
|
20
|
-
"@gradio/
|
|
21
|
-
"@gradio/
|
|
16
|
+
"@gradio/atoms": "^0.26.0",
|
|
17
|
+
"@gradio/statustracker": "^0.15.1",
|
|
18
|
+
"@gradio/icons": "^0.16.0",
|
|
19
|
+
"@gradio/client": "^2.3.1",
|
|
20
|
+
"@gradio/utils": "^0.13.0",
|
|
21
|
+
"@gradio/upload": "^0.18.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@gradio/preview": "^0.16.2"
|