@video-editor/shared 0.0.1-beta.4 → 0.0.1-beta.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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -225,6 +225,7 @@ export declare interface IVideoFramesSegment extends IFramesSegment {
225
225
  * the numerical value is normalized in range [0, 1] unless otherwise specified
226
226
  */
227
227
  export declare interface IVideoProtocol {
228
+ id: string;
228
229
  version: `${number}.${number}.${number}`;
229
230
  width: number;
230
231
  height: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@video-editor/shared",
3
3
  "type": "module",
4
- "version": "0.0.1-beta.4",
4
+ "version": "0.0.1-beta.6",
5
5
  "description": "video editor shared libs",
6
6
  "author": "",
7
7
  "license": "ISC",