@ttoss/react-auth 1.7.10 → 1.7.11
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.
- package/dist/index.d.ts +1 -1
- package/package.json +14 -15
package/dist/index.d.ts
CHANGED
|
@@ -55,4 +55,4 @@ type OnForgotPasswordResetPassword = (input: {
|
|
|
55
55
|
newPassword: string;
|
|
56
56
|
}) => void;
|
|
57
57
|
|
|
58
|
-
export { Auth, AuthProvider, OnConfirmSignUp, OnForgotPassword, OnForgotPasswordResetPassword, OnSignIn, OnSignInInput, OnSignUp, OnSignUpInput, useAuth };
|
|
58
|
+
export { Auth, AuthProvider, type OnConfirmSignUp, type OnForgotPassword, type OnForgotPasswordResetPassword, type OnSignIn, type OnSignInInput, type OnSignUp, type OnSignUpInput, useAuth };
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "ttoss authentication module for React apps.",
|
|
5
|
-
"license": "UNLICENSED",
|
|
6
5
|
"author": "ttoss",
|
|
7
6
|
"contributors": [
|
|
8
7
|
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
|
|
@@ -24,27 +23,27 @@
|
|
|
24
23
|
"dependencies": {
|
|
25
24
|
"@xstate/react": "^3.2.2",
|
|
26
25
|
"xstate": "^4.37.2",
|
|
27
|
-
"@ttoss/forms": "^0.21.
|
|
26
|
+
"@ttoss/forms": "^0.21.1"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|
|
30
29
|
"aws-amplify": "^5.0.0",
|
|
31
30
|
"react": ">=16.8.0",
|
|
32
|
-
"@ttoss/react-i18n": "^1.25.
|
|
33
|
-
"@ttoss/react-notifications": "^1.24.
|
|
34
|
-
"@ttoss/ui": "^4.0.
|
|
31
|
+
"@ttoss/react-i18n": "^1.25.2",
|
|
32
|
+
"@ttoss/react-notifications": "^1.24.16",
|
|
33
|
+
"@ttoss/ui": "^4.0.1"
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
|
-
"@types/react": "^18.2.
|
|
36
|
+
"@types/react": "^18.2.38",
|
|
38
37
|
"aws-amplify": "^5.3.11",
|
|
39
38
|
"jest": "^29.7.0",
|
|
40
|
-
"tsup": "^
|
|
41
|
-
"@ttoss/cloud-auth": "^0.10.
|
|
42
|
-
"@ttoss/config": "^1.31.
|
|
43
|
-
"@ttoss/i18n-cli": "^0.7.
|
|
44
|
-
"@ttoss/react-i18n": "^1.25.
|
|
45
|
-
"@ttoss/react-notifications": "^1.24.
|
|
46
|
-
"@ttoss/test-utils": "^
|
|
47
|
-
"@ttoss/ui": "^4.0.
|
|
39
|
+
"tsup": "^8.0.1",
|
|
40
|
+
"@ttoss/cloud-auth": "^0.10.2",
|
|
41
|
+
"@ttoss/config": "^1.31.1",
|
|
42
|
+
"@ttoss/i18n-cli": "^0.7.1",
|
|
43
|
+
"@ttoss/react-i18n": "^1.25.2",
|
|
44
|
+
"@ttoss/react-notifications": "^1.24.16",
|
|
45
|
+
"@ttoss/test-utils": "^2.0.0",
|
|
46
|
+
"@ttoss/ui": "^4.0.1"
|
|
48
47
|
},
|
|
49
48
|
"keywords": [
|
|
50
49
|
"React",
|