@gradio/model3d 0.4.8 → 0.4.10

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
8
+ - @gradio/client@0.9.2
9
+ - @gradio/upload@0.5.5
10
+
11
+ ## 0.4.9
12
+
13
+ ### Fixes
14
+
15
+ - [#6525](https://github.com/gradio-app/gradio/pull/6525) [`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a) - Fixes Drag and Drop for Upload. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
16
+
3
17
  ## 0.4.8
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,11 +10,11 @@
10
10
  "@types/babylon": "^6.16.6",
11
11
  "babylonjs": "^4.2.1",
12
12
  "babylonjs-loaders": "^4.2.1",
13
- "@gradio/client": "^0.9.0",
14
- "@gradio/statustracker": "^0.4.2",
15
- "@gradio/upload": "^0.5.3",
16
13
  "@gradio/atoms": "^0.4.0",
14
+ "@gradio/client": "^0.9.2",
17
15
  "@gradio/icons": "^0.3.2",
16
+ "@gradio/statustracker": "^0.4.2",
17
+ "@gradio/upload": "^0.5.5",
18
18
  "@gradio/utils": "^0.2.0"
19
19
  },
20
20
  "main_changeset": true,
@@ -109,7 +109,7 @@
109
109
  <Upload
110
110
  on:load={handle_upload}
111
111
  {root}
112
- filetype=".obj, .gltf, .glb"
112
+ filetype={[".obj", ".gltf", ".glb", "model/obj"]}
113
113
  bind:dragging
114
114
  >
115
115
  <slot />