@phenixrts/sdk 2023.2.0-beta.66 → 2023.2.1-beta.67
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/es5.debug.private/full.js +1 -1
- package/full/es5.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/groups/debug/groups.js +1 -1
- package/groups/debug/package.json +1 -1
- package/groups/debug.private/groups.js +1 -1
- package/groups/debug.private/package.json +1 -1
- package/groups/es5.debug.private/groups.js +1 -1
- package/groups/es5.debug.private/package.json +1 -1
- package/groups/min/groups.js +1 -1
- package/groups/min/package.json +1 -1
- package/groups/min.private/groups.js +1 -1
- package/groups/min.private/package.json +1 -1
- package/groups/package.json +1 -1
- package/messaging/debug/messaging.js +1 -1
- package/messaging/debug/package.json +1 -1
- package/messaging/debug.private/messaging.js +1 -1
- package/messaging/debug.private/package.json +1 -1
- package/messaging/es5.debug.private/messaging.js +1 -1
- package/messaging/es5.debug.private/package.json +1 -1
- package/messaging/min/messaging.js +1 -1
- package/messaging/min/package.json +1 -1
- package/messaging/min.private/messaging.js +1 -1
- package/messaging/min.private/package.json +1 -1
- package/messaging/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/es5.debug.private/package.json +1 -1
- package/publish/es5.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
|
@@ -9015,7 +9015,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
9015
9015
|
key: "sdkVersion",
|
|
9016
9016
|
get: function get() {
|
|
9017
9017
|
try {
|
|
9018
|
-
return "2023-06-
|
|
9018
|
+
return "2023-06-07T14:53:52.852Z (2023.2.1-beta.67)";
|
|
9019
9019
|
} catch (e) {
|
|
9020
9020
|
return this._defaultVersion;
|
|
9021
9021
|
}
|
|
@@ -8221,7 +8221,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
8221
8221
|
key: "sdkVersion",
|
|
8222
8222
|
get: function get() {
|
|
8223
8223
|
try {
|
|
8224
|
-
return "2023-06-
|
|
8224
|
+
return "2023-06-07T14:53:52.852Z (2023.2.1-beta.67)";
|
|
8225
8225
|
} catch (e) {
|
|
8226
8226
|
return this._defaultVersion;
|
|
8227
8227
|
}
|
|
@@ -7862,7 +7862,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
7862
7862
|
key: "sdkVersion",
|
|
7863
7863
|
get: function get() {
|
|
7864
7864
|
try {
|
|
7865
|
-
return "2023-06-
|
|
7865
|
+
return "2023-06-07T14:53:52.852Z (2023.2.1-beta.67)";
|
|
7866
7866
|
} catch (e) {
|
|
7867
7867
|
return this._defaultVersion;
|
|
7868
7868
|
}
|