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

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,7 @@
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.1 版本。
5
+
6
+ **Fix**
7
+ - 修复 switchCamera 多次调用会出现一次设置无效问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/trtc-component-wx",
3
- "version": "1.0.2-beta.0",
3
+ "version": "1.0.3",
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-beta.0"
70
+ "@tencentcloud/trtc-cloud-wx": "1.0.1"
71
71
  }
72
- }
72
+ }