@truworth/twc-auth 3.0.8 → 3.0.9
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.
|
@@ -37,6 +37,6 @@ const SSOAuthWebView = ({ navigation, route }) => {
|
|
|
37
37
|
}, onHttpError: (syntheticEvent) => {
|
|
38
38
|
const { nativeEvent } = syntheticEvent;
|
|
39
39
|
setError(`Authentication provider error: ${nativeEvent.statusCode}`);
|
|
40
|
-
}, onNavigationStateChange: handleNavigationStateChange })] }));
|
|
40
|
+
}, onNavigationStateChange: handleNavigationStateChange, url: authenticationUrl })] }));
|
|
41
41
|
};
|
|
42
42
|
export default SSOAuthWebView;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"description": "Truworth Auth Package for React Native and Web",
|
|
7
|
-
"version": "3.0.
|
|
7
|
+
"version": "3.0.9",
|
|
8
8
|
"main": "build/src/index.js",
|
|
9
9
|
"types": "build/types/index.d.ts",
|
|
10
10
|
"files": [
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@invertase/react-native-apple-authentication": "2.5.0",
|
|
24
|
+
"date-fns": "^3.6.0",
|
|
24
25
|
"@react-native-clipboard/clipboard": "1.16.3",
|
|
25
26
|
"@react-native-community/datetimepicker": "8.1.1",
|
|
26
27
|
"@react-native-google-signin/google-signin": "12.2.1",
|
|
@@ -73,6 +74,7 @@
|
|
|
73
74
|
},
|
|
74
75
|
"peerDependencies": {
|
|
75
76
|
"@react-google-maps/api": ">=2.20.6",
|
|
77
|
+
"date-fns": ">=3.0.0",
|
|
76
78
|
"@react-native-community/datetimepicker": ">=8.1.1",
|
|
77
79
|
"@react-navigation/native": ">=6.1.17",
|
|
78
80
|
"@react-navigation/native-stack": ">=6.10.0",
|