@hyperframes/parsers 0.8.43 → 0.8.45

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.
@@ -317,6 +317,7 @@ interface PlayerAPI {
317
317
  disableRenderMode(): void;
318
318
  renderSeek(time: number, options?: {
319
319
  suppressEvents?: boolean;
320
+ subFrameDivisions?: number;
320
321
  }): void;
321
322
  getElementVisibility(elementId: string): {
322
323
  visible: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperframes/parsers",
3
- "version": "0.8.43",
3
+ "version": "0.8.45",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/heygen-com/hyperframes",
@@ -98,7 +98,7 @@
98
98
  "tsx": "^4.21.0",
99
99
  "typescript": "^5.0.0",
100
100
  "vitest": "^4.1.11",
101
- "@hyperframes/core": "0.8.43"
101
+ "@hyperframes/core": "0.8.45"
102
102
  },
103
103
  "scripts": {
104
104
  "build": "tsup",