@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.
Files changed (37) hide show
  1. package/channels/debug/channels.js +1 -1
  2. package/channels/debug/package.json +1 -1
  3. package/channels/debug.private/channels.js +1 -1
  4. package/channels/debug.private/package.json +1 -1
  5. package/channels/es5.debug.private/channels.js +1 -1
  6. package/channels/es5.debug.private/package.json +1 -1
  7. package/channels/min/channels.js +1 -1
  8. package/channels/min/package.json +1 -1
  9. package/channels/min.private/channels.js +1 -1
  10. package/channels/min.private/package.json +1 -1
  11. package/channels/package.json +1 -1
  12. package/full/debug/full.js +1 -1
  13. package/full/debug/package.json +1 -1
  14. package/full/debug.private/full.js +1 -1
  15. package/full/debug.private/package.json +1 -1
  16. package/full/min/full.js +1 -1
  17. package/full/min/package.json +1 -1
  18. package/full/min.private/full.js +1 -1
  19. package/full/min.private/package.json +1 -1
  20. package/full/package.json +1 -1
  21. package/package.json +1 -1
  22. package/publish/debug/package.json +1 -1
  23. package/publish/debug/publish.js +1 -1
  24. package/publish/debug.private/package.json +1 -1
  25. package/publish/debug.private/publish.js +1 -1
  26. package/publish/min/package.json +1 -1
  27. package/publish/min/publish.js +1 -1
  28. package/publish/min.private/package.json +1 -1
  29. package/publish/min.private/publish.js +1 -1
  30. package/publish/package.json +1 -1
  31. package/types/runtime/INetworkInformation.d.ts +12 -0
  32. package/types/runtime/IRuntimeContext.d.ts +23 -0
  33. package/types/runtime/IRuntimeDocument.d.ts +9 -0
  34. package/types/runtime/IRuntimeLocation.d.ts +5 -0
  35. package/types/runtime/IRuntimeNavigator.d.ts +8 -0
  36. package/types/runtime/IRuntimeWindow.d.ts +12 -0
  37. 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-10-31T15:21:28.861Z (2024.2.3-beta.340)";
9427
+ return "2024-11-13T17:09:13.135Z (2024.2.3-beta.341)";
9428
9428
  } catch (e) {
9429
9429
  return this._defaultVersion;
9430
9430
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/debug",
3
- "version": "2024.2.3-beta.340",
3
+ "version": "2024.2.3-beta.341",
4
4
  "files": [
5
5
  "*"
6
6
  ],
@@ -8561,7 +8561,7 @@ var VersionManager = /*#__PURE__*/function () {
8561
8561
  key: "sdkVersion",
8562
8562
  get: function get() {
8563
8563
  try {
8564
- return "2024-10-31T15:21:28.861Z (2024.2.3-beta.340)";
8564
+ return "2024-11-13T17:09:13.135Z (2024.2.3-beta.341)";
8565
8565
  } catch (e) {
8566
8566
  return this._defaultVersion;
8567
8567
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/debug.private",
3
- "version": "2024.2.3-beta.340",
3
+ "version": "2024.2.3-beta.341",
4
4
  "files": [
5
5
  "*"
6
6
  ],
@@ -8081,7 +8081,7 @@ var VersionManager = /*#__PURE__*/function () {
8081
8081
  key: "sdkVersion",
8082
8082
  get: function get() {
8083
8083
  try {
8084
- return "2024-10-31T15:21:28.861Z (2024.2.3-beta.340)";
8084
+ return "2024-11-13T17:09:13.135Z (2024.2.3-beta.341)";
8085
8085
  } catch (e) {
8086
8086
  return this._defaultVersion;
8087
8087
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/es5.debug.private",
3
- "version": "2024.2.3-beta.340",
3
+ "version": "2024.2.3-beta.341",
4
4
  "files": [
5
5
  "*"
6
6
  ],