@norskvideo/norsk-studio-source-switcher 1.15.0 → 1.26.0-2025-02-19-33cde15d

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/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio-source-switcher",
3
- "version": "1.15.0",
3
+ "version": "1.26.0-2025-02-19-33cde15d",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rm -rf lib",
7
- "build": "npx npm-run-all build:* && rm -rf build",
7
+ "types": "npx openapi-typescript src/types.yaml -o src/types.ts",
8
+ "build": "npm run types && npx npm-run-all build:* && rm -rf build",
8
9
  "build:server": "npx tsc",
9
10
  "build:client": "npx tsc -p tsconfig-client.json && npx studio-bundle build/info.js client/info.js",
10
11
  "build:css": "cp src/style.css client/style.css",
@@ -23,9 +24,8 @@
23
24
  "@aws-sdk/client-medialive": "^3.499.0",
24
25
  "@aws-sdk/client-mediapackage": "^3.499.0",
25
26
  "@aws-sdk/client-translate": "^3.535.0",
26
- "@norskvideo/norsk-sdk": "^1.0.384",
27
- "@norskvideo/norsk-studio": "^1.25.0",
28
- "@norskvideo/norsk-studio-built-ins": "1.19.0",
27
+ "@norskvideo/norsk-sdk": "^1.0.401-2025-02-18-18d5b17e",
28
+ "@norskvideo/norsk-studio": "^1.21.0-2025-02-19-46b73b3f",
29
29
  "@norskvideo/webrtc-client": "^0.1.2",
30
30
  "express": "^4.18.2",
31
31
  "express-ws": "^5.0.2",
@@ -56,6 +56,7 @@
56
56
  "mocha": "^10.4.0",
57
57
  "node-fetch": "^2.7.0",
58
58
  "npm-run-all": "^4.1.5",
59
+ "openapi-typescript": "^7.3.0",
59
60
  "puppeteer": "^21.5.2",
60
61
  "react": "^18.3.0",
61
62
  "tailwindcss": "^3.4.1",