@phenixrts/sdk 2025.2.4-beta.615 → 2025.2.4-beta.616
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 +1 -1
- package/channels/debug/package.json +1 -1
- package/channels/debug.private/channels.js +1 -1
- package/channels/debug.private/package.json +1 -1
- package/channels/debug.provideGlobalScope/channels.js +1 -1
- 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 +1 -1
- package/full/debug/package.json +1 -1
- package/full/debug.private/full.js +1 -1
- 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 +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/channels/package.json
CHANGED
package/full/debug/full.js
CHANGED
|
@@ -12831,7 +12831,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
12831
12831
|
key: "sdkVersion",
|
|
12832
12832
|
get: function get() {
|
|
12833
12833
|
try {
|
|
12834
|
-
return "2026-06-
|
|
12834
|
+
return "2026-06-25T19:37:37.080Z (2025.2.4-beta.616)";
|
|
12835
12835
|
} catch (e) {
|
|
12836
12836
|
return this._defaultVersion;
|
|
12837
12837
|
}
|
package/full/debug/package.json
CHANGED
|
@@ -11898,7 +11898,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
11898
11898
|
key: "sdkVersion",
|
|
11899
11899
|
get: function get() {
|
|
11900
11900
|
try {
|
|
11901
|
-
return "2026-06-
|
|
11901
|
+
return "2026-06-25T19:37:37.080Z (2025.2.4-beta.616)";
|
|
11902
11902
|
} catch (e) {
|
|
11903
11903
|
return this._defaultVersion;
|
|
11904
11904
|
}
|