@tap-payments/auth-jsconnect 2.4.75-test → 2.4.76-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.
@@ -202,7 +202,7 @@ interface LibCallbacks {
202
202
  onBoardButtonClick?: (data: Record<string, any>) => void;
203
203
  onCreated?: (res: Record<string, any>) => void;
204
204
  onBoardCompleted?: () => void;
205
- onMaturityChanged?: (maturity?: 'full' | 'express') => void;
205
+ onMaturityChanged?: (maturity: 'full' | 'express') => void;
206
206
  }
207
207
  export interface LibConfig extends LibCallbacks {
208
208
  publicKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.75-test",
3
+ "version": "2.4.76-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",