@tap-payments/auth-jsconnect 2.4.76-test → 2.4.77-test

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.
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { LibConfig } from '../../@types';
3
3
  export interface ConnectLibProps extends LibConfig {
4
+ configToken?: string;
4
5
  }
5
6
  export declare function ConnectElement(props: ConnectLibProps): JSX.Element;
6
7
  export declare function renderConnectLib(config: ConnectLibProps, elementId: string): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.76-test",
3
+ "version": "2.4.77-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",