@plaso-infi/whiteboard-sdk 0.3.3 → 0.3.4

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.
@@ -500,7 +500,9 @@ declare function getDocumentType(ext: string): DocumentType | undefined;
500
500
 
501
501
  declare const FULL_TOOLBAR_CONFIG: Record<ToolBarType, boolean>;
502
502
 
503
- declare const Setting: React$1.FC;
503
+ declare const Setting: React$1.FC<{
504
+ showHistory?: boolean;
505
+ }>;
504
506
 
505
507
  type PropT = {
506
508
  className?: string;
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{F as FULL_TOOLBAR_CONFIG,a as GridType,G as GroupTalkPlugin,H as HoverTip,S as Setting,d as SvgIcon,e as SvgManager,I as default,c as getDocumentType,g as getFileType}from"./index-de5b7558.js";import"react";import"react-dom";
1
+ export{F as FULL_TOOLBAR_CONFIG,a as GridType,G as GroupTalkPlugin,H as HoverTip,S as Setting,d as SvgIcon,e as SvgManager,I as default,c as getDocumentType,g as getFileType}from"./index-6ddb9d98.js";import"react";import"react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaso-infi/whiteboard-sdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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": "4.6.16",
58
+ "@plasosdk/upime-sdk": "file:.yalc/@plasosdk/upime-sdk",
59
59
  "base-64": "^1.0.0",
60
60
  "crypto-js": "^4.1.1",
61
61
  "hls.js": "^1.4.12",