@useparagon/connect 2.2.0-experimental.5 → 2.2.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.
@@ -10,6 +10,7 @@ import { AuthenticateOptions, AuthenticatedConnectUser, CompleteInstallOptions,
10
10
  export declare const PARAGON_OVERFLOW_EMPTY_VALUE = "PARAGON_OVERFLOW_EMPTY_VALUE";
11
11
  export { ExternalFilePicker };
12
12
  export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
13
+ private sdkVersion;
13
14
  root: HTMLIFrameElement | undefined;
14
15
  private rootLoaded;
15
16
  isHeadless: boolean;