Browse Source

更新版本到 1.7.2

ChangeLog
1. 修复 publish 时 vp 类型不对的问题
2. 优化与服务端信息同步
poplark 4 years ago
parent
commit
1c2d864dfc
3 changed files with 4 additions and 4 deletions
  1. 1 1
      lib/index.d.ts
  2. 2 2
      lib/index.js
  3. 1 1
      package.json

+ 1 - 1
lib/index.d.ts

@@ -298,7 +298,7 @@ declare module '__urtc-sdk/resolutions' {
 }
 
 declare module '__urtc-sdk/version' {
-  export const version = "1.7.1";
+  export const version = "1.7.2";
 }
 
 declare module '__urtc-sdk/token' {

File diff suppressed because it is too large
+ 2 - 2
lib/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "urtc-sdk",
-  "version": "1.7.1",
+  "version": "1.7.2",
   "description": "UCloud RTC javascript SDK",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",