ugcinc-render 1.8.64 → 1.8.65
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -200,7 +200,7 @@ interface EditorConfig extends BaseEditorConfig {
|
|
|
200
200
|
* Supports all segment types including video and audio
|
|
201
201
|
*/
|
|
202
202
|
interface VideoEditorConfig extends BaseEditorConfig {
|
|
203
|
-
channels: Channel<VideoSegment | ImageSegment | TextSegment | AudioSegment>[];
|
|
203
|
+
channels: Channel<VideoSegment | ImageSegment | TextSegment | AudioSegment | SequenceSegment>[];
|
|
204
204
|
/** Dynamic crop configuration (optional) */
|
|
205
205
|
dynamicCrop?: DynamicCropConfig;
|
|
206
206
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ interface EditorConfig extends BaseEditorConfig {
|
|
|
200
200
|
* Supports all segment types including video and audio
|
|
201
201
|
*/
|
|
202
202
|
interface VideoEditorConfig extends BaseEditorConfig {
|
|
203
|
-
channels: Channel<VideoSegment | ImageSegment | TextSegment | AudioSegment>[];
|
|
203
|
+
channels: Channel<VideoSegment | ImageSegment | TextSegment | AudioSegment | SequenceSegment>[];
|
|
204
204
|
/** Dynamic crop configuration (optional) */
|
|
205
205
|
dynamicCrop?: DynamicCropConfig;
|
|
206
206
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.65",
|
|
4
4
|
"description": "Unified rendering package for UGC Inc - shared types, components, and compositions for pixel-perfect client/server rendering",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|