@phenixrts/sdk 2024.2.8-beta.366 → 2024.2.8-beta.367
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/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/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
|
@@ -12927,7 +12927,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
12927
12927
|
key: "sdkVersion",
|
|
12928
12928
|
get: function get() {
|
|
12929
12929
|
try {
|
|
12930
|
-
return "2024-12-09T18:
|
|
12930
|
+
return "2024-12-09T18:19:35.161Z (2024.2.8-beta.367)";
|
|
12931
12931
|
} catch (e) {
|
|
12932
12932
|
return this._defaultVersion;
|
|
12933
12933
|
}
|
package/full/debug/package.json
CHANGED
|
@@ -12064,7 +12064,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
12064
12064
|
key: "sdkVersion",
|
|
12065
12065
|
get: function get() {
|
|
12066
12066
|
try {
|
|
12067
|
-
return "2024-12-09T18:
|
|
12067
|
+
return "2024-12-09T18:19:35.161Z (2024.2.8-beta.367)";
|
|
12068
12068
|
} catch (e) {
|
|
12069
12069
|
return this._defaultVersion;
|
|
12070
12070
|
}
|