@gradio/video 0.6.5 → 0.6.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 +19 -1
- package/Video.stories.svelte +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# @gradio/video
|
2
2
|
|
3
|
+
## 0.6.7
|
4
|
+
|
5
|
+
### Dependency updates
|
6
|
+
|
7
|
+
- @gradio/client@0.14.0
|
8
|
+
- @gradio/upload@0.8.0
|
9
|
+
- @gradio/wasm@0.9.0
|
10
|
+
- @gradio/image@0.9.7
|
11
|
+
|
12
|
+
## 0.6.6
|
13
|
+
|
14
|
+
### Dependency updates
|
15
|
+
|
16
|
+
- @gradio/upload@0.7.7
|
17
|
+
- @gradio/client@0.13.0
|
18
|
+
- @gradio/wasm@0.8.0
|
19
|
+
- @gradio/image@0.9.6
|
20
|
+
|
3
21
|
## 0.6.5
|
4
22
|
|
5
23
|
### Patch Changes
|
@@ -362,4 +380,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
362
380
|
- @gradio/image@0.1.0
|
363
381
|
- @gradio/utils@0.0.2
|
364
382
|
- @gradio/atoms@0.0.2
|
365
|
-
- @gradio/upload@0.0.2
|
383
|
+
- @gradio/upload@0.0.2
|
package/Video.stories.svelte
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
import Video from "./Index.svelte";
|
4
4
|
import { format } from "svelte-i18n";
|
5
5
|
import { get } from "svelte/store";
|
6
|
-
import { userEvent, within } from "@storybook/
|
6
|
+
import { userEvent, within } from "@storybook/test";
|
7
7
|
import { allModes } from "../storybook/modes";
|
8
8
|
|
9
9
|
export const meta = {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/video",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.7",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,14 +10,14 @@
|
|
10
10
|
"@ffmpeg/ffmpeg": "^0.12.7",
|
11
11
|
"@ffmpeg/util": "^0.12.1",
|
12
12
|
"mrmime": "^2.0.0",
|
13
|
-
"@gradio/client": "^0.12.2",
|
14
13
|
"@gradio/atoms": "^0.5.3",
|
14
|
+
"@gradio/client": "^0.14.0",
|
15
15
|
"@gradio/icons": "^0.3.3",
|
16
|
+
"@gradio/image": "^0.9.7",
|
17
|
+
"@gradio/upload": "^0.8.0",
|
18
|
+
"@gradio/utils": "^0.3.0",
|
16
19
|
"@gradio/statustracker": "^0.4.8",
|
17
|
-
"@gradio/
|
18
|
-
"@gradio/image": "^0.9.5",
|
19
|
-
"@gradio/wasm": "^0.7.0",
|
20
|
-
"@gradio/utils": "^0.3.0"
|
20
|
+
"@gradio/wasm": "^0.9.0"
|
21
21
|
},
|
22
22
|
"exports": {
|
23
23
|
".": "./index.ts",
|