@fctc/interface-logic 1.0.9 → 1.1.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/dist/hook.js +2 -2
- package/dist/hook.mjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/provider.js +2 -2
- package/dist/provider.mjs +2 -2
- package/dist/services.js +2 -2
- package/dist/services.mjs +2 -2
- package/package.json +1 -1
package/dist/hook.js
CHANGED
@@ -4609,10 +4609,10 @@ var ViewService = {
|
|
4609
4609
|
});
|
4610
4610
|
const url = `${path}?${params.toString()}`;
|
4611
4611
|
return env2?.requests.get(url, {
|
4612
|
-
credentials: "include",
|
4613
4612
|
headers: {
|
4614
4613
|
"Content-Type": "application/json"
|
4615
|
-
}
|
4614
|
+
},
|
4615
|
+
withCredentials: true
|
4616
4616
|
});
|
4617
4617
|
},
|
4618
4618
|
async grantAccess({
|
package/dist/hook.mjs
CHANGED
@@ -4506,10 +4506,10 @@ var ViewService = {
|
|
4506
4506
|
});
|
4507
4507
|
const url = `${path}?${params.toString()}`;
|
4508
4508
|
return env2?.requests.get(url, {
|
4509
|
-
credentials: "include",
|
4510
4509
|
headers: {
|
4511
4510
|
"Content-Type": "application/json"
|
4512
|
-
}
|
4511
|
+
},
|
4512
|
+
withCredentials: true
|
4513
4513
|
});
|
4514
4514
|
},
|
4515
4515
|
async grantAccess({
|
package/dist/index.js
CHANGED
@@ -5571,10 +5571,10 @@ var ViewService = {
|
|
5571
5571
|
});
|
5572
5572
|
const url = `${path}?${params.toString()}`;
|
5573
5573
|
return env2?.requests.get(url, {
|
5574
|
-
credentials: "include",
|
5575
5574
|
headers: {
|
5576
5575
|
"Content-Type": "application/json"
|
5577
|
-
}
|
5576
|
+
},
|
5577
|
+
withCredentials: true
|
5578
5578
|
});
|
5579
5579
|
},
|
5580
5580
|
async grantAccess({
|
package/dist/index.mjs
CHANGED
@@ -5325,10 +5325,10 @@ var ViewService = {
|
|
5325
5325
|
});
|
5326
5326
|
const url = `${path}?${params.toString()}`;
|
5327
5327
|
return env2?.requests.get(url, {
|
5328
|
-
credentials: "include",
|
5329
5328
|
headers: {
|
5330
5329
|
"Content-Type": "application/json"
|
5331
|
-
}
|
5330
|
+
},
|
5331
|
+
withCredentials: true
|
5332
5332
|
});
|
5333
5333
|
},
|
5334
5334
|
async grantAccess({
|
package/dist/provider.js
CHANGED
@@ -3438,10 +3438,10 @@ var ViewService = {
|
|
3438
3438
|
});
|
3439
3439
|
const url = `${path}?${params.toString()}`;
|
3440
3440
|
return env2?.requests.get(url, {
|
3441
|
-
credentials: "include",
|
3442
3441
|
headers: {
|
3443
3442
|
"Content-Type": "application/json"
|
3444
|
-
}
|
3443
|
+
},
|
3444
|
+
withCredentials: true
|
3445
3445
|
});
|
3446
3446
|
},
|
3447
3447
|
async grantAccess({
|
package/dist/provider.mjs
CHANGED
@@ -3400,10 +3400,10 @@ var ViewService = {
|
|
3400
3400
|
});
|
3401
3401
|
const url = `${path}?${params.toString()}`;
|
3402
3402
|
return env2?.requests.get(url, {
|
3403
|
-
credentials: "include",
|
3404
3403
|
headers: {
|
3405
3404
|
"Content-Type": "application/json"
|
3406
|
-
}
|
3405
|
+
},
|
3406
|
+
withCredentials: true
|
3407
3407
|
});
|
3408
3408
|
},
|
3409
3409
|
async grantAccess({
|
package/dist/services.js
CHANGED
@@ -4525,10 +4525,10 @@ var ViewService = {
|
|
4525
4525
|
});
|
4526
4526
|
const url = `${path}?${params.toString()}`;
|
4527
4527
|
return env2?.requests.get(url, {
|
4528
|
-
credentials: "include",
|
4529
4528
|
headers: {
|
4530
4529
|
"Content-Type": "application/json"
|
4531
|
-
}
|
4530
|
+
},
|
4531
|
+
withCredentials: true
|
4532
4532
|
});
|
4533
4533
|
},
|
4534
4534
|
async grantAccess({
|
package/dist/services.mjs
CHANGED
@@ -4481,10 +4481,10 @@ var ViewService = {
|
|
4481
4481
|
});
|
4482
4482
|
const url = `${path}?${params.toString()}`;
|
4483
4483
|
return env2?.requests.get(url, {
|
4484
|
-
credentials: "include",
|
4485
4484
|
headers: {
|
4486
4485
|
"Content-Type": "application/json"
|
4487
|
-
}
|
4486
|
+
},
|
4487
|
+
withCredentials: true
|
4488
4488
|
});
|
4489
4489
|
},
|
4490
4490
|
async grantAccess({
|