@gradio/video 0.6.4 → 0.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,27 @@
1
1
  # @gradio/video
2
2
 
3
+ ## 0.6.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
+ - @gradio/image@0.9.6
11
+
12
+ ## 0.6.5
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
17
+ - @gradio/upload@0.7.6
18
+ - @gradio/image@0.9.5
19
+
3
20
  ## 0.6.4
4
21
 
5
22
  ### Features
6
23
 
7
- - [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
24
+ - [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
8
25
 
9
26
  ## 0.6.3
10
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/video",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -11,13 +11,13 @@
11
11
  "@ffmpeg/util": "^0.12.1",
12
12
  "mrmime": "^2.0.0",
13
13
  "@gradio/atoms": "^0.5.3",
14
- "@gradio/image": "^0.9.4",
15
- "@gradio/client": "^0.12.2",
16
- "@gradio/statustracker": "^0.4.8",
14
+ "@gradio/client": "^0.13.0",
17
15
  "@gradio/icons": "^0.3.3",
16
+ "@gradio/image": "^0.9.6",
17
+ "@gradio/statustracker": "^0.4.8",
18
+ "@gradio/upload": "^0.7.7",
18
19
  "@gradio/utils": "^0.3.0",
19
- "@gradio/wasm": "^0.7.0",
20
- "@gradio/upload": "^0.7.5"
20
+ "@gradio/wasm": "^0.8.0"
21
21
  },
22
22
  "exports": {
23
23
  ".": "./index.ts",