@plaso-infi/whiteboard-sdk 0.3.7 → 0.3.9

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.
@@ -237,7 +237,7 @@ interface GetSdkInstanceConfigs {
237
237
  * - normal: 常规模式,PC、Laptop、PAD 上推荐使用本模式
238
238
  */
239
239
  displayMode?: 'bigScreen' | 'normal' | 'phone';
240
- meetingConfigs: MeetingConfigs;
240
+ meetingConfigs?: MeetingConfigs;
241
241
  getElementLink?: (encodeId: string, id: string) => string;
242
242
  /** 链接跳转,返回值为string表示跳转元素id */
243
243
  gotoLink?: (link: string) => string | undefined;
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{D as DefaultPerm,F as FULL_TOOLBAR_CONFIG,a as GridType,G as GroupTalkPlugin,H as HoverTip,S as SDKContext,c as Setting,d as SvgIcon,e as SvgManager,I as default,b as getDocumentType,g as getFileType}from"./index-19157454.js";import"react";import"react-dom";import"agora-rtc-sdk-ng";
1
+ export{D as DefaultPerm,F as FULL_TOOLBAR_CONFIG,a as GridType,G as GroupTalkPlugin,H as HoverTip,S as SDKContext,c as Setting,d as SvgIcon,e as SvgManager,I as default,b as getDocumentType,g as getFileType}from"./index-1845c512.js";import"react";import"react-dom";import"agora-rtc-sdk-ng";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaso-infi/whiteboard-sdk",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -55,7 +55,7 @@
55
55
  "vite-plugin-external": "^4.0.1"
56
56
  },
57
57
  "dependencies": {
58
- "@plasosdk/upime-sdk": "1.12.005-beta.0",
58
+ "@plasosdk/upime-sdk": "4.6.16",
59
59
  "base-64": "^1.0.0",
60
60
  "crypto-js": "^4.1.1",
61
61
  "hls.js": "^1.4.12",