@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/full/package.json
CHANGED
package/package.json
CHANGED
package/publish/debug/publish.js
CHANGED
|
@@ -7297,7 +7297,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7297
7297
|
key: "sdkVersion",
|
|
7298
7298
|
get: function get() {
|
|
7299
7299
|
try {
|
|
7300
|
-
return "2024-12-09T18:
|
|
7300
|
+
return "2024-12-09T18:19:35.161Z (2024.2.8-beta.367)";
|
|
7301
7301
|
} catch (e) {
|
|
7302
7302
|
return this._defaultVersion;
|
|
7303
7303
|
}
|
|
@@ -7263,7 +7263,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7263
7263
|
key: "sdkVersion",
|
|
7264
7264
|
get: function get() {
|
|
7265
7265
|
try {
|
|
7266
|
-
return "2024-12-09T18:
|
|
7266
|
+
return "2024-12-09T18:19:35.161Z (2024.2.8-beta.367)";
|
|
7267
7267
|
} catch (e) {
|
|
7268
7268
|
return this._defaultVersion;
|
|
7269
7269
|
}
|