@gradio/code 0.5.5 → 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 +15 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @gradio/code
|
2
2
|
|
3
|
+
## 0.5.7
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/upload@0.8.0
|
8
|
+
- @gradio/wasm@0.9.0
|
9
|
+
|
10
|
+
## 0.5.6
|
11
|
+
|
12
|
+
### Dependency updates
|
13
|
+
|
14
|
+
- @gradio/upload@0.7.7
|
15
|
+
- @gradio/wasm@0.8.0
|
16
|
+
|
3
17
|
## 0.5.5
|
4
18
|
|
5
19
|
### Patch Changes
|
@@ -323,4 +337,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
323
337
|
|
324
338
|
- Updated dependencies []:
|
325
339
|
- @gradio/atoms@0.0.2
|
326
|
-
- @gradio/upload@0.0.2
|
340
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/code",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.7",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -29,10 +29,10 @@
|
|
29
29
|
"codemirror": "^6.0.1",
|
30
30
|
"@gradio/atoms": "^0.5.3",
|
31
31
|
"@gradio/icons": "^0.3.3",
|
32
|
+
"@gradio/upload": "^0.8.0",
|
32
33
|
"@gradio/statustracker": "^0.4.8",
|
33
|
-
"@gradio/upload": "^0.7.6",
|
34
34
|
"@gradio/utils": "^0.3.0",
|
35
|
-
"@gradio/wasm": "^0.
|
35
|
+
"@gradio/wasm": "^0.9.0"
|
36
36
|
},
|
37
37
|
"main_changeset": true,
|
38
38
|
"main": "./Index.svelte",
|