@phenixrts/sdk 2025.2.3-beta.607 → 2025.2.4-beta.608
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/full/package.json
CHANGED
package/package.json
CHANGED
package/publish/debug/publish.js
CHANGED
|
@@ -7761,7 +7761,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7761
7761
|
key: "sdkVersion",
|
|
7762
7762
|
get: function get() {
|
|
7763
7763
|
try {
|
|
7764
|
-
return "2026-04-
|
|
7764
|
+
return "2026-04-02T18:04:40.114Z (2025.2.4-beta.608)";
|
|
7765
7765
|
} catch (e) {
|
|
7766
7766
|
return this._defaultVersion;
|
|
7767
7767
|
}
|
|
@@ -7728,7 +7728,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7728
7728
|
key: "sdkVersion",
|
|
7729
7729
|
get: function get() {
|
|
7730
7730
|
try {
|
|
7731
|
-
return "2026-04-
|
|
7731
|
+
return "2026-04-02T18:04:40.114Z (2025.2.4-beta.608)";
|
|
7732
7732
|
} catch (e) {
|
|
7733
7733
|
return this._defaultVersion;
|
|
7734
7734
|
}
|