@norskvideo/norsk-studio-built-ins 1.27.0-2025-03-04-3b956ea9 → 1.27.0-2025-03-05-b23dba52

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.
@@ -146,7 +146,7 @@ class PreviewOutput extends base_nodes_1.CustomSinkNode {
146
146
  this.images = await this.norsk.output.imagePreview({
147
147
  id: `${this.id}-image-preview`,
148
148
  frequency,
149
- keep: 10,
149
+ keep: 60,
150
150
  resolution: { width: 320, height: 180 },
151
151
  quality: 80,
152
152
  onImagePublished: (f) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio-built-ins",
3
- "version": "1.27.0-2025-03-04-3b956ea9",
3
+ "version": "1.27.0-2025-03-05-b23dba52",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rm -rf lib",
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@norskvideo/norsk-sdk": "^1.0.401-2025-03-04-517a4454",
25
- "@norskvideo/norsk-studio": "1.27.0-2025-03-04-3b956ea9",
24
+ "@norskvideo/norsk-sdk": "^1.0.401-2025-03-05-21a3540c",
25
+ "@norskvideo/norsk-studio": "1.27.0-2025-03-05-b23dba52",
26
26
  "@norskvideo/webrtc-client": "^0.1.2",
27
27
  "body-parser": "^1.20.2",
28
28
  "cors": "^2.8.5",