@gradio/dataset 0.4.15 → 0.4.17
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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @gradio/dataset
|
2
2
|
|
3
|
+
## 0.4.17
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/upload@0.16.4
|
8
|
+
|
9
|
+
## 0.4.16
|
10
|
+
|
11
|
+
### Dependency updates
|
12
|
+
|
13
|
+
- @gradio/upload@0.16.3
|
14
|
+
- @gradio/atoms@0.16.0
|
15
|
+
- @gradio/textbox@0.10.10
|
16
|
+
|
3
17
|
## 0.4.15
|
4
18
|
|
5
19
|
### Dependency updates
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/dataset",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.17",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -16,11 +16,11 @@
|
|
16
16
|
"./package.json": "./package.json"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"@gradio/atoms": "^0.
|
19
|
+
"@gradio/atoms": "^0.16.0",
|
20
20
|
"@gradio/client": "^1.14.2",
|
21
|
-
"@gradio/
|
22
|
-
"@gradio/
|
23
|
-
"@gradio/
|
21
|
+
"@gradio/upload": "^0.16.4",
|
22
|
+
"@gradio/textbox": "^0.10.10",
|
23
|
+
"@gradio/utils": "^0.10.2"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@gradio/preview": "^0.13.0"
|