@gradio/model3d 0.8.2 → 0.8.4
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 +18 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,26 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.8.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
|
8
|
+
- @gradio/upload@0.7.6
|
9
|
+
|
10
|
+
## 0.8.3
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [[`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8), [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812), [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee), [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4), [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f)]:
|
15
|
+
- @gradio/upload@0.7.5
|
16
|
+
- @gradio/wasm@0.7.0
|
17
|
+
- @gradio/client@0.12.2
|
18
|
+
|
3
19
|
## 0.8.2
|
4
20
|
|
5
21
|
### Fixes
|
6
22
|
|
7
|
-
- [#7511](https://github.com/gradio-app/gradio/pull/7511) [`33f68cb`](https://github.com/gradio-app/gradio/commit/33f68cb6c22897f7996b6c84b0e528c47fae00b5) - Fix Canvas3D/Canvas3DGS async imports.
|
23
|
+
- [#7511](https://github.com/gradio-app/gradio/pull/7511) [`33f68cb`](https://github.com/gradio-app/gradio/commit/33f68cb6c22897f7996b6c84b0e528c47fae00b5) - Fix Canvas3D/Canvas3DGS async imports. Thanks [@whitphx](https://github.com/whitphx)!
|
8
24
|
|
9
25
|
## 0.8.1
|
10
26
|
|
@@ -313,4 +329,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
313
329
|
|
314
330
|
- Updated dependencies []:
|
315
331
|
- @gradio/atoms@0.0.2
|
316
|
-
- @gradio/upload@0.0.2
|
332
|
+
- @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.4",
|
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",
|
15
16
|
"@gradio/atoms": "^0.5.3",
|
16
|
-
"@gradio/client": "^0.12.1",
|
17
|
-
"@gradio/upload": "^0.7.4",
|
18
17
|
"@gradio/icons": "^0.3.3",
|
18
|
+
"@gradio/statustracker": "^0.4.8",
|
19
|
+
"@gradio/upload": "^0.7.6",
|
19
20
|
"@gradio/utils": "^0.3.0",
|
20
|
-
"@gradio/wasm": "^0.
|
21
|
-
"@gradio/statustracker": "^0.4.8"
|
21
|
+
"@gradio/wasm": "^0.7.0"
|
22
22
|
},
|
23
23
|
"main_changeset": true,
|
24
24
|
"main": "./Index.svelte",
|