@norskvideo/norsk-studio-built-ins 1.12.0-2025-02-19-2ec00bea → 1.12.0-2025-02-19-53d82454

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 -0
  2. package/package.json +2 -2
package/client/info.js CHANGED
@@ -466,6 +466,7 @@ var require_config = __commonJS({
466
466
  form: {
467
467
  help: "Where available, use the specified hardware for encodes/compose operations",
468
468
  hint: {
469
+ envOverride: true,
469
470
  type: "select",
470
471
  optional: true,
471
472
  options: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio-built-ins",
3
- "version": "1.12.0-2025-02-19-2ec00bea",
3
+ "version": "1.12.0-2025-02-19-53d82454",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rm -rf lib",
@@ -22,7 +22,7 @@
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
24
  "@norskvideo/norsk-sdk": "^1.0.401-2025-02-18-18d5b17e",
25
- "@norskvideo/norsk-studio": "^1.21.0-2025-02-18-14c6c518",
25
+ "@norskvideo/norsk-studio": "^1.26.0-2025-02-19-8152c23b",
26
26
  "@norskvideo/webrtc-client": "^0.1.2",
27
27
  "body-parser": "^1.20.2",
28
28
  "cors": "^2.8.5",