@phenixrts/sdk 2025.2.4-beta.621 → 2025.2.4-beta.623
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/channels/debug/channels.js +148 -37
- package/channels/debug/package.json +1 -1
- package/channels/debug.private/channels.js +148 -37
- package/channels/debug.private/package.json +1 -1
- package/channels/debug.provideGlobalScope/channels.js +147 -37
- package/channels/debug.provideGlobalScope/package.json +1 -1
- package/channels/es5.debug.private/channels.js +143 -34
- package/channels/es5.debug.private/package.json +1 -1
- package/channels/min/channels.js +1 -1
- package/channels/min/channels.js.map +1 -1
- package/channels/min/package.json +1 -1
- package/channels/min.private/channels.js +1 -1
- package/channels/min.private/channels.js.map +1 -1
- package/channels/min.private/package.json +1 -1
- package/channels/min.provideGlobalScope/channels.js +1 -1
- package/channels/min.provideGlobalScope/channels.js.map +1 -1
- package/channels/min.provideGlobalScope/package.json +1 -1
- package/channels/package.json +1 -1
- package/full/debug/full.js +148 -37
- package/full/debug/package.json +1 -1
- package/full/debug.private/full.js +148 -37
- package/full/debug.private/package.json +1 -1
- package/full/min/full.js +1 -1
- package/full/min/full.js.map +1 -1
- package/full/min/package.json +1 -1
- package/full/min.private/full.js +1 -1
- package/full/min.private/full.js.map +1 -1
- package/full/min.private/package.json +1 -1
- package/full/package.json +1 -1
- package/package.json +1 -1
- package/publish/debug/package.json +1 -1
- package/publish/debug/publish.js +1 -1
- package/publish/debug.private/package.json +1 -1
- package/publish/debug.private/publish.js +1 -1
- package/publish/min/package.json +1 -1
- package/publish/min/publish.js +1 -1
- package/publish/min.private/package.json +1 -1
- package/publish/min.private/publish.js +1 -1
- package/publish/package.json +1 -1
- package/types/sdk/transformation/EncodedMediaTransformManager.d.ts +1 -0
- package/types/sdk/transformation/worker/MessageRouter.d.ts +10 -2
- package/types/sdk/transformation/worker/TransformStreamPipelineWorkerMessage.d.ts +16 -3
package/full/package.json
CHANGED
package/package.json
CHANGED
package/publish/debug/publish.js
CHANGED
|
@@ -7768,7 +7768,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7768
7768
|
key: "sdkVersion",
|
|
7769
7769
|
get: function get() {
|
|
7770
7770
|
try {
|
|
7771
|
-
return "2026-
|
|
7771
|
+
return "2026-08-10T21:47:02.219Z (2025.2.4-beta.623)";
|
|
7772
7772
|
} catch (e) {
|
|
7773
7773
|
return this._defaultVersion;
|
|
7774
7774
|
}
|
|
@@ -7735,7 +7735,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7735
7735
|
key: "sdkVersion",
|
|
7736
7736
|
get: function get() {
|
|
7737
7737
|
try {
|
|
7738
|
-
return "2026-
|
|
7738
|
+
return "2026-08-10T21:47:02.219Z (2025.2.4-beta.623)";
|
|
7739
7739
|
} catch (e) {
|
|
7740
7740
|
return this._defaultVersion;
|
|
7741
7741
|
}
|