obi-sdk 0.19.9 → 0.19.11-beta.0

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/dist/src/sdk.d.ts CHANGED
@@ -21,6 +21,7 @@ export declare class ObiSDK extends EventEmitter<ObiSDKEvents> {
21
21
  widgetDisplay?: string;
22
22
  completedWidgetDisplay?: string;
23
23
  widgetPosition?: string;
24
+ graphemes?: any;
24
25
  private commandQueue;
25
26
  /** HACK: Need to prevent initialisation from being called if resumed. */
26
27
  private _resumed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.19.9",
3
+ "version": "0.19.11-beta.0",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",
@@ -58,7 +58,9 @@
58
58
  "@sentry/vite-plugin": "^3.5.0",
59
59
  "@types/jsdom": "^21.1.7",
60
60
  "eventemitter3": "^5.0.1",
61
- "html2canvas-pro": "^1.5.11",
61
+ "html2canvas-pro": "workspace:*",
62
+ "text-segmentation": "workspace:*",
63
+ "css-line-break": "workspace:*",
62
64
  "lit": "^3.0.0",
63
65
  "mixpanel-browser": "^2.68.0",
64
66
  "preact": ">=10.0.0",