obi-sdk 0.19.27 → 0.19.28-beta.1

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
@@ -26,7 +26,6 @@ export declare class ObiSDK extends EventEmitter<ObiSDKEvents> {
26
26
  private commandQueue;
27
27
  /** HACK: Need to prevent initialisation from being called if resumed. */
28
28
  private _resumed;
29
- private _saveIntervalId;
30
29
  /**
31
30
  * Creates a client that should persist for the lifetime of the SDK.
32
31
  * Resumes an ongoing session if one exists.
@@ -90,6 +89,4 @@ export declare class ObiSDK extends EventEmitter<ObiSDKEvents> {
90
89
  captureScreen(): Promise<string>;
91
90
  save(): void;
92
91
  load(): string | null;
93
- private startAutoSave;
94
- private stopAutoSave;
95
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.19.27",
3
+ "version": "0.19.28-beta.1",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",