@gradio/file 0.5.5 → 0.5.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 +9 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# @gradio/file
|
2
2
|
|
3
|
+
## 0.5.6
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/upload@0.7.7
|
8
|
+
- @gradio/client@0.13.0
|
9
|
+
- @gradio/wasm@0.8.0
|
10
|
+
|
3
11
|
## 0.5.5
|
4
12
|
|
5
13
|
### Patch Changes
|
@@ -385,4 +393,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
385
393
|
- Updated dependencies []:
|
386
394
|
- @gradio/utils@0.0.2
|
387
395
|
- @gradio/atoms@0.0.2
|
388
|
-
- @gradio/upload@0.0.2
|
396
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/file",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.6",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
7
7
|
"license": "ISC",
|
8
8
|
"private": false,
|
9
9
|
"dependencies": {
|
10
|
+
"@gradio/client": "^0.13.0",
|
10
11
|
"@gradio/atoms": "^0.5.3",
|
11
|
-
"@gradio/client": "^0.12.2",
|
12
12
|
"@gradio/icons": "^0.3.3",
|
13
|
-
"@gradio/upload": "^0.7.6",
|
14
13
|
"@gradio/statustracker": "^0.4.8",
|
15
|
-
"@gradio/
|
16
|
-
"@gradio/
|
14
|
+
"@gradio/utils": "^0.3.0",
|
15
|
+
"@gradio/wasm": "^0.8.0",
|
16
|
+
"@gradio/upload": "^0.7.7"
|
17
17
|
},
|
18
18
|
"main": "./Index.svelte",
|
19
19
|
"main_changeset": true,
|