@phenixrts/sdk 2023.2.18-beta.140 → 2023.2.20-beta.142

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/sdk/decode/decoder/MseDecoder.d.ts +23 -0
  32. package/types/sdk/decode/decoder/MseDecoderStatistics.d.ts +8 -0
  33. package/types/sdk/decode/decoder/MseDecoderStatus.d.ts +6 -0
  34. package/types/sdk/decode/decoder/MseDecoderStatusMapping.d.ts +5 -0
  35. package/types/sdk/decode/track/TrackWriter.d.ts +38 -0
  36. package/types/sdk/decode/track/TrackWriterStatistics.d.ts +7 -0
  37. package/types/sdk/decode/track/TrackWriterWriteStatus.d.ts +2 -0
@@ -9754,7 +9754,7 @@ var VersionManager = /*#__PURE__*/function () {
9754
9754
  key: "sdkVersion",
9755
9755
  get: function get() {
9756
9756
  try {
9757
- return "2023-10-02T12:29:38.402Z (2023.2.18-beta.140)";
9757
+ return "2023-10-02T23:34:17.145Z (2023.2.20-beta.142)";
9758
9758
  } catch (e) {
9759
9759
  return this._defaultVersion;
9760
9760
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/debug",
3
- "version": "2023.2.18-beta.140",
3
+ "version": "2023.2.20-beta.142",
4
4
  "files": [
5
5
  "*"
6
6
  ],
@@ -8967,7 +8967,7 @@ var VersionManager = /*#__PURE__*/function () {
8967
8967
  key: "sdkVersion",
8968
8968
  get: function get() {
8969
8969
  try {
8970
- return "2023-10-02T12:29:38.402Z (2023.2.18-beta.140)";
8970
+ return "2023-10-02T23:34:17.145Z (2023.2.20-beta.142)";
8971
8971
  } catch (e) {
8972
8972
  return this._defaultVersion;
8973
8973
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/debug.private",
3
- "version": "2023.2.18-beta.140",
3
+ "version": "2023.2.20-beta.142",
4
4
  "files": [
5
5
  "*"
6
6
  ],
@@ -8593,7 +8593,7 @@ var VersionManager = /*#__PURE__*/function () {
8593
8593
  key: "sdkVersion",
8594
8594
  get: function get() {
8595
8595
  try {
8596
- return "2023-10-02T12:29:38.402Z (2023.2.18-beta.140)";
8596
+ return "2023-10-02T23:34:17.145Z (2023.2.20-beta.142)";
8597
8597
  } catch (e) {
8598
8598
  return this._defaultVersion;
8599
8599
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phenixrts/sdk/channels/es5.debug.private",
3
- "version": "2023.2.18-beta.140",
3
+ "version": "2023.2.20-beta.142",
4
4
  "files": [
5
5
  "*"
6
6
  ],