@norskvideo/norsk-studio-source-switcher 1.26.0-2025-02-27-3271d1c9 → 1.27.0
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 +4 -4
- package/package.json +2 -2
package/client/info.js
CHANGED
@@ -45,9 +45,9 @@ var require_jsx_runtime = __commonJS({
|
|
45
45
|
}
|
46
46
|
});
|
47
47
|
|
48
|
-
//
|
48
|
+
// ../core/lib/shared/shared-views.js
|
49
49
|
var require_shared_views = __commonJS({
|
50
|
-
"
|
50
|
+
"../core/lib/shared/shared-views.js"(exports) {
|
51
51
|
"use strict";
|
52
52
|
Object.defineProperty(exports, "__esModule", { value: true });
|
53
53
|
exports.GlobalIceServerView = GlobalIceServerView;
|
@@ -66,9 +66,9 @@ var require_shared_views = __commonJS({
|
|
66
66
|
}
|
67
67
|
});
|
68
68
|
|
69
|
-
//
|
69
|
+
// ../core/lib/shared/config.js
|
70
70
|
var require_config = __commonJS({
|
71
|
-
"
|
71
|
+
"../core/lib/shared/config.js"(exports) {
|
72
72
|
"use strict";
|
73
73
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
74
74
|
if (k2 === void 0)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@norskvideo/norsk-studio-source-switcher",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.27.0",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"clean": "rm -rf lib",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@aws-sdk/client-mediapackage": "^3.499.0",
|
26
26
|
"@aws-sdk/client-translate": "^3.535.0",
|
27
27
|
"@norskvideo/norsk-sdk": "^1.0.401-2025-02-27-ac804321",
|
28
|
-
"@norskvideo/norsk-studio": "
|
28
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-02-28-9f9eff8f",
|
29
29
|
"@norskvideo/webrtc-client": "^0.1.2",
|
30
30
|
"express": "^4.18.2",
|
31
31
|
"express-ws": "^5.0.2",
|