@phenixrts/sdk 2025.2.4-beta.613 → 2025.2.4-beta.614
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 +1085 -1085
- package/channels/debug/package.json +1 -1
- package/channels/debug.private/channels.js +1002 -1002
- package/channels/debug.private/package.json +1 -1
- package/channels/debug.provideGlobalScope/channels.js +1057 -1057
- package/channels/debug.provideGlobalScope/package.json +1 -1
- package/channels/es5.debug.private/channels.js +1 -1
- package/channels/es5.debug.private/package.json +1 -1
- package/channels/min/channels.js +1 -1
- package/channels/min/package.json +1 -1
- package/channels/min.private/channels.js +1 -1
- package/channels/min.private/package.json +1 -1
- package/channels/min.provideGlobalScope/channels.js +1 -1
- package/channels/min.provideGlobalScope/package.json +1 -1
- package/channels/package.json +1 -1
- package/full/debug/full.js +1196 -1196
- package/full/debug/package.json +1 -1
- package/full/debug.private/full.js +1113 -1113
- package/full/debug.private/package.json +1 -1
- package/full/min/full.js +1 -1
- package/full/min/package.json +1 -1
- package/full/min.private/full.js +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 +773 -773
- package/publish/debug.private/package.json +1 -1
- package/publish/debug.private/publish.js +773 -773
- 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
|
@@ -9733,7 +9733,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
9733
9733
|
key: "sdkVersion",
|
|
9734
9734
|
get: function get() {
|
|
9735
9735
|
try {
|
|
9736
|
-
return "2026-06-
|
|
9736
|
+
return "2026-06-24T15:30:21.256Z (2025.2.4-beta.614)";
|
|
9737
9737
|
} catch (e) {
|
|
9738
9738
|
return this._defaultVersion;
|
|
9739
9739
|
}
|