@norskvideo/norsk-studio-source-switcher 1.27.0-2025-09-30-10af0831 → 1.27.0-2025-10-01-b3ce62aa
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/_gen/types.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norskvideo/norsk-studio-source-switcher",
|
|
3
|
-
"version": "1.27.0-2025-
|
|
3
|
+
"version": "1.27.0-2025-10-01-b3ce62aa",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"clean": "rm -rf lib client build",
|
|
7
|
-
"types": "make
|
|
6
|
+
"clean": "rm -rf lib client build && make clean",
|
|
7
|
+
"types": "make",
|
|
8
8
|
"build": "npm run types && npx npm-run-all build:* && rm -rf build",
|
|
9
9
|
"build:server": "npx tsc",
|
|
10
10
|
"build:client": "npx tsc -p tsconfig-client.json && npx studio-bundle build/info.js client/info.js",
|
|
11
11
|
"build:css": "cp src/style.css client/style.css",
|
|
12
|
-
"build:types": "cp src/types.yaml lib/types.yaml",
|
|
12
|
+
"build:types": "cp src/_gen/types.yaml lib/types.yaml",
|
|
13
13
|
"build:tailwind": "npx tailwindcss -i src/tailwind.css -o client/tailwind.css",
|
|
14
14
|
"build:eslint": "npx eslint src",
|
|
15
15
|
"test": "mocha --no-parallel --jobs=0 --timeout 120000 --recursive lib/test"
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@aws-sdk/client-medialive": "^3.499.0",
|
|
26
26
|
"@aws-sdk/client-mediapackage": "^3.499.0",
|
|
27
27
|
"@aws-sdk/client-translate": "^3.535.0",
|
|
28
|
-
"@norskvideo/norsk-sdk": "^1.0.402-2025-
|
|
29
|
-
"@norskvideo/norsk-studio": "1.27.0-2025-
|
|
30
|
-
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-
|
|
28
|
+
"@norskvideo/norsk-sdk": "^1.0.402-2025-10-01-445868a9",
|
|
29
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-10-01-b3ce62aa",
|
|
30
|
+
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-10-01-b3ce62aa",
|
|
31
31
|
"@norskvideo/webrtc-client": "^0.1.2",
|
|
32
32
|
"@radix-ui/react-select": "^2.1.6",
|
|
33
33
|
"@react-icons/all-files": "^4.1.0",
|
package/lib/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""}
|
|
File without changes
|