@tap-payments/auth-jsconnect 2.5.0-test → 2.5.2-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.
@@ -86,7 +86,9 @@ export var fetchAppSettingsSync = createAsyncThunk('fetchAppSettingsSync', funct
86
86
  if (typeof maturity_1 === 'boolean')
87
87
  matureData = maturity_1 ? 'full' : 'express';
88
88
  thunkApi.dispatch(handleSetAppConfig(configInfo));
89
- thunkApi.dispatch(handleLanguage(config.language || lang));
89
+ thunkApi.dispatch(handleLanguage(language_1 || lang));
90
+ if (public_key)
91
+ thunkApi.dispatch(handlePublicKey(public_key));
90
92
  if (typeof board_maturity === 'boolean')
91
93
  thunkApi.dispatch(handelBoardMaturity(board_maturity));
92
94
  onVerifyConfigTokenSuccess === null || onVerifyConfigTokenSuccess === void 0 ? void 0 : onVerifyConfigTokenSuccess(config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.5.0-test",
3
+ "version": "2.5.2-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",