@tencentcloud/trtc-component-wx 1.0.2 → 1.0.3-beta.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ ## 2024.12.03@1.0.3
2
+
3
+ **Feature**
4
+ - 升级 [@tencentcloud/trtc-cloud-wx](https://www.npmjs.com/package/@tencentcloud/trtc-cloud-wx) 到 v1.0.2 版本。
5
+
6
+ **Fix**
7
+ - 修复 live-pusher 不销毁 exitRoom 无法再次进房 bug
8
+
9
+ ## 2024.12.03@1.0.3
10
+
11
+ **Feature**
12
+ - 升级 [@tencentcloud/trtc-cloud-wx](https://www.npmjs.com/package/@tencentcloud/trtc-cloud-wx) 到 v1.0.1 版本。
13
+
14
+ **Fix**
15
+ - 修复 switchCamera 多次调用会出现一次设置无效问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/trtc-component-wx",
3
- "version": "1.0.2",
3
+ "version": "1.0.3-beta.0",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -67,6 +67,6 @@
67
67
  "webpack-node-externals": "^1.7.2"
68
68
  },
69
69
  "dependencies": {
70
- "@tencentcloud/trtc-cloud-wx": "1.0.0"
70
+ "@tencentcloud/trtc-cloud-wx": "1.0.2-beta.0"
71
71
  }
72
- }
72
+ }