@gradio/model3d 0.8.4 → 0.8.6
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 +17 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.8.6
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/client@0.14.0
|
8
|
+
- @gradio/upload@0.8.0
|
9
|
+
- @gradio/wasm@0.9.0
|
10
|
+
|
11
|
+
## 0.8.5
|
12
|
+
|
13
|
+
### Dependency updates
|
14
|
+
|
15
|
+
- @gradio/upload@0.7.7
|
16
|
+
- @gradio/client@0.13.0
|
17
|
+
- @gradio/wasm@0.8.0
|
18
|
+
|
3
19
|
## 0.8.4
|
4
20
|
|
5
21
|
### Patch Changes
|
@@ -329,4 +345,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
329
345
|
|
330
346
|
- Updated dependencies []:
|
331
347
|
- @gradio/atoms@0.0.2
|
332
|
-
- @gradio/upload@0.0.2
|
348
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/model3d",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.6",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"babylonjs-loaders": "^4.2.1",
|
13
13
|
"dequal": "^2.0.2",
|
14
14
|
"gsplat": "^1.0.5",
|
15
|
-
"@gradio/client": "^0.12.2",
|
16
15
|
"@gradio/atoms": "^0.5.3",
|
17
|
-
"@gradio/
|
16
|
+
"@gradio/client": "^0.14.0",
|
18
17
|
"@gradio/statustracker": "^0.4.8",
|
19
|
-
"@gradio/upload": "^0.7.6",
|
20
18
|
"@gradio/utils": "^0.3.0",
|
21
|
-
"@gradio/
|
19
|
+
"@gradio/icons": "^0.3.3",
|
20
|
+
"@gradio/wasm": "^0.9.0",
|
21
|
+
"@gradio/upload": "^0.8.0"
|
22
22
|
},
|
23
23
|
"main_changeset": true,
|
24
24
|
"main": "./Index.svelte",
|