@phenixrts/sdk 2024.2.3-beta.340 → 2024.2.3-beta.341
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/types/runtime/INetworkInformation.d.ts +12 -0
- package/types/runtime/IRuntimeContext.d.ts +23 -0
- package/types/runtime/IRuntimeDocument.d.ts +9 -0
- package/types/runtime/IRuntimeLocation.d.ts +5 -0
- package/types/runtime/IRuntimeNavigator.d.ts +8 -0
- package/types/runtime/IRuntimeWindow.d.ts +12 -0
- package/types/sdk/context/RuntimeContext.d.ts +33 -0
|
@@ -9424,7 +9424,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
9424
9424
|
key: "sdkVersion",
|
|
9425
9425
|
get: function get() {
|
|
9426
9426
|
try {
|
|
9427
|
-
return "2024-
|
|
9427
|
+
return "2024-11-13T17:09:13.135Z (2024.2.3-beta.341)";
|
|
9428
9428
|
} catch (e) {
|
|
9429
9429
|
return this._defaultVersion;
|
|
9430
9430
|
}
|
|
@@ -8561,7 +8561,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
8561
8561
|
key: "sdkVersion",
|
|
8562
8562
|
get: function get() {
|
|
8563
8563
|
try {
|
|
8564
|
-
return "2024-
|
|
8564
|
+
return "2024-11-13T17:09:13.135Z (2024.2.3-beta.341)";
|
|
8565
8565
|
} catch (e) {
|
|
8566
8566
|
return this._defaultVersion;
|
|
8567
8567
|
}
|
|
@@ -8081,7 +8081,7 @@ var VersionManager = /*#__PURE__*/function () {
|
|
|
8081
8081
|
key: "sdkVersion",
|
|
8082
8082
|
get: function get() {
|
|
8083
8083
|
try {
|
|
8084
|
-
return "2024-
|
|
8084
|
+
return "2024-11-13T17:09:13.135Z (2024.2.3-beta.341)";
|
|
8085
8085
|
} catch (e) {
|
|
8086
8086
|
return this._defaultVersion;
|
|
8087
8087
|
}
|