trtc-sdk-v5 5.13.0-beta.16 → 5.13.0-beta.17

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 (45) hide show
  1. package/assets/debug-dialog.js +2 -2
  2. package/index.d.ts +2 -1
  3. package/package.json +1 -1
  4. package/plugins/cdn-streaming/cdn-streaming.esm.js +1 -1
  5. package/plugins/cdn-streaming/cdn-streaming.umd.js +3 -1
  6. package/plugins/cdn-streaming/package.json +1 -1
  7. package/plugins/chorus/chorus.esm.d.ts +13 -0
  8. package/plugins/chorus/chorus.esm.js +1 -0
  9. package/plugins/chorus/chorus.umd.js +3 -0
  10. package/plugins/chorus/package.json +29 -0
  11. package/plugins/cross-room/cross-room.esm.js +1 -1
  12. package/plugins/cross-room/cross-room.umd.js +3 -1
  13. package/plugins/cross-room/package.json +1 -1
  14. package/plugins/custom-encryption/custom-encryption.esm.js +1 -1
  15. package/plugins/custom-encryption/custom-encryption.umd.js +1 -1
  16. package/plugins/custom-encryption/package.json +1 -1
  17. package/plugins/device-detector/device-detector.esm.js +19 -45
  18. package/plugins/device-detector/device-detector.umd.js +8 -32
  19. package/plugins/device-detector/package.json +1 -1
  20. package/plugins/small-stream-auto-switcher/package.json +1 -1
  21. package/plugins/small-stream-auto-switcher/small-stream-auto-switcher.esm.js +1 -1
  22. package/plugins/small-stream-auto-switcher/small-stream-auto-switcher.umd.js +1 -1
  23. package/plugins/video-decoder/package.json +1 -1
  24. package/plugins/video-decoder/video-decoder.esm.js +1 -1
  25. package/plugins/video-decoder/video-decoder.umd.js +3 -1
  26. package/plugins/video-effect/basic-beauty/basic-beauty.esm.js +1 -1
  27. package/plugins/video-effect/basic-beauty/basic-beauty.umd.js +3 -1
  28. package/plugins/video-effect/basic-beauty/package.json +1 -1
  29. package/plugins/video-effect/beauty/beauty.esm.js +1 -1
  30. package/plugins/video-effect/beauty/beauty.umd.js +3 -1
  31. package/plugins/video-effect/beauty/package.json +1 -1
  32. package/plugins/video-effect/video-mixer/package.json +1 -1
  33. package/plugins/video-effect/video-mixer/video-mixer.esm.js +1 -1
  34. package/plugins/video-effect/video-mixer/video-mixer.umd.js +3 -1
  35. package/plugins/video-effect/virtual-background/package.json +1 -1
  36. package/plugins/video-effect/virtual-background/virtual-background.esm.js +1 -1
  37. package/plugins/video-effect/virtual-background/virtual-background.umd.js +3 -1
  38. package/plugins/video-effect/watermark/package.json +1 -1
  39. package/plugins/video-effect/watermark/watermark.esm.js +1 -1
  40. package/plugins/video-effect/watermark/watermark.umd.js +3 -1
  41. package/plugins/voice-changer/package.json +1 -1
  42. package/plugins/voice-changer/voice-changer.esm.js +1 -1
  43. package/plugins/voice-changer/voice-changer.umd.js +3 -1
  44. package/trtc.esm.js +30 -30
  45. package/trtc.js +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/custom-encryption",
3
- "version": "5.13.0-beta.16",
3
+ "version": "5.13.0-beta.17",
4
4
  "main": "./custom-encryption.esm.js",
5
5
  "module": "./custom-encryption.esm.js",
6
6
  "types": "./custom-encryption.esm.d.ts"