@norskvideo/norsk-studio-alpha 1.27.0-2025-07-30-22148bc7 → 1.27.0-2025-07-30-59a781b5
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/client/info.js +2 -0
- package/package.json +3 -3
package/client/info.js
CHANGED
@@ -22317,6 +22317,8 @@ var require_config = __commonJS({
|
|
22317
22317
|
function contractHardwareAcceleration(value, accepted) {
|
22318
22318
|
if (!value)
|
22319
22319
|
return void 0;
|
22320
|
+
if (value == "software")
|
22321
|
+
return void 0;
|
22320
22322
|
const expanded = accepted;
|
22321
22323
|
if (expanded.includes(value)) {
|
22322
22324
|
return value;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@norskvideo/norsk-studio-alpha",
|
3
|
-
"version": "1.27.0-2025-07-30-
|
3
|
+
"version": "1.27.0-2025-07-30-59a781b5",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"clean": "rm -rf lib client build && make clean",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"@apidevtools/json-schema-ref-parser": "^12.0.1",
|
26
26
|
"@norskvideo/norsk-sdk": "^1.0.402-2025-07-29-652b18c6",
|
27
|
-
"@norskvideo/norsk-studio": "1.27.0-2025-07-30-
|
28
|
-
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-07-30-
|
27
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-07-30-59a781b5",
|
28
|
+
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-07-30-59a781b5",
|
29
29
|
"json-refs": "^3.0.15",
|
30
30
|
"JSX": "^1.1.0",
|
31
31
|
"node-fetch": "^2.7.0",
|