@tap-payments/auth-jsconnect 2.1.72-test → 2.1.73-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.
@@ -162,7 +162,7 @@ interface LibCallbacks {
162
162
  onClose?: () => void;
163
163
  onStepStarted?: (name: string) => void;
164
164
  onBoardButtonClick?: (data: Record<string, any>) => void;
165
- onCreated: (res: Record<string, any>) => void;
165
+ onCreated?: (res: Record<string, any>) => void;
166
166
  }
167
167
  export interface LibConfig extends LibCallbacks {
168
168
  publicKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.1.72-test",
3
+ "version": "2.1.73-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",