@phenixrts/sdk 2025.2.4-beta.613 → 2025.2.4-beta.614

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 (34) hide show
  1. package/channels/debug/channels.js +1085 -1085
  2. package/channels/debug/package.json +1 -1
  3. package/channels/debug.private/channels.js +1002 -1002
  4. package/channels/debug.private/package.json +1 -1
  5. package/channels/debug.provideGlobalScope/channels.js +1057 -1057
  6. package/channels/debug.provideGlobalScope/package.json +1 -1
  7. package/channels/es5.debug.private/channels.js +1 -1
  8. package/channels/es5.debug.private/package.json +1 -1
  9. package/channels/min/channels.js +1 -1
  10. package/channels/min/package.json +1 -1
  11. package/channels/min.private/channels.js +1 -1
  12. package/channels/min.private/package.json +1 -1
  13. package/channels/min.provideGlobalScope/channels.js +1 -1
  14. package/channels/min.provideGlobalScope/package.json +1 -1
  15. package/channels/package.json +1 -1
  16. package/full/debug/full.js +1196 -1196
  17. package/full/debug/package.json +1 -1
  18. package/full/debug.private/full.js +1113 -1113
  19. package/full/debug.private/package.json +1 -1
  20. package/full/min/full.js +1 -1
  21. package/full/min/package.json +1 -1
  22. package/full/min.private/full.js +1 -1
  23. package/full/min.private/package.json +1 -1
  24. package/full/package.json +1 -1
  25. package/package.json +1 -1
  26. package/publish/debug/package.json +1 -1
  27. package/publish/debug/publish.js +773 -773
  28. package/publish/debug.private/package.json +1 -1
  29. package/publish/debug.private/publish.js +773 -773
  30. package/publish/min/package.json +1 -1
  31. package/publish/min/publish.js +1 -1
  32. package/publish/min.private/package.json +1 -1
  33. package/publish/min.private/publish.js +1 -1
  34. package/publish/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/debug.provideGlobalScope",
3
- "version": "2025.2.4-beta.613",
3
+ "version": "2025.2.4-beta.614",
4
4
  "files": [
5
5
  "*"
6
6
  ],
@@ -9733,7 +9733,7 @@ var VersionManager = /*#__PURE__*/function () {
9733
9733
  key: "sdkVersion",
9734
9734
  get: function get() {
9735
9735
  try {
9736
- return "2026-06-23T22:33:37.874Z (2025.2.4-beta.613)";
9736
+ return "2026-06-24T15:30:21.256Z (2025.2.4-beta.614)";
9737
9737
  } catch (e) {
9738
9738
  return this._defaultVersion;
9739
9739
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/es5.debug.private",
3
- "version": "2025.2.4-beta.613",
3
+ "version": "2025.2.4-beta.614",
4
4
  "files": [
5
5
  "*"
6
6
  ],