@norskvideo/norsk-studio-alpha 1.27.0-2025-09-02-aece10f4 → 1.27.0-2025-09-04-da374e23

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.
Files changed (2) hide show
  1. package/client/info.js +1 -1
  2. package/package.json +4 -4
package/client/info.js CHANGED
@@ -21950,7 +21950,7 @@ var require_jitter_buffer_config = __commonJS({
21950
21950
  help: "Configure the buffer to smooth outgoing data",
21951
21951
  hint: {
21952
21952
  type: "form-item",
21953
- defaultValue: exports.laxJitterBuffer ? { bufferDelayMs: 100, consecutiveGood: 1, minPeriodMs: 100, maxPeriodMs: 100, maxSlope: 0.05, windowDurationMs: 100 } : { bufferDelayMs: 500 },
21953
+ defaultValue: exports.laxJitterBuffer ? { bufferDelayMs: 100, consecutiveGood: 1, minPeriodMs: 100, maxPeriodMs: 100, maxSlope: 0.05, calibrationWindowDurationMs: 100 } : { bufferDelayMs: 500 },
21954
21954
  view: JbView,
21955
21955
  form: {
21956
21956
  bufferDelayMs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio-alpha",
3
- "version": "1.27.0-2025-09-02-aece10f4",
3
+ "version": "1.27.0-2025-09-04-da374e23",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rm -rf lib client build && make clean",
@@ -23,9 +23,9 @@
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
25
  "@apidevtools/json-schema-ref-parser": "^12.0.1",
26
- "@norskvideo/norsk-sdk": "^1.0.402-2025-09-02-f2d53b03",
27
- "@norskvideo/norsk-studio": "1.27.0-2025-09-02-aece10f4",
28
- "@norskvideo/norsk-studio-built-ins": "1.27.0-2025-09-02-aece10f4",
26
+ "@norskvideo/norsk-sdk": "^1.0.402-2025-09-04-00a632e7",
27
+ "@norskvideo/norsk-studio": "1.27.0-2025-09-04-da374e23",
28
+ "@norskvideo/norsk-studio-built-ins": "1.27.0-2025-09-04-da374e23",
29
29
  "json-refs": "^3.0.15",
30
30
  "JSX": "^1.1.0",
31
31
  "node-fetch": "^2.7.0",