@gradio/upload 0.5.6 → 0.5.7
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 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,18 @@
|
|
1
1
|
# @gradio/upload
|
2
2
|
|
3
|
+
## 0.5.7
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`d406855`](https://github.com/gradio-app/gradio/commit/d4068557953746662235d595ec435c42ceb24414)]:
|
8
|
+
- @gradio/client@0.9.4
|
9
|
+
- @gradio/upload@0.5.7
|
10
|
+
|
3
11
|
## 0.5.6
|
4
12
|
|
5
13
|
### Fixes
|
6
14
|
|
7
|
-
- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX.
|
15
|
+
- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)!
|
8
16
|
|
9
17
|
## 0.5.5
|
10
18
|
|
@@ -281,4 +289,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste
|
|
281
289
|
### Patch Changes
|
282
290
|
|
283
291
|
- Updated dependencies []:
|
284
|
-
- @gradio/atoms@0.0.2
|
292
|
+
- @gradio/atoms@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/upload",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.7",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"main": "src/index.ts",
|
@@ -8,10 +8,10 @@
|
|
8
8
|
"license": "ISC",
|
9
9
|
"dependencies": {
|
10
10
|
"@gradio/atoms": "^0.4.1",
|
11
|
-
"@gradio/client": "^0.9.
|
12
|
-
"@gradio/upload": "^0.5.
|
13
|
-
"@gradio/
|
14
|
-
"@gradio/
|
11
|
+
"@gradio/client": "^0.9.4",
|
12
|
+
"@gradio/upload": "^0.5.7",
|
13
|
+
"@gradio/utils": "^0.2.0",
|
14
|
+
"@gradio/icons": "^0.3.2"
|
15
15
|
},
|
16
16
|
"main_changeset": true,
|
17
17
|
"exports": {
|