@leancodepl/kratos 9.5.2 → 9.6.0
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/index.cjs.js +3 -3
- package/index.esm.js +3 -3
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -7898,7 +7898,7 @@ function _ts_generator$u(thisArg, body) {
|
|
|
7898
7898
|
}
|
|
7899
7899
|
function useGetVerificationFlow() {
|
|
7900
7900
|
var kratosClient = useKratosClientContext().kratosClient;
|
|
7901
|
-
var
|
|
7901
|
+
var verificationFlowId = useVerificationFlowContext().verificationFlowId;
|
|
7902
7902
|
return reactQuery.useQuery({
|
|
7903
7903
|
queryKey: verificationFlowKey(verificationFlowId),
|
|
7904
7904
|
queryFn: function() {
|
|
@@ -9042,7 +9042,7 @@ function _ts_generator$q(thisArg, body) {
|
|
|
9042
9042
|
}
|
|
9043
9043
|
function useGetLoginFlow() {
|
|
9044
9044
|
var kratosClient = useKratosClientContext().kratosClient;
|
|
9045
|
-
var
|
|
9045
|
+
var loginFlowId = useLoginFlowContext().loginFlowId;
|
|
9046
9046
|
return reactQuery.useQuery({
|
|
9047
9047
|
queryKey: loginFlowKey(loginFlowId),
|
|
9048
9048
|
queryFn: function() {
|
|
@@ -11583,7 +11583,7 @@ function _ts_generator$i(thisArg, body) {
|
|
|
11583
11583
|
}
|
|
11584
11584
|
function useGetRegistrationFlow() {
|
|
11585
11585
|
var kratosClient = useKratosClientContext().kratosClient;
|
|
11586
|
-
var
|
|
11586
|
+
var registrationFlowId = useRegistrationFlowContext().registrationFlowId;
|
|
11587
11587
|
return reactQuery.useQuery({
|
|
11588
11588
|
queryKey: registrationFlowKey(registrationFlowId),
|
|
11589
11589
|
queryFn: function() {
|
package/index.esm.js
CHANGED
|
@@ -7877,7 +7877,7 @@ function _ts_generator$u(thisArg, body) {
|
|
|
7877
7877
|
}
|
|
7878
7878
|
function useGetVerificationFlow() {
|
|
7879
7879
|
var kratosClient = useKratosClientContext().kratosClient;
|
|
7880
|
-
var
|
|
7880
|
+
var verificationFlowId = useVerificationFlowContext().verificationFlowId;
|
|
7881
7881
|
return useQuery({
|
|
7882
7882
|
queryKey: verificationFlowKey(verificationFlowId),
|
|
7883
7883
|
queryFn: function() {
|
|
@@ -9021,7 +9021,7 @@ function _ts_generator$q(thisArg, body) {
|
|
|
9021
9021
|
}
|
|
9022
9022
|
function useGetLoginFlow() {
|
|
9023
9023
|
var kratosClient = useKratosClientContext().kratosClient;
|
|
9024
|
-
var
|
|
9024
|
+
var loginFlowId = useLoginFlowContext().loginFlowId;
|
|
9025
9025
|
return useQuery({
|
|
9026
9026
|
queryKey: loginFlowKey(loginFlowId),
|
|
9027
9027
|
queryFn: function() {
|
|
@@ -11562,7 +11562,7 @@ function _ts_generator$i(thisArg, body) {
|
|
|
11562
11562
|
}
|
|
11563
11563
|
function useGetRegistrationFlow() {
|
|
11564
11564
|
var kratosClient = useKratosClientContext().kratosClient;
|
|
11565
|
-
var
|
|
11565
|
+
var registrationFlowId = useRegistrationFlowContext().registrationFlowId;
|
|
11566
11566
|
return useQuery({
|
|
11567
11567
|
queryKey: registrationFlowKey(registrationFlowId),
|
|
11568
11568
|
queryFn: function() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leancodepl/kratos",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.6.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"node": ">=18.0.0"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@leancodepl/utils": "9.
|
|
13
|
+
"@leancodepl/utils": "9.6.0",
|
|
14
14
|
"@radix-ui/react-slot": ">=1.0.0",
|
|
15
15
|
"@tanstack/react-form": ">=1.0.0",
|
|
16
16
|
"@tanstack/react-query": ">=5.0.0"
|