@hyperframes/studio-server 0.7.90 → 0.7.92
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.
|
@@ -138,6 +138,13 @@ interface StudioApiAdapter {
|
|
|
138
138
|
fps: _hyperframes_core.Fps;
|
|
139
139
|
quality: string;
|
|
140
140
|
jobId: string;
|
|
141
|
+
/**
|
|
142
|
+
* The triggering browser profile has telemetry disabled (localStorage
|
|
143
|
+
* opt-out, DNT, dev build...). The CLI cannot observe any of that, so the
|
|
144
|
+
* browser has to say so — without it the server emitted render outcomes
|
|
145
|
+
* for a user who had opted out, under the CLI's own policy.
|
|
146
|
+
*/
|
|
147
|
+
telemetryOptOut?: boolean;
|
|
141
148
|
/**
|
|
142
149
|
* Optional output resolution preset. See `resolveDeviceScaleFactor` in
|
|
143
150
|
* the producer for the integer-scale + aspect + HDR constraints.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperframes/studio-server",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.92",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/heygen-com/hyperframes",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"linkedom": "^0.18.12",
|
|
65
65
|
"postcss": "^8.5.8",
|
|
66
66
|
"postcss-selector-parser": "^7.1.2",
|
|
67
|
-
"@hyperframes/
|
|
68
|
-
"@hyperframes/
|
|
67
|
+
"@hyperframes/parsers": "0.7.92",
|
|
68
|
+
"@hyperframes/core": "0.7.92"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/node": "^25.0.10",
|