@hyperframes/parsers 0.7.42 → 0.7.44

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.
@@ -273,7 +273,9 @@ interface PlayerAPI {
273
273
  ensureTimeline(): void;
274
274
  enableRenderMode(): void;
275
275
  disableRenderMode(): void;
276
- renderSeek(time: number): void;
276
+ renderSeek(time: number, options?: {
277
+ suppressEvents?: boolean;
278
+ }): void;
277
279
  getElementVisibility(elementId: string): {
278
280
  visible: boolean;
279
281
  opacity?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperframes/parsers",
3
- "version": "0.7.42",
3
+ "version": "0.7.44",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/heygen-com/hyperframes",
@@ -82,7 +82,7 @@
82
82
  "tsx": "^4.21.0",
83
83
  "typescript": "^5.0.0",
84
84
  "vitest": "^3.2.4",
85
- "@hyperframes/core": "0.7.42"
85
+ "@hyperframes/core": "0.7.44"
86
86
  },
87
87
  "scripts": {
88
88
  "build": "tsup",