@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/channels/package.json
CHANGED
package/full/debug/full.js
CHANGED
|
@@ -12798,7 +12798,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
12798
12798
|
key: "sdkVersion",
|
|
12799
12799
|
get: function get() {
|
|
12800
12800
|
try {
|
|
12801
|
-
return "2026-04-
|
|
12801
|
+
return "2026-04-02T18:04:40.114Z (2025.2.4-beta.608)";
|
|
12802
12802
|
} catch (e) {
|
|
12803
12803
|
return this._defaultVersion;
|
|
12804
12804
|
}
|
package/full/debug/package.json
CHANGED
|
@@ -11865,7 +11865,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
11865
11865
|
key: "sdkVersion",
|
|
11866
11866
|
get: function get() {
|
|
11867
11867
|
try {
|
|
11868
|
-
return "2026-04-
|
|
11868
|
+
return "2026-04-02T18:04:40.114Z (2025.2.4-beta.608)";
|
|
11869
11869
|
} catch (e) {
|
|
11870
11870
|
return this._defaultVersion;
|
|
11871
11871
|
}
|