@modelprofile.com/browser-runtime 4.1.2 → 4.2.0

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/changelog.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-09-02 - 4.2.0
4
+
5
+ ### Features
6
+
7
+ - add screencast options and non-fatal frame handling (runtime)
8
+ - Add validated runtime screencast options for quality, max dimensions, frame cadence, and first-frame timeout.
9
+ - Forward screencast settings to live browser sessions with bounded defaults.
10
+ - Report oversized frames as non-fatal FRAME_TOO_LARGE errors while acknowledging and dropping them so later frames continue.
11
+ - Retire late frame acknowledgements without failing the lease or terminating the browser incarnation.
12
+
13
+ ### Fixes
14
+
15
+ - align screencast validation with SmartPuppeteer bounds (runtime)
16
+ - Enforce the SmartPuppeteer screencast pixel-area ceiling for maxWidth and maxHeight.
17
+ - Limit screencast.firstFrameTimeoutMs to 60,000 ms to match LiveBrowserSession validation.
18
+ - Update tests and documentation for accepted and rejected screencast bounds.
19
+ - bump @push.rocks/smartpuppeteer to ^2.7.0 (deps)
20
+ - Updates @push.rocks/smartpuppeteer from ^2.6.0 to ^2.7.0.
21
+
3
22
  ## 2026-09-02 - 4.1.2
4
23
 
5
24
  ### Fixes
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@modelprofile.com/browser-runtime',
6
- version: '4.1.2',
6
+ version: '4.2.0',
7
7
  description: 'Parent-owned, resource-centric Chromium runtime with revisioned attachment fencing, authenticated human and agent control, fail-closed egress, bounded artifacts, and Flex/MCP adapters.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxtQ0FBbUM7SUFDekMsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLDBMQUEwTDtDQUN4TSxDQUFBIn0=