@phenixrts/sdk 2025.2.4-beta.613 → 2025.2.4-beta.615
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
|
@@ -7780,7 +7780,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7780
7780
|
key: "sdkVersion",
|
|
7781
7781
|
get: function get() {
|
|
7782
7782
|
try {
|
|
7783
|
-
return "2026-06-
|
|
7783
|
+
return "2026-06-25T01:37:05.240Z (2025.2.4-beta.615)";
|
|
7784
7784
|
} catch (e) {
|
|
7785
7785
|
return this._defaultVersion;
|
|
7786
7786
|
}
|
|
@@ -7747,7 +7747,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7747
7747
|
key: "sdkVersion",
|
|
7748
7748
|
get: function get() {
|
|
7749
7749
|
try {
|
|
7750
|
-
return "2026-06-
|
|
7750
|
+
return "2026-06-25T01:37:05.240Z (2025.2.4-beta.615)";
|
|
7751
7751
|
} catch (e) {
|
|
7752
7752
|
return this._defaultVersion;
|
|
7753
7753
|
}
|