tencentcloud-sdk-nodejs-mqtt 4.1.104 → 4.1.109

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mqtt",
3
- "version": "4.1.104",
3
+ "version": "4.1.109",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -716,7 +716,7 @@ export interface CreateDeviceIdentityRequest {
716
716
  */
717
717
  PrimaryKey?: string;
718
718
  /**
719
- * 次要签名key,不传则油系统自动生成,需要base64编码。
719
+ * 次要签名key,不传则由系统自动生成,需要base64编码。
720
720
  */
721
721
  SecondaryKey?: string;
722
722
  /**